all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* visual-line-mode and line-move-visual
@ 2016-09-27 16:24 raman
  2016-09-28 14:45 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: raman @ 2016-09-27 16:24 UTC (permalink / raw)
  To: emacs-devel

Now that visual-line-mode is a true minor mode  --- should
line-move-visual  be turned into a defvar rather than remaining a
defcustom?

Is there any case where line-move-visual nil and visual-line-mode t
make sense?
-- 

-- 



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

* Re: visual-line-mode and line-move-visual
  2016-09-27 16:24 visual-line-mode and line-move-visual raman
@ 2016-09-28 14:45 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2016-09-28 14:45 UTC (permalink / raw)
  To: raman; +Cc: emacs-devel

> From: raman@google.com
> Date: Tue, 27 Sep 2016 09:24:53 -0700
> 
> Now that visual-line-mode is a true minor mode  --- should
> line-move-visual  be turned into a defvar rather than remaining a
> defcustom?
> 
> Is there any case where line-move-visual nil and visual-line-mode t
> make sense?

When visual-line-mode is turned on, I doubt that anyone would want to
turn off line-move-visual (although I see no reason to disallow that,
perhaps there's some obscure use case where that would be of use).
However, having line-move-visual on or off when visual-line-mode is
off is a matter of personal preference.

IOW, line-move-visual has value even if the user doesn't use
visual-line-mode.

So I think it should still be a defcustom, to allow customization
independent of visual-line-mode.



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

end of thread, other threads:[~2016-09-28 14:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-27 16:24 visual-line-mode and line-move-visual raman
2016-09-28 14:45 ` Eli Zaretskii

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.