all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Moving out of invisible text
@ 2006-03-11 15:46 Richard Stallman
  0 siblings, 0 replies; only message in thread
From: Richard Stallman @ 2006-03-11 15:46 UTC (permalink / raw)


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 non-@code{nil} (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 non-@code{nil} (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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-03-11 15:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-11 15:46 Moving out of invisible text Richard Stallman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.