aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/thingatpt.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Mark if-let and when-let obsoleteSean Whitton2024-10-241-2/+2
* ; * lisp/thingatpt.el (sexp-at-point): Doc fix (bug#71777).Eli Zaretskii2024-06-291-1/+4
* Spelling fixesPaul Eggert2024-06-041-1/+1
* Support text overlays for thingatpt provider helpersJim Porter2024-05-201-21/+29
* Improve implementation of 'forward-thing' using custom providersJim Porter2024-05-201-28/+44
* Allow defining custom providers for more "thingatpt" functionsJim Porter2024-05-191-5/+78
* Add bounds-of-thing-at-point property for 'number'Visuwesh2024-03-141-2/+15
* ; Fix 'thing-at-point' edge case involving overlapping matchesEshel Yaron2024-02-101-1/+2
* ; Ensure 'thing-at-point-looking-at' finds full matchEshel Yaron2024-02-081-30/+13
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Add slashes to 'thing-at-point-email-regexp'Philip Kaludercic2023-12-171-1/+1
* | Avoid loading cl-lib as result of invoking 'load-library'Eli Zaretskii2023-11-181-6/+8
* | Prefer HTTPS to HTTP in thing-at-pointStefan Kangas2023-10-241-2/+2
* | Ensure 'existing-filename' has 'bounds-of-thing-at-point'Philip Kaludercic2023-07-221-0/+4
* | ; Handle string-at-point at end of buffer gracefullyPhilip Kaludercic2023-07-221-1/+2
* | Improve thing-at-point email detectionRobert Pluim2023-03-101-1/+1
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Teach thing-at-point to recognize bracketed IPv6 URLsF. Jason Park2022-11-091-1/+1
* Clarify face-at-point doc string and add (thing-at-point 'face)Lars Ingebrigtsen2022-08-121-2/+11
* Recognize gemini in thing-at-pointStefan Kangas2022-07-121-0/+2
* Fix (bounds-of-thing-at-point 'number)Lars Ingebrigtsen2022-03-251-2/+5
* Improve thing-at-point-url-at-point docstringRobert Pluim2022-02-081-2/+2
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Merge from origin/emacs-28Stefan Kangas2021-12-231-22/+16
|\ \ | |/
| * Revert field-related thingatpt changesLars Ingebrigtsen2021-12-221-22/+16
* | Don't return whitespace for thing-at-point in whitespace-only buffersLars Ingebrigtsen2021-11-291-3/+12
|/
* New thing-at-point target 'string' used in context-menu-regionJuri Linkov2021-09-241-14/+25
* ; Fix recently installed documentationEli Zaretskii2021-09-231-2/+4
* New thing-at-point target 'list-or-string' used in context-menu-regionJuri Linkov2021-09-231-2/+11
* ; Fix recently added documentationEli Zaretskii2021-09-221-4/+4
* Many improvements for Context Menus (bug#9054)Juri Linkov2021-09-221-9/+18
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-1/+1
* * lisp/thingatpt.el (thing-at-mouse): New function (bug#50256).Juri Linkov2021-09-121-0/+9
* Make thingatpt respect fieldsLars Ingebrigtsen2021-08-251-16/+22
* Use string-search instead of string-match[-p]Mattias EngdegÄrd2021-08-091-1/+1
* Add a new thing-at-point type: existing-filenameLars Ingebrigtsen2021-08-041-4/+15
* Make `number-at-point' work for more hex numbersRemington Furman2021-07-161-8/+8
* * lisp/thingatpt.el (region): Put property bounds-of-thing-at-point, bug#39512Juri Linkov2021-04-211-1/+5
* Add a mechanism for buffer-local thing-at-pointsLars Ingebrigtsen2021-01-231-3/+32
* Make symbol-at-point return nil if there's no symbols in the bufferLars Ingebrigtsen2021-01-201-0/+9
* Revert "Make `symbol-at-point' work in buffers with no symbols"Lars Ingebrigtsen2021-01-201-8/+0
* Make `symbol-at-point' work in buffers with no symbolsLars Ingebrigtsen2021-01-201-0/+8
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* ; Prefer https to http in many URLsStefan Kangas2020-10-011-1/+1
* Make thingatpt recognise files names with @ in themTino Calancha2020-08-191-1/+1
* Allow ffap to do the right thing with 'https://gnu.org'Lars Ingebrigtsen2020-08-071-1/+1