GNU bug report logs - #12638
24.2.50; FR: Some suggestions for icomplete-mode

Previous Next

Package: emacs;

Reported by: Jambunathan K <kjambunathan <at> gmail.com>

Date: Sat, 13 Oct 2012 17:33:01 UTC

Severity: wishlist

Found in version 24.2.50

Done: Jambunathan K <kjambunathan <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #83 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Kevin Rodgers <kevin.d.rodgers <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Re: bug#12638: 24.2.50; FR: Some suggestions for icomplete-mode
Date: Tue, 11 Dec 2012 23:34:30 -0700
On 12/11/12 8:42 PM, Drew Adams wrote:
>>> I think appending, "[Complete, but not unique]????" should
>>> serve as a cue that one can simply RET.
>>
>> You mean we'd display "foo[Complete but not unique]{bar | | baz}"?
>
> FWIW, in my own code (icomplete+.el), I have a separate user option for the
> string that is displayed to indicate an exact match, as opposed to doing this
> (in icomplete.el):
>
> (and most-is-exact
>       (substring icomplete-separator
>                  (string-match "[^ ]" icomplete-separator)))
>
> The default value of the option is (string ?\u2605 ?\  ), i.e., a star.  See
> attached.  (The number 5 shown is the total number of completions.  In this
> particular case all are shown.)

Just curious: Why isn't the exact match (represented by the star) separated from 
the other matches with a vertical bar?

-- 
Kevin Rodgers
Denver, Colorado, USA





This bug report was last modified 11 years and 248 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.