From: Drew Adams <drew.adams@oracle.com>
To: Robert Pluim <rpluim@gmail.com>, "tomas@tuxteam.de" <tomas@tuxteam.de>
Cc: "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: RE: [External] : Re: (bounds-of-thing-at-point 'number) ⇒ nil
Date: Fri, 4 Feb 2022 21:29:53 +0000 [thread overview]
Message-ID: <SJ0PR10MB54880C745F30DA5130A8429EF3299@SJ0PR10MB5488.namprd10.prod.outlook.com> (raw)
In-Reply-To: <87iltu8ziw.fsf@gmail.com>
> I think it just means that nobody has implemented
> `bounds-of-thing-at-point' for 'number. Patches welcome :-)
I don't think it means that. Here's a definition.
Add it to thingatpt.el, if you really believe it's
welcome. (This isn't be the first time this and
similar have been offered.)
Just drop the `tap-' prefix in both places.
(defun tap-bounds-of-number-at-point ()
"Return the bounds of the number represented by the numeral at point.
Return nil if none is found."
(and (number-at-point)
(tap-bounds-of-thing-at-point 'sexp)))
next prev parent reply other threads:[~2022-02-04 21:29 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-04 12:47 (bounds-of-thing-at-point 'number) ⇒ nil Jean Louis
2022-02-04 13:20 ` tomas
2022-02-04 14:20 ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-02-04 14:41 ` Robert Pluim
2022-02-04 14:50 ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-02-04 21:29 ` Drew Adams [this message]
2022-02-06 6:12 ` [External] : " Jean Louis
2022-02-06 8:44 ` Drew Adams
2022-02-06 8:43 ` Drew Adams
2022-02-04 15:19 ` [External] : " Drew Adams
2022-02-04 15:35 ` Jean Louis
2022-02-04 15:50 ` Drew Adams
2022-02-04 16:55 ` Jean Louis
2022-02-04 21:29 ` Drew Adams
2022-02-04 21:46 ` Drew Adams
2022-02-05 0:54 ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-02-05 1:36 ` Drew Adams
2022-02-05 1:56 ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-02-05 17:27 ` Drew Adams
2022-02-06 15:48 ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-02-06 6:08 ` Jean Louis
2022-02-06 7:02 ` Drew Adams
2022-02-06 8:10 ` Jean Louis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=SJ0PR10MB54880C745F30DA5130A8429EF3299@SJ0PR10MB5488.namprd10.prod.outlook.com \
--to=drew.adams@oracle.com \
--cc=help-gnu-emacs@gnu.org \
--cc=rpluim@gmail.com \
--cc=tomas@tuxteam.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).