emacs-devel
[Top][All Lists]
Advanced

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

Re: move-beginning-of-line misbehaves on wrapped-line invisible text - r


From: Richard M. Stallman
Subject: Re: move-beginning-of-line misbehaves on wrapped-line invisible text - recent cvs checkout
Date: Mon, 30 Jan 2006 13:46:22 -0500

For the current version of simple.el, is this the change that is needed?

*** simple.el   23 Jan 2006 11:48:39 -0500      1.787
--- simple.el   30 Jan 2006 13:23:53 -0500      
***************
*** 3743,3749 ****
      ;; 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"))
  
      ;; Take care of fields.
--- 3743,3749 ----
      ;; 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 (point)))
        (skip-chars-backward "^\n"))
  
      ;; Take care of fields.




reply via email to

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