From: Drew Adams <drew.adams@oracle.com>
To: "Will O'Brien" <will.08rien@gmail.com>,
Robert Thorpe <rt@robertthorpeconsulting.com>
Cc: help-gnu-emacs@gnu.org
Subject: RE: Moving from Ido to Icicles
Date: Mon, 3 Nov 2014 23:23:30 -0800 (PST) [thread overview]
Message-ID: <80b65dfd-f172-473f-bcc0-465c6c263439@default> (raw)
In-Reply-To: <CAKgE0sCOKPLx_ez8fY823wV0fTDJ6vM5J7aQoNQB0_49fg87wg@mail.gmail.com>
> I use icicles with recentf, it works very nicely, as you might
> expect. I also use icicles to navigate bookmarks (bookmark+) which
> then gives us best of all worlds.
> See http://www.emacswiki.org/Icicles_-_Bookmark_Enhancements
>
> I was a big ido fan, but converted to icicles mainly for superior
> tag navigation.
I was on vacation for a few days, but here is a belated reply, to
add a bit to what Will mentioned. (And yes, bookmarks are a good
way to access frequently used files.)
1. Yes, `icicle-recent-file' is a multi-command that makes use of
library `recentf.el' to give you access to recently used files.
It uses multi-completion, so you can match (1) the (absolute)
file names, (2) the file contents, or both. With a prefix arg,
the candidates have a third multi-completion part, in the middle:
(3) the date of last modification - so you can match any
combination of name, date, and contents.
(If you use a prefix arg when you act on an individual candidate,
then you visit that file in read-only mode. This includes
when you act on all matching candidates, i.e., open them all.)
2. Another way to access a persistent history of visited files
is to use library `savehist.el'. You can customize option
`savehist-additional-variables' so that it includes
`file-name-history'.
Files visited in previous Emacs sessions are then available
using `M-p' during file-name completion. With Icicles you can
complete against elements of the minibuffer history (e.g.,
`file-name-history'). You can use `M-h' or `M-pause' to do
this (they behave differently). Completion is handier than
repeating `M-p' or `M-r'.
See http://www.emacswiki.org/Icicles_-_History_Enhancements
prev parent reply other threads:[~2014-11-04 7:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-01 10:22 Moving from Ido to Icicles Marcin Borkowski
2014-11-01 14:48 ` Dale Snell
2014-11-01 21:07 ` Robert Thorpe
2014-11-01 23:35 ` Will O'Brien
2014-11-04 7:23 ` Drew Adams [this message]
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.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=80b65dfd-f172-473f-bcc0-465c6c263439@default \
--to=drew.adams@oracle.com \
--cc=help-gnu-emacs@gnu.org \
--cc=rt@robertthorpeconsulting.com \
--cc=will.08rien@gmail.com \
/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.
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).