all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "David Röthlisberger" <david@rothlis.net>
To: 11244@debbugs.gnu.org
Subject: bug#11244: 24.0.93; ido.el: Document C-d in ido-find-file
Date: Sun, 15 Apr 2012 10:21:27 +0100	[thread overview]
Message-ID: <4DBDEA32-5AC8-4666-A0EC-C7CA756BED91@rothlis.net> (raw)

The documentation string for 'ido-find-file' doesn't mention 'C-d' at all. How to open a directory can be confusing for new 'ido' users because RET opens the first matching file, not the directory.

'C-d' also deletes characters if point is not at the end of input, but I think it isn't worth explaining this in the help text, for brevity. It is enough that 'C-d' is *mentioned* so that the user knows of its existence; the differing behaviour based on the position of the point should be obvious after a small amount of experimentation by the user.

Kind regards,
Dave.


From: David Rothlisberger <david@rothlis.net>
Date: Sun, 15 Apr 2012 10:05:03 +0100
Subject: [PATCH] * ido.el: Document C-d in ido-find-file.

---
 lisp/ido.el |    1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/ido.el b/lisp/ido.el
index bbf3fe2..1e381c5 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -4142,6 +4142,7 @@ (defun ido-find-file ()
 matches all files.  If there is only one match, select that file.
 If there is no common suffix, show a list of all matching files
 in a separate window.
+\\[ido-magic-delete-char] Open the specified directory in Dired mode.
 \\[ido-edit-input] Edit input string (including directory).
 \\[ido-prev-work-directory] or \\[ido-next-work-directory] go to previous/next directory in work directory history.
 \\[ido-merge-work-directories] search for file in the work directory history.
-- 
1.7.9.6







             reply	other threads:[~2012-04-15  9:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-15  9:21 David Röthlisberger [this message]
2012-06-19 18:17 ` bug#11244: 24.0.93; ido.el: Document C-d in ido-find-file Stefan Monnier

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=4DBDEA32-5AC8-4666-A0EC-C7CA756BED91@rothlis.net \
    --to=david@rothlis.net \
    --cc=11244@debbugs.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.