all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* cycling commands do not go backward
@ 2009-02-01  2:51 Samuel Wales
  0 siblings, 0 replies; only message in thread
From: Samuel Wales @ 2009-02-01  2:51 UTC (permalink / raw
  To: help-gnu-emacs

A philosophical note.

Many commands in emacs cycle or rotate or go forward in a list.
Examples include the mark ring, the global mark ring, undo,
hippie-expand, dabbrev-expand, and other completion mechanisms.

Yet most of those commands do not cycle backward.  That is, if you
overshoot, you have to do a lot more cycling to get around to the
previous completion (or whatever).  In the case of undo, it is more
complicated than a ring, but the problem is the same.  You can undo,
but if you overshoot, you are often better off giving up.  (If you
think that the existing mechanisms are sufficient, take a look at the
previous discussions of this on this list and on wikis to find out
whey that is not correct.)

I suspect that this is because it is slightly easier to code it one way.
But for the user it would be great to be able to go both ways.

Consider the right arrow.  It has a complementary left arrow.
Perhaps, as a user interface design goal, the same idea can be applied
to cycling and rotating commands, and to undo.

-- 
For personal gain, myalgic encephalomyelitis denialists are knowingly
causing massive suffering and 25-years-early death by grossly
corrupting science.
http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm




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

only message in thread, other threads:[~2009-02-01  2:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-01  2:51 cycling commands do not go backward Samuel Wales

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.