Server IP : 111.118.215.189 / Your IP : 3.131.85.46 Web Server : Apache System : Linux md-in-83.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : a1673wkz ( 2475) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/emacs/24.3/lisp/net/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
;ELC ;;; Compiled by mockbuild@buildfarm06-new.corp.cloudlinux.com on Fri Oct 11 10:10:34 2024 ;;; from file /builddir/build/BUILD/emacs-24.3/lisp/net/quickurl.el ;;; in Emacs version 24.3.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\300\302!\210\300\303!\210\304\305\306\307\310\311\312\313\314\315& \210\316\317\320\321\322\323\312\305&\210\316\324\325\326\322\327\312\305&\210\316\330\331\332\322\327\312\305&\210\316\333\334\335\322\327\312\305&\210\316\336\337\340\322\327\312\305&\210\316\341\342\343\322\344\312\305&\210\316\345\346\347\322\350\312\305&\210\316\351\352\353\322\350\312\305&\210\316\354\306\355\322\356\312\305&\207" [require thingatpt pp browse-url custom-declare-group quickurl nil "Insert a URL based on text at point in buffer." :version "21.1" :group abbrev :prefix "quickurl-" custom-declare-variable quickurl-url-file (convert-standard-filename "~/.quickurls") "File that contains the URL list." :type file quickurl-format-function (lambda (url) (format "<URL:%s>" (quickurl-url-url url))) "Function to format the URL before insertion into the current buffer." function quickurl-sort-function (lambda (list) (sort list (lambda (x y) (string< (downcase (quickurl-url-description x)) (downcase (quickurl-url-description y)))))) "Function to sort the URL list." quickurl-grab-lookup-function #'current-word "Function to grab the thing to lookup." quickurl-assoc-function #'assoc-ignore-case "Function to use for alist lookup into `quickurl-urls'." quickurl-completion-ignore-case t "Should `quickurl-ask' ignore case when doing the input lookup?" boolean quickurl-prefix ";; -*- lisp -*-\n\n" "Text to write to `quickurl-url-file' before writing the URL list." string quickurl-postfix "" "Text to write to `quickurl-url-file' after writing the URL list.\n\nSee the constant `quickurl-reread-hook-postfix' for some example text that\ncould be used here." quickurl-list-mode-hook "Hooks for `quickurl-list-mode'." hook] 10) #@339 Example `quickurl-postfix' text that adds a local variable to the `quickurl-url-file' so that if you edit it by hand it will ensure that `quickurl-urls' is updated with the new URL list. To make use of this do something like: (setq quickurl-postfix quickurl-reread-hook-postfix) in your init file (after loading/requiring quickurl). (defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" (#$ . 2306)) #@55 URL alist for use with `quickurl' and `quickurl-ask'. (defvar quickurl-urls nil (#$ . 2842)) #@49 Local keymap for a `quickurl-list-mode' buffer. (defvar quickurl-list-mode-map (byte-code "\301 \302\303\"\210\304\305\306#\210\304\307\310#\210\304\311\312#\210\304\313\314#\210\304\315\316#\210\304\317\320#\210\304\321\322#\210\304\323\322#\210\304\324\325#\210\304\326\327#\210)\207" [map make-sparse-keymap suppress-keymap t define-key "a" quickurl-list-add-url [(control m)] quickurl-list-insert-url "u" quickurl-list-insert-naked-url " " quickurl-list-insert-with-lookup "l" quickurl-list-insert-lookup "d" quickurl-list-insert-with-desc [(control g)] quickurl-list-quit "q" [mouse-2] quickurl-list-mouse-select "?" describe-mode] 4) (#$ . 2941)) #@34 Name for the URL listing buffer. (defvar quickurl-list-buffer-name "*quickurl-list*" (#$ . 3613)) #@51 `current-buffer' when `quickurl-list' was called. (defvar quickurl-list-last-buffer nil (#$ . 3717)) #@30 Does the URL have a comment? (defalias 'quickurl-url-commented-p #[(url) "A<\207" [url] 1 (#$ . 3824)]) #@58 Create a URL from KEYWORD, URL and (optionally) COMMENT. (defalias 'quickurl-make-url #[(keyword url &optional comment) "\203 \303G!\204 \nE\207 \nB\207" [comment keyword url zerop] 3 (#$ . 3935)]) (defalias 'quickurl-url-keyword 'car "Return the keyword for the URL.\n\n(fn URL)") #@81 Return the actual URL of the URL. Note that this function is a setfable place. (defalias 'quickurl-url-url #[(url) "\302!\203 \211A@)\207A\207" [url x quickurl-url-commented-p] 3 (#$ . 4229)]) (put 'quickurl-url-url 'gv-expander #[(do &rest args) "\302\303\304 $\207" [do args gv--defsetter quickurl-url-url #[(store url) "\302\303\304D\305D\306DF E\207" [url store setf if quickurl-url-commented-p cadr cdr] 6]] 5]) #@135 Get the comment from a URL. If the URL has no comment an empty string is returned. Also note that this function is a setfable place. (defalias 'quickurl-url-comment #[(url) "\301!\203\n \3028\207\303\207" [url quickurl-url-commented-p 2 ""] 2 (#$ . 4663)]) (put 'quickurl-url-comment 'gv-expander #[(do &rest args) "\302\303\304 $\207" [do args gv--defsetter quickurl-url-comment #[(store url) "\302\303D\302\304\305 DD\306\307D\310DE\306\311\312E EF\313\304\305 DD\306\307D\314\307D EEEF\207" [url store if quickurl-url-commented-p zerop length setf cdr cadr nth 2 unless list] 10]] 5]) #@119 Return a description for the URL. If the URL has a comment then this is returned, otherwise the keyword is returned. (defalias 'quickurl-url-description #[(url) "\302!\303 G!\203 \304!\202 )\207" [url desc quickurl-url-comment zerop quickurl-url-keyword] 2 (#$ . 5268)]) #@216 `read' the URL list from BUFFER into `quickurl-urls'. BUFFER, if nil, defaults to current buffer. Note that this function moves point to `point-min' before doing the `read' It also restores point after the `read'. (defalias 'quickurl-read #[(&optional buffer) "\212eb\210\303 \206 p!!\211)\207" [quickurl-sort-function buffer quickurl-urls read] 3 (#$ . 5553)]) #@64 Load the contents of `quickurl-url-file' into `quickurl-urls'. (defalias 'quickurl-load-urls #[nil "\302!\205 \303\304!r q\210\305\216\306!\210\307 +\207" [quickurl-url-file #1=#:temp-buffer file-exists-p generate-new-buffer " *temp*" ((byte-code "\301!\203\n \302!\210\301\207" [#1# buffer-name kill-buffer] 2)) insert-file-contents quickurl-read] 2 (#$ . 5925)]) #@62 Save the contents of `quickurl-urls' to `quickurl-url-file'. (defalias 'quickurl-save-urls #[nil "\306\307!rq\210\310\216p\311\n!\210\312!\210\311\f!\210\313ed \314\315%,\207" [#1=#:temp-buffer standard-output quickurl-prefix quickurl-urls quickurl-postfix quickurl-url-file generate-new-buffer " *temp*" ((byte-code "\301!\203\n \302!\210\301\207" [#1# buffer-name kill-buffer] 2)) princ pp write-region nil 0] 6 (#$ . 6302)]) #@252 Return URL associated with key LOOKUP. The lookup is done by looking in the alist `quickurl-urls' and the `cons' for the URL is returned. The actual method used to look into the alist depends on the setting of the variable `quickurl-assoc-function'. (defalias 'quickurl-find-url #[(lookup) " \n\"\207" [quickurl-assoc-function lookup quickurl-urls] 3 (#$ . 6743)]) #@133 Insert URL, formatted using `quickurl-format-function'. Also display a `message' saying what the URL was unless SILENT is non-nil. (defalias 'quickurl-insert #[(url &optional silent) " !c\210\n?\205 \303\304\305 !\"\207" [quickurl-format-function url silent message "Found %s" quickurl-url-url] 4 (#$ . 7117)]) #@184 Insert a URL based on LOOKUP. If not supplied LOOKUP is taken to be the word at point in the current buffer, this default action can be modified via `quickurl-grab-lookup-function'. (defalias 'quickurl #[(&optional lookup) "\204 \211\205. \303 \210\304!\211\204 \305\306\"\202- \307\310!\203'