emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs's handling of line numbers [from bug#5042]


From: Stefan Monnier
Subject: Re: Emacs's handling of line numbers [from bug#5042]
Date: Sun, 06 Jun 2010 21:30:13 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> * {esc}g currently calls goto-line, but a grep through the elisp sources
>   of Emacs shows a lots of calls to goto-line, any of which might be
>   broken by changing the behavior of goto-line

Grep counts 8 such calls only.  Doesn't seem unmanageable at all.

> * Accordingly, I suggest introducing a new function, goto-numbered-line,
>   which will replace the binding of {esc}g and the edit menu option.

goto-line is already marked as "should only be called from Elisp", so
introducing goto-numbered-line doesn't sound right.


        Stefan



reply via email to

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