all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Samuel Wales <samologist@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: cycling commands do not go backward
Date: Sat, 31 Jan 2009 19:51:24 -0700	[thread overview]
Message-ID: <20524da70901311851n5a911228vc5ee78c70797a4c5@mail.gmail.com> (raw)

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	other threads:[~2009-02-01  2:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20524da70901311851n5a911228vc5ee78c70797a4c5@mail.gmail.com \
    --to=samologist@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.