From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: Re: `ido.el' small, but annoying bug Date: Sat, 4 Dec 2004 20:31:03 +0200 Message-ID: <200412042030.49707.pogonyshev@gmx.net> References: <200412032005.53520.pogonyshev@gmx.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1102190118 6547 80.91.229.6 (4 Dec 2004 19:55:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 4 Dec 2004 19:55:18 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 04 20:55:12 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cafzr-0008AM-00 for ; Sat, 04 Dec 2004 20:55:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cag9W-0008Tr-Qt for ged-emacs-devel@m.gmane.org; Sat, 04 Dec 2004 15:05:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Cag8y-0008Qx-Tq for emacs-devel@gnu.org; Sat, 04 Dec 2004 15:04:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Cag8x-0008QV-MN for emacs-devel@gnu.org; Sat, 04 Dec 2004 15:04:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cag8x-0008QH-ET for emacs-devel@gnu.org; Sat, 04 Dec 2004 15:04:35 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1Cafz8-0006cK-S6 for emacs-devel@gnu.org; Sat, 04 Dec 2004 14:54:27 -0500 Original-Received: (qmail 14513 invoked by uid 65534); 4 Dec 2004 19:54:24 -0000 Original-Received: from unknown (EHLO localhost.localdomain) (195.50.12.121) by mail.gmx.net (mp009) with SMTP; 04 Dec 2004 20:54:24 +0100 X-Authenticated: #16844820 Original-To: storm@cua.dk (Kim F. Storm) User-Agent: KMail/1.4.3 In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:30673 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30673 Kim F. Storm wrote: > Paul Pogonyshev 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 ? Actually, my patch doesn't fully solve the problem. When you hit `C-x b C-k' (without left/right arrow), the bug persists with the patch too. Paul