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

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

Re: move-beginning-of-line


From: Juri Linkov
Subject: Re: move-beginning-of-line
Date: Sun, 22 Jan 2006 02:46:17 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Your latest change in simple.el that added the lines:

           ;; Move to beginning-of-line, ignoring fields and invisibles.
           (skip-chars-backward "^\n")
           (while (and (not (bobp)) (line-move-invisible-p (1- (point))))
             (goto-char (previous-char-property-change (1- (point))))
             (skip-chars-backward "^\n"))

to move-beginning-of-line broke it in many places: `C-a' typed in the
minibuffer moves point to the beginning of the prompt instead of the
beginning of the input area, `C-a' in the widget field moves point to the
beginning of the line instead of the beginning of the field.

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

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