emacs-devel
[Top][All Lists]
Advanced

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

Re: beginning-on-line oddness


From: Lars Ingebrigtsen
Subject: Re: beginning-on-line oddness
Date: Wed, 26 Dec 2012 14:42:58 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Eli Zaretskii <address@hidden> writes:

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

Ah, right.  I assumed that `move-beginning-of-line' wasn't supposed to
be used by code directly, for some reason or other...

-- 
(domestic pets only, the antidote for overdose, milk.)
  http://lars.ingebrigtsen.no  *  Lars Magne Ingebrigtsen



reply via email to

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