help-gnu-emacs
[Top][All Lists]
Advanced

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

cycling commands do not go backward


From: Samuel Wales
Subject: cycling commands do not go backward
Date: Sat, 31 Jan 2009 19:51:24 -0700

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




reply via email to

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