all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* line-move-ignore-invisible and global-disable-point-adjustment
@ 2008-01-04 19:10 Stefan Monnier
  2008-01-05 10:20 ` martin rudalics
  2008-01-05 14:31 ` Richard Stallman
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Monnier @ 2008-01-04 19:10 UTC (permalink / raw)
  To: emacs-devel


I propose to remove line-move-ignore-invisible and make line-move use
(not global-disable-point-adjustment) instead.

It is difficult to get line-move working correctly.  Recently there have
been bugs that only appeared for some combinations of
line-move-ignore-invisible and global-disable-point-adjustment, more
specifically for the case where both were nil.

There has not been any compelling evidence that users would ever want to
set both of those to nil or both to t, other than by accident, so by
removing those 2 cases we get to eliminate some bugs and also we get to
avoid having to figure what actually *means* a combination such as "nil
and nil" or "t and t".

If we agree that this is a good change, then comes the second part of
the discussion which is about how to go about doing it: since the value
of the those vars should be the negative of the other, we can't just use
defvaralias, so we'll have to declare line-move-ignore-invisible as
obsolete but still make it work (more or less) as before.


        Stefan

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-01-05 14:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-04 19:10 line-move-ignore-invisible and global-disable-point-adjustment Stefan Monnier
2008-01-05 10:20 ` martin rudalics
2008-01-05 14:31 ` 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.