GNU bug report logs - #14148
24.3; make ido-mode slightly more customizable

Previous Next

Package: emacs;

Reported by: Steven Degutis <sbdegutis <at> gmail.com>

Date: Fri, 5 Apr 2013 17:21:01 UTC

Severity: minor

Tags: moreinfo

Found in version 24.3

Done: Stefan Kangas <stefankangas <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


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

From: Steven <sbdegutis <at> gmail.com>
To: Stefan Kangas <stefankangas <at> gmail.com>
Cc: 14148 <at> debbugs.gnu.org
Subject: Re: bug#14148: 24.3; make ido-mode slightly more customizable
Date: Wed, 10 Jan 2024 05:29:43 -0600
[Message part 1 (text/plain, inline)]
I haven't used Emacs in years. Thanks.

On Wed, Jan 10, 2024 at 5:20 AM Stefan Kangas <stefankangas <at> gmail.com>
wrote:

> Steven Degutis <sbdegutis <at> gmail.com> writes:
>
> > list appear vertically. However, This is limited for two reasons, both
> > of which are easy to fix. For one thing, the elements at indices 4 and 5
> > of ido-decorations are overloaded, and used in two places when they
> > really should be separated out into two different pairs of
> > decorations. Specifically on lines 4573/4575, this should use new
> > elements, at new indices 11 and 12 (for backwards compatibility), which
> > default to the same values as the existing elements 4 and 5. Then these
> > "brackets" can be customized separately (one as a newline and one not)
> > when displaying vertically. And only when element 11 exists should it
> > use 11 and 12, otherwise it should fall back to 4 and 5 for backwards
> > compatibility with anyone who has customized ido-decorations themselves
> > before this change. Finally, the inner-if on line 4563 has to be wrapped
> > with an (and (not (ido-show-when-sole-exact-match)) ...) with that
> > variable created as a defcustom above. This will prevent the sole exact
> > match from being hidden, which in vertical mode is confusing and seems
> > to indicate that there no longer remains any matches. I would add the
> > changelog myself but I'm woefully ignorant on how to do so. There is
> > already most of the work done in a patch on the devel mailing list in a
> > post by Stefan Monnier.
>
> That was 10 years ago, so I'm reaching out to see if this is still
> an issue on a modern version of Emacs.  Did you try the new fido-mode,
> for example?
>
> If I don't hear back from you within a couple of months, Ill just assume
> that this has been fixed and close this bug.
>
> Thanks in advance.
>
[Message part 2 (text/html, inline)]

This bug report was last modified 1 year and 139 days ago.

Previous Next


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