summaryrefslogtreecommitdiff
path: root/lisp/ffap.el
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright years.Glenn Morris2006-12-051-1/+1
|
* No maintainer now.Richard M. Stallman2006-11-061-1/+1
|
* (ffap-rfc-path): Change the address of the RFC repository toEli Zaretskii2006-10-011-1/+1
| | | | ftp.rfc-editor.org, as ds.internic.net seems to be gone.
* (ffap-read-file-or-url): Bind `completion-ignore-case' to value ofJohn Paul Wallington2006-02-191-1/+2
| | | | `read-file-name-completion-ignore-case'. From Ryan Yeske.
* (ffap) <defface>: Add explicit face declaration.Juri Linkov2006-02-171-2/+7
| | | | | (ffap-highlight): Use face `ffap' directly instead of checking for its existence.
* Comment changes.Richard M. Stallman2006-02-121-4/+4
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (ffap-menu-rescan): Use inhibit-read-only instead of bindingEli Zaretskii2005-11-191-1/+3
| | | | buffer-read-only to nil.
* (find-file-at-point): Doc fix.Romain Francoise2005-10-181-3/+1
|
* (gnus-summary-buffer, gnus-article-buffer): Add defvars.Richard M. Stallman2005-08-091-0/+3
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (ffap-pass-wildcards-to-dired): New user option toJuri Linkov2005-04-071-4/+16
| | | | | | ensure dired always handles wildcards passed to ffap. (find-file-at-point): Use it. (ffap-dired-wildcards): Doc fix.
* (ffap-string-at-point-mode-alist): Add "*" to url chars,Richard M. Stallman2004-12-271-1/+1
| | | | it can appear unencoded and has been seen from yahoo.
* (ffap-dired-wildcards): Set default to "[*?][^/]*\\'". Doc fix.Juri Linkov2004-12-131-29/+157
| | | | | | | | | | | | | | | | | | (ffap-directory-finder): New variable. (ffap-string-at-point-mode-alist): Add * and ? to `file'. (ffap-file-at-point): Add /* to immediately rejected names. Return absolute file names matching ffap-dired-wildcards. (ffap-read-file-or-url): Set default value for `completing-read' to `buffer-file-name'. (find-file-at-point): When filename matches ffap-dired-wildcards, call ffap-file-finder with t arg `wildcards', instead of dired. (ffap-other-window, ffap-other-frame): Return visited buffers. (ffap-read-only, ffap-read-only-other-window) (ffap-read-only-other-frame, ffap-alternate-file): New commands. (dired-at-point): Call ffap-directory-finder instead of dired. (ffap-dired-other-window, ffap-dired-other-frame) (ffap-list-directory): New commands. (ffap-bindings): New keybindings for new commands.
* Fix for url mode alist to recognize patterns such as &<str>; as validRajesh Vaidheeswarran2004-06-091-1/+1
|
* (dired-at-point): Additional writability test for relative directory names.Juri Linkov2004-02-281-21/+40
| | | | | | | (dired-at-point-prompter): Treat directories as a directory, get the directory component from files. (ffap-string-at-point): Return string from region if region is active. (ffap-file-at-point): Remove redundant code.
* (ffap-file-at-point): Try parent directories.Eli Zaretskii2004-02-211-0/+8
|
* (ffap-read-file-or-url): Revert previous change.Luc Teirlinck2003-12-251-1/+1
|
* (ffap-read-file-or-url): Eliminate reliance of the call toLuc Teirlinck2003-12-241-1/+1
| | | | `completing-read' on a recently fixed bug.
* removed defadvice related code from ffapRajesh Vaidheeswarran2003-10-021-12/+2
|
* Change maintainer.Richard M. Stallman2003-09-301-0/+1
|
* whitespace.el now takes user customizable variable to display cleanliness ofRajesh Vaidheeswarran2003-09-291-0/+18
| | | | | | files. ffap.el - bugfix.
* Add arch taglinesMiles Bader2003-09-011-0/+2
|
* (dired-at-point): Check whether the user can create a directory before askingJuanma Barranquero2003-03-061-2/+3
| | | | about creating it.
* Many doc fixes.Richard M. Stallman2003-02-151-28/+28
| | | | | | (ffap-replace-file-component): Renamed from ffap-replace-path-component. Callers changed. (ffap-host-to-filename): Renamed from ffap-host-to-path. Callers chgd.
* (ffap-complete-as-file-p): Use minibuffer-completing-file-name.Stefan Monnier2003-02-101-3/+1
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
|
* Comment change.Richard M. Stallman2002-11-181-0/+1
|
* (ffap): Don't hide it behind the autoload-cookie.Markus Rost2002-05-071-1/+3
|
* (ffap-newsgroup-p): Test for non-nil symbol-value of htb.Richard M. Stallman2002-02-071-1/+2
|
* (ffap-machine-p): Always return nil ifEli Zaretskii2001-06-171-0/+1
| | | | open-network-stream is not fboundp.
* (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.