aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ffap.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix 'ffap-string-at-point' under 'ffap-file-name-with-spaces'Eli Zaretskii2025-06-081-5/+11
* (internal--c-header-file-path): Move to ffap.elStefan Monnier2025-02-281-8/+75
* New function internal--c-header-file-pathStefan Kangas2025-01-061-16/+1
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* New customization variable `completion-eager-display'Daniel Mendler2024-12-141-8/+9
* Fix calling processes inside ffapMichael Albinus2024-12-081-0/+1
* Mark if-let and when-let obsoleteSean Whitton2024-10-241-1/+1
* Miscellaneous checkdoc fixesStefan Kangas2024-07-201-2/+2
* Fix names of TeX-related major-modesArash Esbati2024-06-071-2/+7
* ffap.el: Exclude angle brackets from file names in XMLStrawberryTea2024-03-141-0/+3
* Pacify some docstring control char warningsBasil L. Contovounesios2024-02-281-2/+2
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Make ffap correctly guess remote file names at pointVisuwesh2023-12-231-3/+11
* | Teach ffap to look for relative file names under project-rootSpencer Baugh2023-10-301-0/+6
* | Prefer HTTPS to HTTP in ffapStefan Kangas2023-10-241-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-09-091-1/+2
|\ \ | |/
| * ; * lisp/ffap.el (ffap-rfs-regexp): Fix :type (bug#65698).Eli Zaretskii2023-09-021-1/+2
* | Make ffap compat aliases obsoleteStefan Kangas2023-08-081-4/+4
|/
* ; 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