emacs-devel
[Top][All Lists]
Advanced

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

Moving out of invisible text


From: Richard Stallman
Subject: Moving out of invisible text
Date: Sat, 11 Mar 2006 10:46:49 -0500

With the bug fix that was recently made, is this proposed change
in lispref/display.texi correct?

*** display.texi        21 Feb 2006 08:42:07 -0000      1.203
--- display.texi        11 Mar 2006 15:16:23 -0000
***************
*** 800,814 ****
  @code{line-move-ignore-invisible} is address@hidden (the default), but
  only because they are explicitly programmed to do so.
  
!   However, if a command ends with point inside or immediately after
  invisible text, the main editing loop moves point further forward or
  further backward (in the same direction that the command already moved
  it) until that condition is no longer true.  Thus, if the command
  moved point back into an invisible range, Emacs moves point back to
! the beginning of that range, following the previous visible character.
! If the command moved point forward into an invisible range, Emacs
! moves point forward past the first visible character that follows the
! invisible text.
  
    Incremental search can make invisible overlays visible temporarily
  and/or permanently when a match includes invisible text.  To enable
--- 800,814 ----
  @code{line-move-ignore-invisible} is address@hidden (the default), but
  only because they are explicitly programmed to do so.
  
!   However, if a command ends with point inside or immediately before
  invisible text, the main editing loop moves point further forward or
  further backward (in the same direction that the command already moved
  it) until that condition is no longer true.  Thus, if the command
  moved point back into an invisible range, Emacs moves point back to
! the beginning of that range, and then back one more character.  If the
! command moved point forward into an invisible range, Emacs moves point
! forward up to the first visible character that follows the invisible
! text.
  
    Incremental search can make invisible overlays visible temporarily
  and/or permanently when a match includes invisible text.  To enable




reply via email to

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