1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00
Commit Graph

26 Commits

Author SHA1 Message Date
Gerd Moellmann
d4021fd9f9 (ffap-read-file-or-url-internal): Handle case the
DIR or STRING are nil.
2000-08-08 18:30:21 +00:00
Eli Zaretskii
3351481016 (ffap-menu-text-plist): Use display-mouse-p, not window-system.
(ffap-highlight): Always default to t.
2000-05-25 16:56:34 +00:00
Stefan Monnier
e5eee690ff (ffap-highlight): Use facep rather than internal-find-face. 2000-05-23 19:57:48 +00:00
Gerd Moellmann
1d34daaee7 (ffap-url-regexp): Add `https'. 2000-05-23 15:27:21 +00:00
Dave Love
32fd797262 Autoload the ffap alias directly. 1999-12-06 16:26:36 +00:00
Richard M. Stallman
8005ea3f21 (ffap-file-at-point): Test local file names
immediately.  Strip off line numbers.
1999-02-13 16:28:34 +00:00
Richard M. Stallman
88b5c6b38e (ffap-machine-p-local): Fix editing error. 1998-10-13 15:31:30 +00:00
Karl Heuer
ee79ced8a2 Doc fixes. 1998-09-30 19:06:27 +00:00
Richard M. Stallman
a22f073505 (ffap-read-file-or-url): Bind minibuffer-completing-file-name to t. 1998-07-02 07:02:47 +00:00
Karl Heuer
3d729a9a75 (ffap-bindings): Fix the dired-at-point binding. 1998-05-30 13:27:52 +00:00
Dan Nicolaescu
f5f727f8ff *** empty log message *** 1998-05-26 09:23:23 +00:00
Richard M. Stallman
b8e2ae0580 (dired-at-point): Eliminate var dired-function; use `dired'.
(ffap-bindings): Include a binding for C-x d.
1998-05-24 17:12:16 +00:00
Richard M. Stallman
6e76c5e558 Comment change. 1998-04-28 23:41:15 +00:00
Richard M. Stallman
6115425227 (dired-at-point): Add autoload cookie.
(dired-at-point-require-prefix): New option.
(dired-at-point): New command.
(dired-at-point-prompter): New function.
1998-04-28 23:40:39 +00:00
Richard M. Stallman
3c2c6be2b0 (ffap-file-at-point): store-match-data => set-match-data. 1998-03-14 04:44:25 +00:00
Karl Heuer
3788c735f7 XEmacs compatibility hacks cleaned up.
(ffap-url-fetcher): If `browse-url' is bound, use that.
(ffap-locate-file): New optional arg dir-ok.
(ffap-at-mouse): Fix return value.
1997-06-28 21:27:18 +00:00
Karl Heuer
0948761df6 (ffap-soft-value): Make this a function again; the macro
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 <wedler@fmi.uni-passau.de>.
(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 <wedler@fmi.uni-passau.de>:
(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.
1997-06-18 04:24:37 +00:00
Richard M. Stallman
c9ae986937 (ffap-alist): Delete `math-mode'.
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.
1997-05-05 23:40:22 +00:00
Richard M. Stallman
41d34bed16 Use defgroup and defcustom.
Many doc fixes.
(ffap-next): Fix message.
1997-05-03 19:58:10 +00:00
Richard M. Stallman
f21c591e50 (path-separator): Duplicate definition deleted.
(ffap-what-domain): Don't define mail-extr-all-top-level-domains here.
1996-09-22 22:11:25 +00:00
Richard M. Stallman
aeafca1f94 (ffap-locate-file): Function deleted.
(ffap-locate-jka-suffixes): Variable deleted.
(ffap-alist): Use locate-library.
1996-09-02 01:18:35 +00:00
Richard M. Stallman
87e2d03987 Doc fixes. 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.
1996-03-24 14:20:05 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Karl Heuer
757bd20c31 (ffap-list-env): Doc fix. 1996-01-04 23:34:36 +00:00
Richard M. Stallman
8c1001f6f6 (ffap-list-env): Use `path-separator' rather than ":". 1996-01-01 23:33:55 +00:00
Richard M. Stallman
213d9a4f6e Initial revision 1995-11-12 23:58:04 +00:00