bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#45199: 28.0.50; [PATCH] Make goto-char offer the number at point as


From: Lars Ingebrigtsen
Subject: bug#45199: 28.0.50; [PATCH] Make goto-char offer the number at point as default
Date: Sun, 13 Dec 2020 14:14:19 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Daniel Martín <mardani29@yahoo.es> writes:

> Oh, I forgot about number-at-point.  It extracts numbers that don't make
> sense here (like floating point or negative numbers), but we can easily
> filter them with natnump.  I've attached a new patch; do you feel it's
> still necessary to extract the logic in a helper?

Yeah, I'd still rather have a helper function -- putting several lines
of Lisp code in a string in C isn't optimal.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]