? Fallagassrini

Fallagassrini Bypass Shell

echo"
Fallagassrini
";
Current Path : /usr/share/emacs/24.3/lisp/

Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Upload File :
Current File : //usr/share/emacs/24.3/lisp/ffap.elc

;ELC
;;; Compiled by mockbuild@buildfarm06-new.corp.cloudlinux.com on Fri Oct 11 10:06:17 2024
;;; from file /builddir/build/BUILD/emacs-24.3/lisp/ffap.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 "\302\303!\210\304\305\306\307#\210\310\307\211\2030	@\305N\203)\306N\204)\311\306\305N#\210	A\211\204*\312\305\306\313#\210\314\315\307\316\317\320\317\321&\207" [prop --dolist-tail-- require url-parse defvaralias ffap-version emacs-version nil (saved-value saved-variable-comment) put make-obsolete-variable "23.2" custom-declare-group ffap "Find file or URL at point." :group matching convenience] 9)
#@61 Return value of symbol SYM, if bound, or DEFAULT otherwise.
(defalias 'ffap-symbol-value #[(sym &optional default) "\302!\203	J\207	\207" [sym default boundp] 2 (#$ . 976)])
(byte-code "\300\301\302\303\304\305\306\307&\210\300\310\311\312\304\313\306\307&\210\300\314\315\316\304\317\306\307&\210\300\320\321\322\304\323\306\307\324\325&	\210\300\326\327\330\304\331\306\307&\210\300\332\333\334\304\335\306\307&\207" [custom-declare-variable ffap-shell-prompt-regexp "[$%><]*" "Paths matching this regexp are stripped off the shell prompt.\nIf nil, ffap doesn't do shell prompt stripping." :type (choice (const :tag "Disable" nil) (const :tag "Standard" "[$%><]*") regexp) :group ffap ffap-ftp-regexp "\\`/[^/:]+:" "File names matching this regexp are treated as remote ffap.\nIf nil, ffap neither recognizes nor generates such names." (choice (const :tag "Disable" nil) (const :tag "Standard" "\\`/[^/:]+:") regexp) ffap-url-unwrap-local t "If non-nil, convert some URLs to local file names before prompting.\nOnly \"file:\" and \"ftp:\" URLs are converted, and only if they\ndo not specify a host, or the host is either \"localhost\" or\nequal to `system-name'." boolean ffap-url-unwrap-remote '("ftp") "If non-nil, convert URLs to remote file names before prompting.\nIf the value is a list of strings, that specifies a list of URL\nschemes (e.g. \"ftp\"); in that case, only convert those URLs." (choice (repeat string) boolean) :version "24.3" ffap-ftp-default-user "anonymous" "User name in ftp file names generated by `ffap-host-to-path'.\nNote this name may be omitted if it equals the default\n(either `efs-default-user' or `ange-ftp-default-user')." string ffap-rfs-regexp "\\`/\\(afs\\|net\\)/." "Matching file names are treated as remote.  Use nil to disable." regexp] 10)
#@65 Regexp matching URLs.  Use nil to disable URL features in ffap.
(defvar ffap-url-regexp "\\`\\(news\\(post\\)?:\\|mailto:\\|file:\\|\\(ftp\\|https?\\|telnet\\|gopher\\|www\\|wais\\)://\\)." (#$ . 2777))
(byte-code "\300\301\302\303\304\305\306\307&\210\300\310\311\312\304\313\306\307&\210\300\314\315\316\304\317\306\307&\210\300\320\315\321\304\317\306\307&\210\300\322\315\323\304\317\306\307&\210\300\324\325\326\304\327\306\307\330\331&	\210\300\332\333\334\304\327\306\307\330\331&	\210\300\335\336\337\304\340\306\307\330\331&	\210\300\341\342\343\304\344\306\307&\210\300\345\315\346\304\317\306\307\347\350&	\207" [custom-declare-variable ffap-foo-at-bar-prefix "mailto" "Presumed URL prefix type of strings like \"<foo.9z@bar>\".\nSensible values are nil, \"news\", or \"mailto\"." :type (choice (const "mailto") (const "news") (const :tag "Disable" nil)) :group ffap ffap-dired-wildcards "[*?][^/]*\\'" "A regexp matching filename wildcard characters, or nil.\n\nIf `find-file-at-point' gets a filename matching this pattern,\nand `ffap-pass-wildcards-to-dired' is nil, it passes it on to\n`find-file' with non-nil WILDCARDS argument, which expands\nwildcards and visits multiple files.  To visit a file whose name\ncontains wildcard characters you can suppress wildcard expansion\nby setting `find-file-wildcards'.  If `find-file-at-point' gets a\nfilename matching this pattern and `ffap-pass-wildcards-to-dired'\nis non-nil, it passes it on to `dired'.\n\nIf `dired-at-point' gets a filename matching this pattern,\nit passes it on to `dired'." (choice (const :tag "Disable" nil) (const :tag "Enable" "[*?][^/]*\\'")) ffap-pass-wildcards-to-dired nil "If non-nil, pass filenames matching `ffap-dired-wildcards' to dired." boolean ffap-newfile-prompt "Whether `find-file-at-point' prompts about a nonexistent file." ffap-require-prefix "If set, reverses the prefix argument to `find-file-at-point'.\nThis is nil so neophytes notice ffap.  Experts may prefer to disable\nffap most of the time." ffap-file-finder 'find-file "The command called by `find-file-at-point' to find a file." function :risky t ffap-directory-finder 'dired "The command called by `dired-at-point' to find a directory." ffap-url-fetcher (if (fboundp 'browse-url) 'browse-url 'w3-fetch) "A function of one argument, called by ffap to fetch an URL.\nReasonable choices are `w3-fetch' or a `browse-url-*' function.\nFor a fancy alternative, get `ffap-url.el'." (choice (const w3-fetch) (const browse-url) (const browse-url-netscape) (const browse-url-mosaic) function) ffap-next-regexp "[/:.~[:alpha:]]/\\|@[[:alpha:]][-[:alnum:]]*\\." "Regular expression governing movements of `ffap-next'." regexp dired-at-point-require-prefix "If non-nil, reverse the prefix argument to `dired-at-point'.\nThis is nil so neophytes notice FFAP.  Experts may prefer to\ndisable FFAP most of the time." :version "20.3"] 10)
(defalias 'ffap-mouse-event #[nil "<\205\207" [last-nonmenu-event] 1])
(defalias 'ffap-event-buffer #[(event) "\301\302!@!\207" [event window-buffer event-start] 3])
#@43 Last value returned by `ffap-next-guess'.
(defvar ffap-next-guess nil (#$ . 5850))
#@65 List (BEG END), last region returned by `ffap-string-at-point'.
(defvar ffap-string-at-point-region '(1 1) (#$ . 5939))
#@260 Move point to next file or URL, and return it as a string.
If nothing is found, leave point at limit and return nil.
Optional BACK argument makes search backwards.
Optional LIM argument limits the search.
Only considers strings that match `ffap-next-regexp'.
(defalias 'ffap-next-guess #[(&optional back lim) "\204	\203\fe\202
d\306`=\204+	\203\307\202\310\311#\210\312 \211\203	\2033\313\2024\314\f8b\210\n\211)\207" [lim back guess ffap-next-regexp ffap-string-at-point-region ffap-next-guess nil re-search-backward re-search-forward move ffap-guesser 0 1] 5 (#$ . 6066)])
#@322 Search buffer for next file or URL, and run ffap.
Optional argument BACK says to search backwards.
Optional argument WRAP says to try wrapping around if necessary.
Interactively: use a single prefix to search backwards,
double prefix to wrap forward, triple to wrap backwards.
Actual search is done by `ffap-next-guess'.
(defalias 'ffap-next #[(&optional back wrap) "`\304!	\204 \203 \203d\202eb\203 \304\n\"	\2030\305\306!\210\307\310	!!\202?\nb\210\311\312\203=\313\202>\314\"*\207" [back guess pt wrap ffap-next-guess sit-for 0 find-file-at-point ffap-prompter message "No %sfiles or URL's found" "" "more "] 3 (#$ . 6669) (byte-code "\301!\302\236A\207" [current-prefix-arg prefix-numeric-value ((1) (4 t) (16 nil t) (64 t t))] 2)])
#@54 Like `ffap-next', but search with `ffap-url-regexp'.
(defalias 'ffap-next-url #[(&optional back wrap) "\304\305!\203\306\307!\202\307\n\")\207" [ffap-url-regexp ffap-next-regexp back wrap called-interactively-p interactive call-interactively ffap-next] 3 (#$ . 7432) nil])
(byte-code "\300\301\302\303\304\305\306\307&\210\300\310\311\312\304\313\306\307&\210\300\314\315\316\304\317\306\307&\207" [custom-declare-variable ffap-machine-p-local 'reject "What `ffap-machine-p' does with hostnames that have no domain.\nValue should be a symbol, one of `ping', `accept', and `reject'." :type (choice (const ping) (const accept) (const reject)) :group ffap ffap-machine-p-known 'ping "What `ffap-machine-p' does with hostnames that have a known domain.\nValue should be a symbol, one of `ping', `accept', and `reject'.\nSee `mail-extr.el' for the known domains." (choice (const ping) (const accept) (const reject)) ffap-machine-p-unknown 'reject "What `ffap-machine-p' does with hostnames that have an unknown domain.\nValue should be a symbol, one of `ping', `accept', and `reject'.\nSee `mail-extr.el' for the known domains." (choice (const ping) (const accept) (const reject))] 8)
(defalias 'ffap-what-domain #[(domain) "\302\303!\210\304\305!\206
\304\306!\211\205\307	\227\"\310N)\207" [ob domain require mail-extr ffap-symbol-value mail-extr-all-top-level-domains all-top-level-domains intern-soft domain-name] 4])
#@615 Decide whether HOST is the name of a real, reachable machine.
Depending on the domain (none, known, or unknown), follow the strategy
named by the variable `ffap-machine-p-local', `ffap-machine-p-known',
or `ffap-machine-p-unknown'.  Pinging uses `open-network-stream'.
Optional SERVICE specifies the port used (default "discard").
Optional QUIET flag suppresses the "Pinging..." message.
Optional STRATEGY overrides the three variables above.
Returned values:
 t      means that HOST answered.
'accept means the relevant variable told us to accept.
"mesg"  means HOST exists, but does not respond for some reason.
(defalias 'ffap-machine-p #[(host &optional service quiet strategy) "\306\307\"\206\f\306\310\"??\205}\306\311\"\205\312\224T\313O\227\211\203)\314	!\202*\315\204B	\2047\f\202A\n\204?
\202A\316=\203L\316\202|\317=\203V\313\202|\320\321!\204`\313\202|\204x\n;\203s\322\323\n#\210\202x\322\324\"\210\325\326\327\217*\207" [host domain what-domain strategy ffap-machine-p-local ffap-machine-p-unknown string-match "[^-[:alnum:].]" "[^0-9]" "\\.[^.]*$" 0 nil ffap-what-domain "Local" accept reject fboundp open-network-stream message "Pinging %s (%s)..." "Pinging %s ..." error (byte-code "\302\303\304\305	\206\n\306$!\210\307\207" [host service delete-process open-network-stream "ffap-machine-p" nil "discard" t] 6) ((error (byte-code "A@\302\303	\"\203\304\2025\302\305	\"\203	\2025	\306\232\203/\3078\310\232?\2055\3078\2025\311@A\")\207" [error mesg string-match "^Unknown host" nil "not responding$" "connection failed" 2 "permission denied" signal] 3))) ffap-machine-p-known quiet] 5 (#$ . 8871)])
#@62 In remote FULLNAME, replace path with NAME.  May return nil.
(defalias 'ffap-replace-file-component #[(fullname name) "\302\303!\203\303	\"\207;\205	;\205\304!	P\207" [fullname name fboundp efs-replace-path-component file-remote-p] 3 (#$ . 10546)])
#@56 Return trailing `.foo' suffix of FILE, or nil if none.
(defalias 'ffap-file-suffix #[(file) "\302\303\"\211\205
	\304O)\207" [file pos string-match "\\.[^./]*\\'" nil] 4 (#$ . 10810)])
#@54 List of suffixes tried by `ffap-file-exists-string'.
(defvar ffap-compression-suffixes '(".gz" ".Z") (#$ . 11005))
#@251 Return FILE (maybe modified) if the file exists, else nil.
When using jka-compr (a.k.a. `auto-compression-mode'), the returned
name may have a suffix added from `ffap-compression-suffixes'.
The optional NOMODIFY argument suppresses the extra search.
(defalias 'ffap-file-exists-string #[(file &optional nomodify) "\204\306\207\307!\203\207	\203\306\207\310\311\n\"\204\306\207\312!\235\203'\306\207\306\211\211\203P\307@P\211!\203G
\306\211\202/A\211\2042\f+\207" [file nomodify file-name-handler-alist ffap-compression-suffixes ret try nil file-exists-p rassq jka-compr-handler ffap-file-suffix list] 4 (#$ . 11127)])
#@64 If FILENAME looks remote, return it (maybe slightly improved).
(defalias 'ffap-file-remote-p #[(filename) "\203%\303	\"\203%\303\304	\"\203!	\305\211\224TO	\305\225\306OP\202\"	\2061\n\2051\303\n	\"\2051	\207" [ffap-ftp-regexp filename ffap-rfs-regexp string-match "//" 0 nil] 4 (#$ . 11786)])
#@52 Return machine name at point if it exists, or nil.
(defalias 'ffap-machine-at-point #[nil "\301\302!\303!\205)\207" [mach ffap-string-at-point machine ffap-machine-p] 2 (#$ . 12095)])
#@121 Convert HOST to something like "/USER@HOST:" or "/HOST:".
Looks at `ffap-ftp-default-user', returns "" for "localhost".
(defalias 'ffap-host-to-filename #[(host) "\303\232\203\304\207	\211\305\306!\232\204\n\305\307!\232\203\310\311\n\211\205#\312\313\260)\207" [host ffap-ftp-default-user user "localhost" "" ffap-symbol-value ange-ftp-default-user efs-default-user nil "/" "@" ":"] 6 (#$ . 12291)])
(put 'ffap-host-to-filename 'byte-optimizer 'byte-compile-inline-expand)
(defalias 'ffap-fixup-machine #[(mach) "\203		;\204\306\207\307\310	\"\203\311	\312Q\207\307\313	\"\203#\314	\312Q\207\n\205T	\211\315\232\2033\316\202S\f\211\317\320!\232\204E
\317\321!\232\203G\306\312
\211\205N\322\323\260))\207" [ffap-url-regexp mach ffap-ftp-regexp host ffap-ftp-default-user user nil string-match "\\`gopher[-.]" "gopher://" "/" "\\`w\\(ww\\|eb\\)[-.]" "http://" "localhost" "" ffap-symbol-value ange-ftp-default-user efs-default-user "@" ":"] 6])
#@52 Strings not matching this fail `ffap-newsgroup-p'.
(defvar ffap-newsgroup-regexp "^[[:lower:]]+\\.[-+[:lower:]_0-9.]+$" (#$ . 13272))
#@52 Used by `ffap-newsgroup-p' if gnus is not running.
(defvar ffap-newsgroup-heads '("alt" "comp" "gnu" "misc" "news" "sci" "soc" "talk") (#$ . 13412))
#@60 Return STRING if it looks like a newsgroup name, else nil.
(defalias 'ffap-newsgroup-p #[(string) "\306	\"\205O\307\n\310\211\203&@A\310\311\312\217\210\202\204M
\203M\306\313	\"\211\203L	\314\315\225O\211\203L
\235\203L	),\207" [ffap-newsgroup-regexp string ffap-newsgroup-heads ret htb heads string-match (gnus-active-hashtb gnus-newsrc-hashtb gnus-killed-hashtb) nil (byte-code "J\203\305	J\"\203	\306\306\211\207" [htb string ret htbs heads intern-soft nil] 4) ((error)) "\\`\\([[:lower:]]+\\)\\." 0 1 htbs head] 5 (#$ . 13567)])
#@68 If STRING looks like an URL, return it (maybe improved), else nil.
(defalias 'ffap-url-p #[(string) "\303	\205\304	\n\"\205\n)\207" [case-fold-search ffap-url-regexp string t string-match] 3 (#$ . 14149)])
(put 'ffap-url-p 'byte-optimizer 'byte-compile-inline-expand)
#@42 Return URL as a local file name, or nil.
(defalias 'ffap-url-unwrap-local #[(url) "\306!\211\307H\n>\204\310\311\312\300#\210	\313H\314	!@	\307H\n>\204)\310\311\315\300#\210	\316H\317\235\205P\320\321\322 E\235\205P
\323>\203O\324\325\f\"\203O\f\316\326O\202P\f+\207" [url obj cl-struct-url-tags host filename system-type url-generic-parse-url 0 error "%s accessing a non-%s" url-host 4 url-path-and-query url-type 1 ("ftp" "file") "" "localhost" system-name (ms-dos windows-nt cygwin) string-match "\\`/[a-zA-Z]:" nil] 5 (#$ . 14428)])
#@43 Return URL as a remote file name, or nil.
(defalias 'ffap-url-unwrap-remote #[(url) "\306!\211\307H\n>\204\310\311\312\300#\210	\313H\f<\203\f\202 \314	\307H\n>\204/\310\311\315\300#\210	\316H\317	!	\307H\n>\204G\310\311\320\300#\210	\321H\322	!@
\235\205\205\323\324\"\205\205\325\232?\205\205\326\327\205s\330P\205\200\331\332!P\327\260.\207" [url obj cl-struct-url-tags scheme ffap-url-unwrap-remote valid-schemes url-generic-parse-url 0 error "%s accessing a non-%s" url-type 1 ("ftp") url-host 4 url-port-if-non-default url-user 2 url-path-and-query string-match "\\`[a-zA-Z][-a-zA-Z0-9+.]*\\'" "" "/" ":" "@" "#" number-to-string host port user filename] 9 (#$ . 14984)])
#@51 Clean up URL and return it, maybe as a file name.
(defalias 'ffap-fixup-url #[(url) ";\204\303\207	\203\301!\206\n\203\302!\206\207" [url ffap-url-unwrap-local ffap-url-unwrap-remote nil] 2 (#$ . 15711)])
#@268 Return a list of strings parsed from environment variable ENV.
Optional EMPTY is the default list if (getenv ENV) is undefined, and
also is substituted for the first empty-string component, if there is one.
Uses `path-separator' to separate the path into substrings.
(defalias 'ffap-list-env #[(env &optional empty) "\204\n\306	!\205V\307\310\211\211\306	!\fP\311\f	
#\211\2033	
\fO\fT\nB\202\n\237\203T\312\n\235\211\203T\f\313\243\fA\"\241\210\f\242\206R\240\210\n,\207" [empty env ret dir match start getenv 0 nil string-match "" append path-separator] 4 (#$ . 15937)])
#@55 Remove duplicates and non-directories from PATH list.
(defalias 'ffap-reduce-path #[(path) "\303\211\n\203/\n\nA@\304\232\203\305\240\210@	\235\204\306@!\203	\241\210\202	\237*\207" [tem ret path nil "." "" file-directory-p] 2 (#$ . 16543)])
#@219 Return list of all subdirectories under DIR, starting with itself.
Directories beginning with "." are ignored, and directory symlinks
are listed but never searched (to avoid loops).
Optional DEPTH limits search depth.
(defalias 'ffap-all-subdirs #[(dir &optional depth) "\302!\205\303\304!	\206\305\"\207" [dir depth file-exists-p ffap-all-subdirs-loop expand-file-name -1] 3 (#$ . 16812)])
(defalias 'ffap-all-subdirs-loop #[(dir depth) "S	\302=?\205\303\304\305\306\307	\310\311#\"\"B\207" [depth dir -1 apply nconc mapcar #[(d) "\302!\204\303\207\304!\203C\207\305	\"\207" [d depth file-directory-p nil file-symlink-p ffap-all-subdirs-loop] 3] directory-files t "\\`[^.]"] 9])
#@125 Bound on depth of subdirectory search in `ffap-kpathsea-expand-path'.
Set to 0 to avoid all searching, or nil for no limit.
(defvar ffap-kpathsea-depth 1 (#$ . 17518))
#@255 Replace each "//"-suffixed dir in PATH by a list of its subdirs.
The subdirs begin with the original directory, and the depth of the
search is bounded by `ffap-kpathsea-depth'.  This is intended to mimic
kpathsea, a library used by some versions of TeX.
(defalias 'ffap-kpathsea-expand-path #[(path) "\301\302\303\304\"\"\207" [path apply nconc mapcar #[(dir) "\302\303\"\203\304\305\306O	\"\207C\207" [dir ffap-kpathsea-depth string-match "[^/]//\\'" ffap-all-subdirs 0 -2] 4]] 5 (#$ . 17693)])
#@391 A generic path-searching function.
Returns the name of file in PATH, or nil.
Optional NOSUFFIX, if nil or t, is like the fourth argument
for `load': whether to try the suffixes (".elc" ".el" "").
If a nonempty list, it is a list of suffixes to try instead.
PATH is a list of directories.

This uses `ffap-file-exists-string', which may try adding suffixes from
`ffap-compression-suffixes'.
(defalias 'ffap-locate-file #[(file nosuffix path) "\306!\203\307!C\310!\310!\311\232\n:\203\n\202&\n\203%\312\202&\313\314\211\211	\203l
\203e\315\316
@P	@\"!\211\203^\204U\317\f!\204^\f\314\211\2027
A\211\204;	A\211\2044-\207" [file path nosuffix found try suffixes file-name-absolute-p file-name-directory file-name-nondirectory #1="" (#1#) (".elc" ".el" #1#) nil ffap-file-exists-string expand-file-name file-directory-p suffixes-to-try dir-ok] 6 (#$ . 18202)])
#@437 Alist of (KEY . FUNCTION) pairs parsed by `ffap-file-at-point'.
If string NAME at point (maybe "") is not a file or URL, these pairs
specify actions to try creating such a string.  A pair matches if either
  KEY is a symbol, and it equals `major-mode', or
  KEY is a string, it should match NAME as a regexp.
On a match, (FUNCTION NAME) is called and should return a file, an
URL, or nil.  If nil, search the alist for further matches.
(defvar ffap-alist '(("" . ffap-completable) ("\\.info\\'" . ffap-info) ("\\`info/" . ffap-info-2) ("\\`[-[:lower:]]+\\'" . ffap-info-3) ("\\.elc?\\'" . ffap-el) (emacs-lisp-mode . ffap-el-mode) (finder-mode . ffap-el-mode) (help-mode . ffap-el-mode) (c++-mode . ffap-c-mode) (cc-mode . ffap-c-mode) ("\\.\\([chCH]\\|cc\\|hh\\)\\'" . ffap-c-mode) (fortran-mode . ffap-fortran-mode) ("\\.[fF]\\'" . ffap-fortran-mode) (tex-mode . ffap-tex-mode) (latex-mode . ffap-latex-mode) ("\\.\\(tex\\|sty\\|doc\\|cls\\)\\'" . ffap-tex) ("\\.bib\\'" . ffap-bib) ("\\`\\." . ffap-home) ("\\`~/" . ffap-lcd) ("\\`[Rr][Ff][Cc][-#]?\\([0-9]+\\)" . ffap-rfc) (dired-mode . ffap-dired)) (#$ . 19106))
(put 'ffap-alist 'risky-local-variable t)
(defalias 'ffap-completable #[(name) "\304!\206	\305\306!\n\"\211\205\nP*\207" [name default-directory dir cmp file-name-directory file-name-completion file-name-nondirectory] 4])
(defalias 'ffap-home #[(name) "\301\302\303#\207" [name ffap-locate-file t ("~")] 4])
(defalias 'ffap-info #[(name) "\301\302\303\304!\206\f\303\305!#\207" [name ffap-locate-file ("" ".info") ffap-symbol-value Info-directory-list Info-default-directory-list] 5])
(defalias 'ffap-info-2 #[(name) "\301\302\303O!\207" [name ffap-info 5 nil] 4])
(defalias 'ffap-info-3 #[(name) "\301 \302\232\205\n\303!\207" [name ffap-string-around "()" ffap-info] 2])
(defalias 'ffap-el #[(name) "\302\303	#\207" [name load-path ffap-locate-file t] 4])
(defalias 'ffap-el-mode #[(name) "\302\303\"?\205
\304\305	#\207" [name load-path string-match "\\.el\\'" ffap-locate-file (".el")] 4])
#@50 List of directories to search for include files.
(defvar ffap-c-path (byte-code "\303\304!rq\210\305\216\306\307\310\217\311=\205eb\210`\312 {+\313\314\nG!\203)	\2021\315	\316\n\317\"C\"*\207" [#1=#:temp-buffer base arch generate-new-buffer " *temp*" ((byte-code "\301!\203\n\302!\210\301\207" [#1# buffer-name kill-buffer] 2)) nil (byte-code "\300\301\302\303\302\304%\207" [call-process "gcc" nil (t nil) "-print-multiarch"] 6) ((error)) 0 line-end-position ("/usr/include" "/usr/local/include") zerop append expand-file-name "/usr/include"] 5) (#$ . 21143))
(defalias 'ffap-c-mode #[(name) "\302\303	#\207" [name ffap-c-path ffap-locate-file t] 4])
(defvar ffap-fortran-path '("../include" "/usr/include"))
(defalias 'ffap-fortran-mode #[(name) "\302\303	#\207" [name ffap-fortran-path ffap-locate-file t] 4])
#@105 Path where `ffap-tex-mode' looks for TeX files.
If t, `ffap-tex-init' will initialize this when needed.
(defvar ffap-tex-path t (#$ . 21976))
(defalias 'ffap-tex-init #[nil "\301=\205\302\303!\205\304\305\306\307\310\311!\312\313\314\"\"!B!\211\207" [ffap-tex-path t message "Initializing ffap-tex-path ..." ffap-reduce-path "." ffap-kpathsea-expand-path append ffap-list-env "TEXINPUTS" ffap-symbol-value TeX-macro-global ("/usr/local/lib/tex/macros" "/usr/local/lib/tex/inputs")] 8])
(defalias 'ffap-tex-mode #[(name) "\302 \210\303\304	#\207" [name ffap-tex-path ffap-tex-init ffap-locate-file (".tex" "")] 4])
(defalias 'ffap-latex-mode #[(name) "\302 \210\303\304	#\207" [name ffap-tex-path ffap-tex-init ffap-locate-file (".cls" ".sty" ".tex" "")] 4])
(defalias 'ffap-tex #[(name) "\302 \210\303\304	#\207" [name ffap-tex-path ffap-tex-init ffap-locate-file t] 4])
(defvar ffap-bib-path (byte-code "\300\301\302\303!\"\207" [ffap-list-env "BIBINPUTS" ffap-reduce-path ("/usr/local/lib/tex/macros/bib" "/usr/lib/texmf/bibtex/bib")] 4))
(defalias 'ffap-bib #[(name) "\302\303	#\207" [name ffap-bib-path ffap-locate-file t] 4])
(defalias 'ffap-dired #[(name) "`\303\212\304 \210\305\306!\205.\307\310\303\311#\205.\312\313	\311#\205.\314\315\n\316\224\316\225{\"\211!\205.+\207" [try pt name nil beginning-of-line looking-at " *[-d]r[-w][-x][-r][-w][-x][-r][-w][-x] " re-search-backward "^ *$" t re-search-forward "^ *\\([^ 	\n:]*\\):\n *total " file-exists-p expand-file-name 1] 5])
(defalias 'ffap-lcd #[(name) "\304\305\306 \"\204\307 \310\235\205J\311\312\313\"\211\314\232\203\315\202>	\211\311\316!\232\2040\n\311\317!\232\2032\320\321\n\211\2059\322\323\260))\324\311\325\326\"!\327\320OQ\207" [host ffap-ftp-default-user user name string-match "Lisp Code Dir" buffer-name ffap-string-around ("||" "|\n") ffap-symbol-value elisp-archive-host "archive.cis.ohio-state.edu" "localhost" "" ange-ftp-default-user efs-default-user nil "/" "@" ":" file-name-as-directory elisp-archive-directory "/pub/gnu/emacs/elisp-archive/" 2] 6])
(byte-code "\300\301\302\303\304\305\306\307\310\311&	\210\300\312\313\314\304\315\306\307\310\311&	\207" [custom-declare-variable ffap-rfc-path (concat (ffap-host-to-filename "ftp.rfc-editor.org") "/in-notes/rfc%s.txt") "A `format' string making a filename for RFC documents.\nThis can be an ange-ftp or tramp remote filename to download, or\na local filename if you have full set of RFCs locally.  See also\n`ffap-rfc-directories'." :type string :version "23.1" :group ffap ffap-rfc-directories nil "A list of directories to look for RFC files.\nIf a given RFC isn't in these then `ffap-rfc-path' is offered." (repeat directory)] 10)
(defalias 'ffap-rfc #[(name) "\304\305\"\306\307\310	\"\311\n#\206\307	\")\207" [name num ffap-rfc-directories ffap-rfc-path match-string 1 ffap-locate-file format "rfc%s.txt" t] 4])
#@347 Alist of (MODE CHARS BEG END), where MODE is a symbol,
possibly a major-mode name, or one of the symbol
`file', `url', `machine', and `nocolon'.
`ffap-string-at-point' uses the data fields as follows:
1. find a maximal string of CHARS around point,
2. strip BEG chars before point from the beginning,
3. Strip END chars after point from the end.
(defvar ffap-string-at-point-mode-alist '((file "--:\\\\$+<>@-Z_[:alpha:]~*?" "<@" "@>;.,!:") (url "--:=&?$+@-Z_[:alpha:]~#,%;*" "^[:alnum:]" ":;.,!?") (nocolon "--9$+<>@-Z_[:alpha:]~" "<@" "@>;.,!?") (machine "-[:alnum:]." "" ".") (math-mode ",-:$+<>@-Z_[:lower:]~`" "<" "@>;.,!?`:")) (#$ . 24877))
#@49 Last string returned by `ffap-string-at-point'.
(defvar ffap-string-at-point nil (#$ . 25529))
#@356 Return a string of characters from around point.
MODE (defaults to value of `major-mode') is a symbol used to look up string
syntax parameters in `ffap-string-at-point-mode-alist'.
If MODE is not found, we use `file' instead of MODE.
If the region is active, return a string from the region.
Sets `ffap-string-at-point' and `ffap-string-at-point-region'.
(defalias 'ffap-string-at-point #[(&optional mode) "\206	\n\236\206
\306\n\236A`
\203)
\203)\307 \240A\310 \240{\202M\212@\311x\210A@\fw\210`\240)\212@\311w\210\3128\fx\210A`\240){\313\314G\311$\210\211+\207" [mode major-mode ffap-string-at-point-mode-alist args pt transient-mark-mode file region-beginning region-end nil 2 set-text-properties 0 mark-active ffap-string-at-point-region str ffap-string-at-point] 5 (#$ . 25631)])
#@100 Return string of two chars around last `ffap-string-at-point'.
Assumes the buffer has not changed.
(defalias 'ffap-string-around #[nil "\212\301\302@b\210hA@b\210g#)\207" [ffap-string-at-point-region format "%c%c"] 4 (#$ . 26455)])
#@62 Call `ffap-string-at-point', and copy result to `kill-ring'.
(defalias 'ffap-copy-string-as-kill #[(&optional mode) "\302!\211\303\232\203\304\305!\202\306	!\210\304\307	\")\207" [mode str ffap-string-at-point "" message "No string found around point." kill-new "Copied to kill ring: %s"] 4 (#$ . 26695) nil])
#@52 Return URL from around point if it exists, or nil.
(defalias 'ffap-url-at-point #[nil "\205\215	\306=\203\307\310!\206\215\311\312!\313\314\n\"\203#\n\315\316O\202v\313\317\n\"\203L\320 \321\232\203<\313\322\n\"\203<\202=\323\211\205H\f\324\nQ\211)\204v\325\n!\203Y\326\nP\202v\313\327\n\"\203v\320 \321\232\203v\313\330\331\330\nP!\"\204v\332\nP\n\310\205\207\313
\"\205\207
*\205\214\n)\207" [ffap-url-regexp major-mode name ffap-foo-at-bar-prefix prefix string w3-mode w3-view-this-url t ffap-string-at-point url string-match "^url:" 4 nil "\\`[^:</>@]+@[^:</>@]+[[:alnum:]]\\'" ffap-string-around "<>" "[$.0-9].*[$.0-9].*@" "mailto" ":" ffap-newsgroup-p "news:" "\\`[[:alnum:]]+\\'" "~" expand-file-name "mailto:" case-fold-search] 6 (#$ . 27017)])
#@109 Regexp matching a line in a gopher bookmark (maybe indented).
The two subexpressions are the KEY and VALUE.
(defvar ffap-gopher-regexp "^.*\\<\\(Type\\|Name\\|Path\\|Host\\|Port\\) *= *\\(.*\\) *$" (#$ . 27810))
#@61 If point is inside a gopher bookmark block, return its URL.
(defalias 'ffap-gopher-at-point #[nil "\212\306 \210\307!\205\207\307!\203o\204\310y\210\202\n\307!\204#\311y\210\312\313\211\314\307!\203L\315\311\224\311\225{\227!\316\224\316\225{\211
L\210\311y\210*\202+\203g\317\320\"\203g\321\322\323\225SO\323\225\313OQ\202\206\fG\311U\205\206\n\205\206\324\n	\314\232\203~\325\202\201\326	P\327\f\260,)\207" [ffap-gopher-regexp port host path type val beginning-of-line looking-at -1 1 "1" nil "70" intern 2 string-match "^ftp:.*@" "ftp://" 4 0 "gopher://" "" ":" "/" var] 7 (#$ . 28028)])
#@119 Strings matching this are coerced to ftp file names by ffap.
That is, ffap just prepends "/".  Set to nil to disable.
(defvar ffap-ftp-sans-slash-regexp (byte-code "\205\301\207" [ffap-ftp-regexp "\\`\\([^:@]+@[^:@]+:\\|[^@.:]+\\.[^@:]+:\\|[^:]+:[~/]\\)\\([^:]\\|\\'\\)"] 1) (#$ . 28659))
#@231 Return filename from around point if it exists, or nil.
Existence test is skipped for names that look remote.
If the filename is not obvious, it also tries `ffap-alist',
which may actually result in an URL rather than a filename.
(defalias 'ffap-file-at-point #[nil "\306\307 \310 \311\312\313\217\206\n\314!
#\315\216\316\235\203&\311\202\262\f\2040\317!\206\262\f\204E\320\321\"\203E\317\322\211\224O!\206\262$\203`\f\204`\320$\"\203`\317\322\225\311O!\206\262\f\203j\323!\206\262\f\203t\317!\206\262\f\203\211\320\321\"\203\211\317\322\211\224O!\206\262\320%\"\203\237\310\324!\211\203\237\317!\206\262&\311\211\211'())\203	'\204	)@()A)*(@=\204\330(@;\203\253\320(@\"\203\253\311\325\326\217\211'\203\253'\306+\205\365\320+\n\"\205\365\n*\206\323'!\206\317'!'\202\253',\206\262\f\204*,\203*\320,#\"\203*\323\327#P!\206\262\311-\323
!\206J*\330=\205J\320\331\332 \"\205J\327\332 \333\334O\335Q\211.\205l\320\336\"\203e\317\337.\340\225\311O\"!\206l\317\337.\"!*\206\262/\203\217\320/\"\203\217\f\203\217\317\341\342!!!\203\217\206\26200\203\255\3170!\204\2550\341\3420!!\2110\232\203\222\3170!).\207" [case-fold-search data string name abs default-directory t match-data ffap-string-at-point nil (byte-code "\301\302\"?\205\303!\207" [string string-match "//" substitute-in-file-name] 3) ((error)) file-name-absolute-p ((set-match-data data)) ("" "/" "//" "/*" ".") ffap-file-exists-string string-match ":[0-9]" 0 ffap-file-remote-p nocolon (byte-code "A	!\207" [tem name] 2) ((error)) "/" internal-ange-ftp-mode "^\\*ftp \\(.*\\)@\\(.*\\)\\*$" buffer-name 5 -1 ":" "\\`\\(/?~?ftp\\)/" ffap-replace-file-component 1 file-name-directory directory-file-name oname ffap-shell-prompt-regexp path-separator ffap-alist try tem alist major-mode ffap-url-regexp ffap-ftp-sans-slash-regexp ffap-rfs-regexp remote-dir ffap-dired-wildcards dir] 7 (#$ . 28958)])
#@66 Read file or URL from minibuffer, with PROMPT and initial GUESS.
(defalias 'ffap-read-file-or-url #[(prompt guess) "\204	\306\307
\205\310
\"\205*\204,\311!\204(\312\313!!\314!\307
\315BB\316\216\n\203K\313\n!\202L	\317\320\306\211\n\203^\nGB\202_\321C\205j\312!&),\307
\205\310
\"\205*\204\207\322!)\207" [guess default-directory dir string case-fold-search ffap-url-regexp nil t string-match ffap-file-remote-p abbreviate-file-name expand-file-name file-name-directory url-file-handler ((byte-code "\302	\"\302\207" [fnh-elem file-name-handler-alist delq] 3)) completing-read ffap-read-file-or-url-internal file-name-history substitute-in-file-name read-file-name-completion-ignore-case fnh-elem completion-ignore-case minibuffer-completing-file-name file-name-handler-alist prompt buffer-file-name] 9 (#$ . 30955)])
#@61 Complete URLs from history, treating given string as valid.
(defalias 'ffap-read-url-internal #[(string pred action) "\304\305!	\204\306\n#\206(\n\202(	\307=\203'\310\n#\206(\nC\202(\307)\207" [hist action string pred ffap-symbol-value url-global-history-hash-table try-completion t all-completions] 4 (#$ . 31846)])
(defalias 'ffap-read-file-or-url-internal #[(string pred action) "\204	\306\205\307\"\205*\203 \310\f
#\207\311\f
#\207" [string default-directory case-fold-search ffap-url-regexp pred action t string-match ffap-read-url-internal read-file-name-internal] 4])
#@59 If non-nil, ffap highlights the current buffer substring.
(defvar ffap-highlight t (#$ . 32458))
(custom-declare-face 'ffap '((t :inherit highlight)) "Face used to highlight the current buffer substring." :group 'ffap :version "22.1")
#@35 Overlay used by `ffap-highlight'.
(defvar ffap-highlight-overlay nil (#$ . 32699))
#@257 If `ffap-highlight' is set, highlight the guess in this buffer.
That is, the last buffer substring found by `ffap-string-at-point'.
Optional argument REMOVE means to remove any such highlighting.
Uses the face `ffap' if it is defined, or else `highlight'.
(defalias 'ffap-highlight #[(&optional remove) "\203\f	\205*\304	!\207\n\204\305\207	\203 \306	@A@p$\207\307\310\"\311	\312\313#\207" [remove ffap-highlight-overlay ffap-highlight ffap-string-at-point-region delete-overlay nil move-overlay apply make-overlay overlay-put face ffap] 5 (#$ . 32789)])
#@60 Return file or URL or nil, guessed from text around point.
(defalias 'ffap-guesser #[nil "\203\301\302 \206\f\303 !\206\304 \206\305\306 !\207" [ffap-url-regexp ffap-fixup-url ffap-url-at-point ffap-gopher-at-point ffap-file-at-point ffap-fixup-machine ffap-machine-at-point] 2 (#$ . 33360)])
(defalias 'ffap-prompter #[(&optional guess) "\300\216\301\302\215)\207" [((ffap-highlight t)) ffap-prompter (byte-code "\303\203	\304\202\n\305\306\n\206\307 \211)\n\203\310 \210\"\207" [ffap-url-regexp mark-active guess ffap-read-file-or-url "Find file or URL: " "Find file: " nil ffap-guesser ffap-highlight] 4)] 2])
#@393 Find FILENAME, guessing a default from text around point.
If `ffap-url-regexp' is not nil, the FILENAME may also be an URL.
With a prefix, this command behaves exactly like `ffap-file-finder'.
If `ffap-require-prefix' is set, the prefix meaning is reversed.
See also the variables `ffap-dired-wildcards', `ffap-newfile-prompt',
and the functions `ffap-file-at-point' and `ffap-url-at-point'.
(defalias 'find-file-at-point #[(&optional filename) "\306\307!\203\203	?\202	\203\310\311\n!)\207\204!\312 \313\2053\314\f\"\2053\f*\203?\310!)\207\203V\203V\314\"\203V!\207\203u\314\"\203u\203u\n\315>\203u\n\316!\313\"\207\203\206\317!\204\206\320\321!\203\214\n\316!!\207\322\323\324\325E\"\207" [ffap-require-prefix current-prefix-arg ffap-file-finder filename string case-fold-search called-interactively-p interactive nil call-interactively ffap-prompter t string-match (find-file find-alternate-file) expand-file-name file-exists-p y-or-n-p "File does not exist, create buffer? " signal file-error "Opening file buffer" "no such file or directory" ffap-url-regexp ffap-url-fetcher ffap-pass-wildcards-to-dired ffap-dired-wildcards ffap-directory-finder find-file-wildcards ffap-newfile-prompt] 5 (#$ . 33997) nil])
(byte-code "\300\301\302\"\210\303\304\305\306\307\310\311\301&\207" [defalias ffap find-file-at-point custom-declare-variable ffap-menu-regexp nil "If non-nil, regexp overriding `ffap-next-regexp' in `ffap-menu'.\nMake this more restrictive for faster menu building.\nFor example, try \":/\" for URL (and some ftp) references." :type (choice (const nil) regexp) :group] 8)
#@54 Buffer local cache of menu presented by `ffap-menu'.
(defvar ffap-menu-alist nil (#$ . 35652))
(make-variable-buffer-local 'ffap-menu-alist)
#@126 Text properties applied to strings found by `ffap-menu-rescan'.
These properties may be used to fontify the menu references.
(defvar ffap-menu-text-plist (byte-code "\300 \203\301\207\302\207" [display-mouse-p (face bold mouse-face highlight) nil] 1) (#$ . 35800))
#@296 Put up a menu of files and URLs mentioned in this buffer.
Then set mark, jump to choice, and try to fetch it.  The menu is
cached in `ffap-menu-alist', and rebuilt by `ffap-menu-rescan'.
The optional RESCAN argument (a prefix, interactively) forces
a rebuild.  Searches with `ffap-menu-regexp'.
(defalias 'ffap-menu #[(&optional rescan) "\203	\204\203 @\212\nAb\210\n@\304 \232*\204 \305 \210\306\203)\307\202*\310\311\312BB\313#\207" [ffap-menu-alist rescan first ffap-url-regexp ffap-guesser ffap-menu-rescan ffap-menu-ask "Find file or URL" "Find file" "*Rescan Buffer*" -1 ffap-menu-cont] 4 (#$ . 36074) "P"])
(defalias 'ffap-menu-cont #[(choice) "A\302W\203\303\304!\207\305 \210Ab\210\306\216	\203 \307 \203 \301 \210\310\302!\210\311@!)\207" [choice ffap-highlight 0 ffap-menu t push-mark ((ffap-highlight t)) ffap-guesser sit-for find-file-at-point] 2])
#@378 Prompt from a menu of choices, and then apply some action.
Arguments are TITLE, ALIST, and CONT (a continuation function).
This uses either a menu or the minibuffer depending on invocation.
The TITLE string is used as either the prompt or menu title.
Each ALIST entry looks like (STRING . DATA) and defines one choice.
Function CONT is applied to the entry chosen by the user.
(defalias 'ffap-menu-ask #[(title alist cont) "\305\306\307!\203\310 \203\307\311\312	\313\314\n\"BD\"\202;\315\316\317\320	\n@@#\n\305\311\305%)\321\322!\210\323\n\"\206:\n@\203E\f!\202J\324\325!\210\305)\207" [choice title alist minibuffer-setup-hook cont nil fboundp x-popup-menu ffap-mouse-event t "" mapcar #[(i) "@B\207" [i] 2] minibuffer-completion-help completing-read format "%s (default %s): " sit-for 0 assoc message "No choice made!"] 7 (#$ . 36964)])
#@129 Search buffer for `ffap-menu-regexp' to build `ffap-menu-alist'.
Applies `ffap-menu-text-plist' text properties at all matches.
(defalias 'ffap-menu-rescan #[nil "\206	deZ\306 \307\310\n\236\203\n\202\311\310\312\216\212eb\210\313 \211\203P\f`BB\314@`#\210\315\316`eZ\317_\245\f#\210\202(.\315\320!\210\321\322\"\211A\203\206@@A@@\232\203}\211AA\241\210\202`A\211\202b)\321\323\"\211\207" [ffap-menu-regexp ffap-next-regexp major-mode ffap-string-at-point-mode-alist item inhibit-read-only buffer-modified-p t nil file ((byte-code "\204\301\302!\210\302\207" [mod restore-buffer-modified-p nil] 2)) ffap-next-guess add-text-properties message "Scanning...%2d%% <%s>" 100 "Scanning...done" sort #[(a b) "@	@\231\207" [a b] 2] #[(a b) "A	AW\207" [a b] 2] mod range ffap-menu-alist ffap-string-at-point-region ffap-menu-text-plist ptr] 8 (#$ . 37830) nil])
#@128 Command invoked by `ffap-at-mouse' if nothing found at click, or nil.
Ignored when `ffap-at-mouse' is called programmatically.
(defvar ffap-at-mouse-fallback nil (#$ . 38754))
(put 'ffap-at-mouse-fallback 'risky-local-variable t)
#@276 Find file or URL guessed from text around mouse click.
Interactively, calls `ffap-at-mouse-fallback' if no guess is found.
Return value:
  * if a guess string is found, return it (after finding it)
  * if the fallback is called, return whatever it returns
  * otherwise, nil
(defalias 'ffap-at-mouse #[(e) "\212\303!\210\304 )\211\203)\305!q\210\306 \210\307\216\310\311!\210\312\313	\"\210\314	!\210	)\202>\315\316!\205>\n\2039\317\n!\202>\312\320!\210\321)\207" [e guess ffap-at-mouse-fallback mouse-set-point ffap-guesser ffap-event-buffer ffap-highlight ((ffap-highlight t)) sit-for 0 message "Finding `%s'" find-file-at-point called-interactively-p interactive call-interactively "No file or URL found at mouse click." nil] 4 (#$ . 38991) "e"])
#@83 Like `ffap', but put buffer in another window.
Only intended for interactive use.
(defalias 'ffap-other-window #[nil "\302\303\304 \305\216\306\307!\310!\204\310\242!\204pp*!\210)\207" [value #1=#:wconfig nil switch-to-buffer-other-window current-window-configuration ((set-window-configuration #1#)) call-interactively ffap bufferp] 3 (#$ . 39755) nil])
#@82 Like `ffap', but put buffer in another frame.
Only intended for interactive use.
(defalias 'ffap-other-frame #[nil "\304 \305!\306\307\216\310\306\"\210\311\312 \313\216\314\315!\316\n!\204)\316\n\242!\204)pp*!\210)\n+\207" [win wdp value #1=#:wconfig selected-window window-dedicated-p nil ((set-window-dedicated-p win wdp)) set-window-dedicated-p switch-to-buffer-other-frame current-window-configuration ((set-window-configuration #1#)) call-interactively ffap bufferp] 3 (#$ . 40127) nil])
(defalias 'ffap--toggle-read-only #[(buffer-or-list) "<\203	\202C\303\211\205&\n@r	q\210\304\305!\210)\nA\211\204\303*\207" [buffer-or-list buffer --dolist-tail-- nil read-only-mode 1] 3])
#@79 Like `ffap', but mark buffer as read-only.
Only intended for interactive use.
(defalias 'ffap-read-only #[nil "\301\302!\303!\204\303\242!\204p\304!\210)\207" [value call-interactively ffap bufferp ffap--toggle-read-only] 2 (#$ . 40839) nil])
#@105 Like `ffap', but put buffer in another window and mark as read-only.
Only intended for interactive use.
(defalias 'ffap-read-only-other-window #[nil "\301 \302!\210)\207" [value ffap-other-window ffap--toggle-read-only] 2 (#$ . 41099) nil])
#@104 Like `ffap', but put buffer in another frame and mark as read-only.
Only intended for interactive use.
(defalias 'ffap-read-only-other-frame #[nil "\301 \302!\210)\207" [value ffap-other-frame ffap--toggle-read-only] 2 (#$ . 41350) nil])
#@75 Like `ffap' and `find-alternate-file'.
Only intended for interactive use.
(defalias 'ffap-alternate-file #[nil "\301\302\303!)\207" [ffap-file-finder find-alternate-file call-interactively ffap] 2 (#$ . 41597) nil])
#@88 Like `ffap' and `find-alternate-file-other-window'.
Only intended for interactive use.
(defalias 'ffap-alternate-file-other-window #[nil "\301\302\303!)\207" [ffap-file-finder find-alternate-file-other-window call-interactively ffap] 2 (#$ . 41820) nil])
#@75 Like `ffap' and `find-file-literally'.
Only intended for interactive use.
(defalias 'ffap-literally #[nil "\301\302\303!)\207" [ffap-file-finder find-file-literally call-interactively ffap] 2 (#$ . 42082) nil])
(byte-code "\300\301\302\"\210\300\303\304\305#\210\306\303\304\307#\210\300\310\304\305#\210\306\310\304\307#\207" [defalias find-file-literally-at-point ffap-literally ffap-bug report-emacs-bug nil make-obsolete "23.1" ffap-submit-bug] 4)
#@56 Bind `ffap-next' and `ffap-menu' to M-l and M-m, resp.
(defalias 'ffap-ro-mode-hook #[nil "\300\301\302\"\210\300\303\304\"\207" [local-set-key "\354" ffap-next "\355" ffap-menu] 3 (#$ . 42541)])
#@66 Bind `ffap-gnus-next' and `ffap-gnus-menu' to M-l and M-m, resp.
(defalias 'ffap-gnus-hook #[nil "\301\300!\210\302\303\304\305\"\210\303\306\307\"\207" [ffap-foo-at-bar-prefix make-local-variable "news" local-set-key "\354" ffap-gnus-next "\355" ffap-gnus-menu] 3 (#$ . 42743)])
(defalias 'ffap-gnus-wrapper #[(form) "p\304!=\203\305 \210\306\307 !\310\311!\210\312\n!\210~\210`e=\203&\313\314\315\316#\210\317\216\320!*\207" [gnus-summary-buffer sb gnus-article-buffer form get-buffer gnus-summary-select-article window-buffer selected-window gnus-configure-windows article pop-to-buffer search-forward "\n\n" nil t ((pop-to-buffer sb)) eval] 4])
#@45 Run `ffap-next' in the gnus article buffer.
(defalias 'ffap-gnus-next #[nil "\300\301!\207" [ffap-gnus-wrapper (ffap-next nil t)] 2 (#$ . 43405) nil])
#@45 Run `ffap-menu' in the gnus article buffer.
(defalias 'ffap-gnus-menu #[nil "\300\301!\207" [ffap-gnus-wrapper (ffap-menu)] 2 (#$ . 43562) nil])
#@131 Start Dired, defaulting to file at point.  See `ffap'.
If `dired-at-point-require-prefix' is set, the prefix meaning is reversed.
(defalias 'dired-at-point #[(&optional filename) "\306\307!\203\203	?\202	\203\310\311\n!)\207\204!\312 \313\2053\314\f\"\2053\f*\203<!\207\203M\314\"\203M\n!\207\315!\203g\316!\203_\n\317!!\207\n\317!\320P!\207\321\322\323!!\206q!\203\203\324\325!\203\203\326!\210\n!\207\327\330\"\207" [dired-at-point-require-prefix current-prefix-arg ffap-directory-finder filename string case-fold-search called-interactively-p interactive nil call-interactively dired-at-point-prompter t string-match file-exists-p file-directory-p expand-file-name "*" file-writable-p file-name-directory directory-file-name y-or-n-p "Directory does not exist, create it? " make-directory error "No such file or directory `%s'" ffap-url-regexp ffap-url-fetcher ffap-dired-wildcards] 4 (#$ . 43714) nil])
(defalias 'dired-at-point-prompter #[(&optional guess) "\305\216\306\307=\203
\310\202	\203\311\202\312\n\206_\313 \211\203;\n\314	\2051\315	\"\2051*\204;\316\n!\203?\n\202^\317\320\n!!\321\n!\203Q\322\n!\202^\323\n!\203]\324\n!\202^\n)\211\211\203h\325 \210\")\207" [ffap-directory-finder ffap-url-regexp guess string case-fold-search ((ffap-highlight t)) ffap-read-file-or-url list-directory "List directory (brief): " "Dired file or URL: " "Dired file: " ffap-guesser t string-match ffap-file-remote-p abbreviate-file-name expand-file-name file-directory-p file-name-as-directory file-regular-p file-name-directory ffap-highlight] 6])
#@93 Like `dired-at-point', but put buffer in another window.
Only intended for interactive use.
(defalias 'ffap-dired-other-window #[nil "\302\303\304 \305\216\306\307!p*!\210)\207" [value #1=#:wconfig nil switch-to-buffer-other-window current-window-configuration ((set-window-configuration #1#)) call-interactively dired-at-point] 3 (#$ . 45340) nil])
#@92 Like `dired-at-point', but put buffer in another frame.
Only intended for interactive use.
(defalias 'ffap-dired-other-frame #[nil "\304 \305!\306\307\216\310\306\"\210\311\312 \313\216\314\315!p*!\210)\n+\207" [win wdp value #1=#:wconfig selected-window window-dedicated-p nil ((set-window-dedicated-p win wdp)) set-window-dedicated-p switch-to-buffer-other-frame current-window-configuration ((set-window-configuration #1#)) call-interactively dired-at-point] 3 (#$ . 45700) nil])
#@80 Like `dired-at-point' and `list-directory'.
Only intended for interactive use.
(defalias 'ffap-list-directory #[nil "\301\302\303!)\207" [ffap-directory-finder list-directory call-interactively dired-at-point] 2 (#$ . 46196) nil])
#@101 Try to get a file name at point.
This hook is intended to be put in `file-name-at-point-functions'.
(defalias 'ffap-guess-file-name-at-point #[nil "\304\305!\205O\305 \211\2033\304\306!\203'\307\205#\310	\"\205#	*\2043\304\311!\2037\311!\2037\202<\312\313!!\211\205N\314!\203M\315!\202N)\207" [guess string case-fold-search ffap-url-regexp fboundp ffap-guesser ffap-url-p t string-match ffap-file-remote-p abbreviate-file-name expand-file-name file-directory-p file-name-as-directory] 4 (#$ . 46435)])
#@202 List of binding forms evaluated by function `ffap-bindings'.
A reasonable ffap installation needs just this one line:
  (ffap-bindings)
Of course if you do not like these bindings, just roll your own!
(defvar ffap-bindings '((global-set-key [S-mouse-3] 'ffap-at-mouse) (global-set-key [C-S-mouse-3] 'ffap-menu) (global-set-key "" 'find-file-at-point) (global-set-key "" 'ffap-read-only) (global-set-key "" 'ffap-alternate-file) (global-set-key "4f" 'ffap-other-window) (global-set-key "5f" 'ffap-other-frame) (global-set-key "4r" 'ffap-read-only-other-window) (global-set-key "5r" 'ffap-read-only-other-frame) (global-set-key "d" 'dired-at-point) (global-set-key "4d" 'ffap-dired-other-window) (global-set-key "5d" 'ffap-dired-other-frame) (global-set-key "" 'ffap-list-directory) (add-hook 'gnus-summary-mode-hook 'ffap-gnus-hook) (add-hook 'gnus-article-mode-hook 'ffap-gnus-hook) (add-hook 'vm-mode-hook 'ffap-ro-mode-hook) (add-hook 'rmail-mode-hook 'ffap-ro-mode-hook)) (#$ . 46969))
#@49 Evaluate the forms in variable `ffap-bindings'.
(defalias 'ffap-bindings #[nil "\301\302B!\207" [ffap-bindings eval progn] 3 (#$ . 47979) nil])
(provide 'ffap)

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net