emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Eric Schulte" <schulte.eric@gmail.com>
To: Carsten Dominik <dominik@science.uva.nl>
Cc: emacs-orgmode@gnu.org
Subject: Re: ideas for org-refile
Date: Sun, 12 Oct 2008 10:49:54 -0700	[thread overview]
Message-ID: <87tzbhitz1.fsf@gmail.com> (raw)
In-Reply-To: <DD9E5B5B-A29F-4D12-9AE7-C62652411A72@uva.nl> (Carsten Dominik's message of "Sun, 12 Oct 2008 14:08:19 +0200")

Carsten Dominik <dominik@science.uva.nl> writes:

>> ***** org-refile: use ido.el or similar when using path method
>> or iswitchb or anything.el.  obviously you would not want it
>> to require such packages, but for those who have them.
>
> I don't know ido.el, what advantages would it give?
>

ido (Interactive Do) provides enhanced mini-buffer completion, try
evaluating the following

  (require 'ido)
  (ido-mode t)

then executing some simple commands which include mini-buffer completion
(find-file, describe-function, etc...).  I find it very useful.

-- Eric

From the Comments at the top of ido.el

,----
| ;;; Commentary:
| 
| ;; Ido - interactive do - switches between buffers and opens files and
| ;; directories with a minimum of keystrokes.  It is a superset of
| ;; iswitchb, the interactive buffer switching package by Stephen Eglen.
| 
| ;; Interactive substring matching
| ;; ------------------------------
| ;;
| ;; As you type in a substring, the list of buffers or files currently
| ;; matching the substring are displayed as you type.  The list is
| ;; ordered so that the most recent buffers or files visited come at
| ;; the start of the list.
| ;;
| ;; The buffer or file at the start of the list will be the one visited
| ;; when you press RETURN.  By typing more of the substring, the list is
| ;; narrowed down so that gradually the buffer or file you want will be
| ;; at the top of the list.  Alternatively, you can use C-s and C-r (or
| ;; the right and left arrow keys) to rotate buffer or file names in the
| ;; list until the one you want is at the top of the list.
| ;;
| ;; Completion is also available so that you can see what is common to
| ;; all of the matching buffers or files as you type.
| ;;
`----

>
> - Carsten
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  reply	other threads:[~2008-10-12 17:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-10 19:07 ideas for org-refile Samuel Wales
2008-10-12 12:08 ` Carsten Dominik
2008-10-12 17:49   ` Eric Schulte [this message]
2008-10-12 19:18   ` Samuel Wales
2008-11-11  5:59     ` Carsten Dominik
2008-11-11  6:04       ` Samuel Wales

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

  List information: https://www.orgmode.org/

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

  git send-email \
    --in-reply-to=87tzbhitz1.fsf@gmail.com \
    --to=schulte.eric@gmail.com \
    --cc=dominik@science.uva.nl \
    --cc=emacs-orgmode@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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).