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/



_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to