emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: `ido.el' small, but annoying bug


From: Paul Pogonyshev
Subject: Re: `ido.el' small, but annoying bug
Date: Sat, 4 Dec 2004 03:13:04 +0200
User-agent: KMail/1.4.3

Kim F. Storm wrote:
> Paul Pogonyshev <address@hidden> writes:
> > Type `C-x b', use left/right arrow to select a different buffer
> > and then `C-k' to kill it.  With my Emacs (a recent CVS) the
> > list of buffers disappears, but can be reshown again by e.g.
> > pressing left/right arrow.
> >
> > The following smallish patch seems to fix it.  However, `ido.el'
> > maintainer should certainly review it.
>
> You patch looks ok, but I don't see the bug myself, so I wonder why it
> happens for you.  Does it happen if you enable ido in emacs -q ?

Weird enough it doesn't.

Here is the contents of my `~/.emacs' related to ido:

(custom-set-variables
 '(ido-case-fold nil)
 '(ido-enable-dot-prefix t)
 '(ido-mode (quote both) nil (ido))
 '(ido-subdir-face ((((class color)) (:inherit font-lock-function-name-face)))))

Paul





reply via email to

[Prev in Thread] Current Thread [Next in Thread]