From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: [offby1@blarg.net: ibuffer's "s v" doesn't redraw buffer] Date: Mon, 28 Aug 2006 11:42:33 -0400 Message-ID: <87ejv0dfyu.fsf@stupidchicken.com> References: <871wr48n1p.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1156779740 18968 80.91.229.2 (28 Aug 2006 15:42:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 Aug 2006 15:42:20 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 28 17:42:17 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GHjFC-0007IA-Qa for ged-emacs-devel@m.gmane.org; Mon, 28 Aug 2006 17:41:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GHjFC-0003QO-7X for ged-emacs-devel@m.gmane.org; Mon, 28 Aug 2006 11:41:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GHjER-0002zB-2L for emacs-devel@gnu.org; Mon, 28 Aug 2006 11:40:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GHjEQ-0002yq-FX for emacs-devel@gnu.org; Mon, 28 Aug 2006 11:40:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GHjEQ-0002yl-BX for emacs-devel@gnu.org; Mon, 28 Aug 2006 11:40:58 -0400 Original-Received: from [18.19.1.138] (helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GHjNN-0005VR-BM; Mon, 28 Aug 2006 11:50:13 -0400 Original-Received: by cyd (Postfix, from userid 1000) id 818494E2FE; Mon, 28 Aug 2006 11:42:33 -0400 (EDT) Original-To: "John Paul Wallington" In-Reply-To: (John Paul Wallington's message of "Sat, 26 Aug 2006 14:13:20 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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: news.gmane.org gmane.emacs.devel:59005 Archived-At: "John Paul Wallington" writes: >> The problem was that ibuffer-do-sort-by-recency is not defined with >> define-ibuffer-sorter, for some reason obscure to me. Therefore it is >> not on ibuffer-sorting-functions-alist, so the call to >> ibuffer-sort-bufferlist in ibuffer-redisplay-engine fails (the error >> is caught by an unwind-protect). >> >> This hack will remove the bug, but I'm not familiar enough with >> ibuffer to know if it's the right approach. > > That change looks good, although I haven't tested it. Could you > please install it? Done.