emacs-devel
[Top][All Lists]
Advanced

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

Re: beginning-on-line oddness


From: Ted Zlatanov
Subject: Re: beginning-on-line oddness
Date: Wed, 26 Dec 2012 09:05:38 -0500
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

On Tue, 25 Dec 2012 20:44:46 +0200 Eli Zaretskii <address@hidden> wrote: 

>> From: Lars Ingebrigtsen <address@hidden>
>> Cc: address@hidden
>> Date: Tue, 25 Dec 2012 18:51:14 +0100
>> 
>> Eli Zaretskii <address@hidden> writes:
>> 
>> > And the problem is...?
>> 
>> Personally, I think it would be nice if `beginning-of-line' went to the
>> beginning of the line.

EZ> Got it.  You need to use '(move-beginning-of-line 1)', which considers
EZ> display lines.  By contrast, 'beginning-of-line' moves by text lines
EZ> in logical order, which is not what you want.

Can this please be xref-ed in the `beginning-of-line' docstring?

Ted




reply via email to

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