summaryrefslogtreecommitdiff
path: root/lisp/ffap.el
Commit message (Expand)AuthorAgeFilesLines
* Fix URL-related typos in comments and messagesLars Ingebrigtsen2022-04-061-4/+4
* Don't have ffap interpret ":/bin" as the current directoryLars Ingebrigtsen2022-01-141-4/+7
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Make `dired-split' obsoleteLars Ingebrigtsen2021-11-091-1/+1
|/
* Mention ffap-file-name-with-spaces in the ffap doc strinLars Ingebrigtsen2021-10-041-2/+3
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-5/+5
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-2/+2
* Fix URL entry in ffap after previous changeStephen Berman2021-08-111-1/+1
* Make ffap-read-file-or-url put point at the correct place for URLsLars Ingebrigtsen2021-08-091-5/+2
* Use string-search instead of string-match[-p]Mattias EngdegÄrd2021-08-091-1/+1
* ffap ido accommodationdickmao2021-08-041-3/+3
* Make `ffap-read-file-or-url' work again (to read URLs)Lars Ingebrigtsen2021-07-311-16/+32
* Make ido-mode override ffap-file-finderLars Ingebrigtsen2021-07-081-0/+1
* Prefer defvar-local in remaining librariesStefan Kangas2021-02-021-2/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Remove some compat code from ffap.elStefan Kangas2020-11-191-7/+8
* Remove redundant 'function's around lambdasStefan Kangas2020-11-171-17/+13
* Use lexical binding in ffap.elMattias EngdegÄrd2020-10-231-8/+10
* ; fix docstring typo in last commitRobert Pluim2020-10-221-2/+2
* Use HTTP instead of Tramp for the ffap rfc path (and also fix it)Lars Ingebrigtsen2020-10-221-9/+6
* `ffap-gopher-at-point' interminable without newlinesdickmao2020-10-191-1/+2
* Merge from origin/emacs-27Glenn Morris2020-10-021-1/+1
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-021-1/+1
* | Add new tab command `C-x t C-r'Earl2020-09-201-0/+8
* | Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-061-1/+1
* | Remove many items obsolete since Emacs 23.2 and 23.3Stefan Kangas2020-08-241-2/+0
* | Add support for ffap guessing at file names containing spacesJari Aalto2020-08-151-3/+130
* | Remove many items obsolete since Emacs 23.1Stefan Kangas2020-08-141-6/+0
* | Add command ffap-other-tab (Bug#41410)ej32u@protonmail.com2020-05-241-0/+11
* | Delete libraries obsolete since 23.1 and 23.2Stefan Kangas2020-05-151-1/+1
* | Make find-file-at-point respect port numbers in Tramp file nameMarco Wahl2020-01-221-1/+1
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* * lisp/ffap.el (ffap-read-file-or-url): Don't use url-file-handlerStefan Monnier2019-11-091-27/+12
* * lisp/ffap.el (ffap-read-file-or-url): Fix some URL casesStefan Monnier2019-11-081-14/+24
* * lisp/ffap.el (ffap-read-file-or-url): Simplify furtherStefan Monnier2019-11-081-28/+20
* * lisp/ffap.el (ffap-read-file-or-url): Use `read-file-name`Thierry Volpiatto2019-11-081-31/+7
* Remove XEmacs compat code from ffap.elStefan Kangas2019-10-171-4/+1
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-1/+1
* Make ffap find {/etc} files againLars Ingebrigtsen2019-07-261-2/+2
* Fix prompting in functions like ffap-read-onlyLars Ingebrigtsen2019-07-141-26/+28
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Fix ffap behavior in the Gnus group buffer (bug#35693)Katsumi Yamaoka2019-05-171-1/+4
* Use remapping in ffap-bindings (Bug#35577)Noam Postavsky2019-05-121-13/+13
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Explicitly require cl-lib where neededGlenn Morris2018-03-161-0/+1
|/
* Replace some obsolete aliases in documentationGlenn Morris2018-03-071-1/+1
* ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-1/+1