aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ffap.el
Commit message (Collapse)AuthorAgeFilesLines
* (ffap-bindings): Doc fix.Eli Zaretskii2001-01-061-1/+1
|
* (ffap-bindings): Make interactive and add an autoload cookie.Eli Zaretskii2000-12-271-4/+4
| | | | (ffap-bindings): Doc fix, to reflect the above change.
* (ffap-read-file-or-url-internal): Handle case theGerd Moellmann2000-08-081-0/+4
| | | | DIR or STRING are nil.
* (ffap-menu-text-plist): Use display-mouse-p, not window-system.Eli Zaretskii2000-05-251-3/+3
| | | | (ffap-highlight): Always default to t.
* (ffap-highlight): Use facep rather than internal-find-face.Stefan Monnier2000-05-231-3/+2
|
* (ffap-url-regexp): Add `https'.Gerd Moellmann2000-05-231-1/+1
|
* Autoload the ffap alias directly.Dave Love1999-12-061-6/+1
|
* (ffap-file-at-point): Test local file namesRichard M. Stallman1999-02-131-1/+7
| | | | immediately. Strip off line numbers.
* (ffap-machine-p-local): Fix editing error.Richard M. Stallman1998-10-131-1/+1
|
* Doc fixes.Karl Heuer1998-09-301-22/+21
|
* (ffap-read-file-or-url): Bind minibuffer-completing-file-name to t.Richard M. Stallman1998-07-021-9/+9
|
* (ffap-bindings): Fix the dired-at-point binding.Karl Heuer1998-05-301-1/+1
|
* *** empty log message ***Dan Nicolaescu1998-05-261-2/+3
|
* (dired-at-point): Eliminate var dired-function; use `dired'.Richard M. Stallman1998-05-241-1/+2
| | | | (ffap-bindings): Include a binding for C-x d.
* Comment change.Richard M. Stallman1998-04-281-1/+0
|
* (dired-at-point): Add autoload cookie.Richard M. Stallman1998-04-281-0/+46
| | | | | | (dired-at-point-require-prefix): New option. (dired-at-point): New command. (dired-at-point-prompter): New function.
* (ffap-file-at-point): store-match-data => set-match-data.Richard M. Stallman1998-03-141-2/+1
|
* XEmacs compatibility hacks cleaned up.Karl Heuer1997-06-281-136/+155
| | | | | | (ffap-url-fetcher): If `browse-url' is bound, use that. (ffap-locate-file): New optional arg dir-ok. (ffap-at-mouse): Fix return value.
* (ffap-soft-value): Make this a function again; the macroKarl Heuer1997-06-181-313/+466
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version does intern-soft too early. Deleted XEmacs-specific code. (ffap-string-at-point-mode-alist): added "=" and "&" to the url syntax, as suggested by SJE. (ffap-read-file-or-url): fixed the HIST argument to completing-read (only visible in XEmacs?), as reported by Christoph Wedler <[email protected]>. (ffap-kpathsea-expand-path) New func, replaces ffap-add-subdirs, a first attempt at kpathsea emulation. Also convert "" to "." in path lists, for XEmacs. Suggestions from SJE. Added mouse-track support (but no binding), as suggested by MDB. Moved Emacs mouse bindings from "down-mouse" events to ordinary mouse events. (ffap-alist): added ffap-fortran-mode, as requested by MDB. Rewrote and merged XEmacs support, eliminating file ffap-xe.el. Modified ffap-other-frame to work in dedicated frames, fixing a bug reported by JENS. (ffap-menu-rescan): avoid modifying the buffer. Two bugs reported by Christoph Wedler <[email protected]>: (ffap-fixup-url): avoid autoloading through url-normalize-url. (ffap-read-file-or-url): for XEmacs, give extra HACK-HOMEDIR arg to `abbreviate-file-name'. (ffap-file-at-point): suppress errors from `ffap-alist'. (ffap-url-at-point): modified regexp to accept mail hostnames ending with a digit. Fixes bug report of SJE. (ffap-url-at-point): use higher level function (w3-view-this-url t) suggested by wmperry, instead of w3-zone-at/w3-zone-data or widget-at/widget-get. (ffap-url-at-point): modified to work with w3-version "WWW 2.3.64 1996/06/02 06:20:23" alpha, which uses the 'widget package rather than the old w3-zone-at. Bug was reported by JENS. Adopted comments and doc strings to Emacs coding conventions. Reorganized. Retired v18 support. (ffap-bindings): Offers a default installation. (ffap-string-at-point): Modified arguments. (ffap-gnus-hook): Updated for Gnus 5. (ffap-tex-init): Delayed initialization of `ffap-tex-path'. (ffap-dired): New entry in `ffap-alist'. (ffap-menu-rescan): May fontify the choices in buffer. (ffap-read-file-or-url): `PC-completion-as-file-name-predicate' used if available, to work with complete.el.
* (ffap-alist): Delete `math-mode'.Richard M. Stallman1997-05-051-146/+151
| | | | | | | | | | | Move all defvars and defuns out of this, to top level. Use a constant list as the initial value. (ffap-soft-value): Rewrite as a macro. And now it is used only at run time, not at load time. (ffap-ftp-default-user): Use just "anonymous" as default value. (ffap-what-domain): Don't set mail-extr-all-top-level-domains here. (ffap-newsgroup-regexp, ffap-newsgroup-heads): Move up past first use. (ffap-string-at-point-region): Likewise.
* Use defgroup and defcustom.Richard M. Stallman1997-05-031-47/+91
| | | | | Many doc fixes. (ffap-next): Fix message.
* (path-separator): Duplicate definition deleted.Richard M. Stallman1996-09-221-2/+0
| | | | (ffap-what-domain): Don't define mail-extr-all-top-level-domains here.
* (ffap-locate-file): Function deleted.Richard M. Stallman1996-09-021-69/+11
| | | | | (ffap-locate-jka-suffixes): Variable deleted. (ffap-alist): Use locate-library.
* Doc fixes. Reorganized. Retired v18 support.Richard M. Stallman1996-03-241-594/+585
| | | | | | | | | | | (ffap-bindings): Offers a default installation. (ffap-string-at-point): Modified arguments. (ffap-gnus-hook): Updated for Gnus 5. (ffap-tex-init): Delayed initialization of `ffap-tex-path'. (ffap-dired): New entry in `ffap-alist'. (ffap-menu-rescan): May fontify the choices in buffer. (ffap-read-file-or-url): `PC-completion-as-file-name-predicate' used if available, to work with complete.el.
* Update FSF's address.Erik Naggum1996-01-141-4/+6
|
* (ffap-list-env): Doc fix.Karl Heuer1996-01-041-2/+2
|
* (ffap-list-env): Use `path-separator' rather than ":".Richard M. Stallman1996-01-011-2/+2
|
* Initial revisionRichard M. Stallman1995-11-121-0/+1500