unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: "'glauber M4'" <smade4@gmail.com>
Cc: 'Rustom Mody' <rustompmody@gmail.com>, help-gnu-emacs@gnu.org
Subject: RE: Resp.: trying out icicles
Date: Wed, 20 Aug 2008 09:28:21 -0700	[thread overview]
Message-ID: <000001c902e1$c2ea1e30$c2b22382@us.oracle.com> (raw)
In-Reply-To: <57ec141d0808200415l1bf253b0m16db64a5dbd81348@mail.gmail.com>

> > If what I describe above is not what you see, and you think 
> > what you're seeing is a bug, then please file a bug report: `M-x 
> > icicle-send-bug-report'.
>
> I guess it is a bug, if i have a saved set and do a C-x 
> C-f, C-{, RET (to select the last set saved), I can even see the set of 
> files that was stored and if i click on them using the mouse before 
> typing anything they are going to open,

That means that they were correctly restored as the current set of completion
candidates.

> but as soon as i type anything they disappear,

Anything? What you type needs to match at least one of the candidates, or it
will say "No match".

> even if i type something like * to match everything no go,

`*' matches only names that contain the character `*'. Perhaps that's your
problem?

Empty input matches everything, and if you use apropos completion (`S-TAB') `.*'
matches everything. 

For apropos completion, the regexp `*' matches only names that contain `*'. For
prefix completion (`TAB'), `*' matches only names that start with `*'. 

You can of course use just `*' with `RET' to get normal Emacs file-name globbing
(`*' matches all file names in this context), but for completion `*' is a regexp
that matches `*'.

See
http://www.emacswiki.org/cgi-bin/wiki/Icicles_-_Special_Characters_in_Input_Patt
erns.

> I'm going to send this bug report, I'm using latest icicles with latest
> emacs.Except for this issue everything else you described is working
> like you said.

When you send the complete bug report, please give an exact recipe, step by
step, starting with emacs -Q.

Thx - Drew






  reply	other threads:[~2008-08-20 16:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-19 11:33 trying out icicles Rustom Mody
2008-08-19 13:00 ` Glauber Alex Dias Prado
2008-08-19 17:12   ` Drew Adams
2008-08-20 11:15     ` Resp.: " glauber M4
2008-08-20 16:28       ` Drew Adams [this message]
2008-08-19 15:26 ` Drew Adams

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='000001c902e1$c2ea1e30$c2b22382@us.oracle.com' \
    --to=drew.adams@oracle.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=rustompmody@gmail.com \
    --cc=smade4@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).