summaryrefslogtreecommitdiff
path: root/lisp/ffap.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Further ffap-read-file-or-url tweaksLars Ingebrigtsen2022-09-201-1/+5
* Make ffap-file-finder work againLars Ingebrigtsen2022-09-061-3/+3
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-231-2/+2
* ; * lisp/ffap.el: Comment cleanup.Stefan Kangas2022-07-301-34/+17
* Make ffap-newfile-prompt obsoleteStefan Kangas2022-07-301-3/+2
* * lisp/ffap.el (ffap-url-regexp): Add gemini.Stefan Kangas2022-07-301-1/+1
* Convert ffap comments to testsStefan Kangas2022-07-281-11/+1
* New test ffap-replace-file-componentStefan Kangas2022-07-281-1/+0
* Minor doc fixes in ffap.elStefan Kangas2022-07-281-19/+13
* Drop support for obsolete "Lisp Code Directory" from ffapStefan Kangas2022-07-281-2/+1
* ; * lisp/ffap.el: Delete code commented out since 1997.Stefan Kangas2022-07-281-12/+0
* Drop support for XEmacs package EFSStefan Kangas2022-07-281-10/+6
* Make ffap-file-suffix obsoleteStefan Kangas2022-07-271-1/+2
* Drop support for the dead third-party w3 packageStefan Kangas2022-07-091-29/+18
* ; Rename 'ffap--accept-or-reject-p'Eli Zaretskii2022-07-091-5/+6
* Stop ffap-machine-at-point from pinging random hostsStefan Kangas2022-07-081-3/+4
* Add :safe property to ffap-machine-p-* variablesStefan Kangas2022-07-081-2/+12
* Make net-utils-url at point funs obsolete in favor of ffapStefan Kangas2022-07-071-0/+2
* Audit symbol quoting in Lisp doc stringsLars Ingebrigtsen2022-05-241-2/+2
* 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