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: Buffer menu fix Date: Wed, 07 Sep 2005 19:55:05 -0400 Message-ID: <871x40e8me.fsf@stupidchicken.com> References: <87slwkfxt9.fsf@stupidchicken.com> <87slwjpug0.fsf@stupidchicken.com> <87wtlvrwet.fsf@stupidchicken.com> <878xyavuw2.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 1126096652 27178 80.91.229.2 (7 Sep 2005 12:37:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Sep 2005 12:37:32 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 07 14:37:30 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ECzAC-0004JU-4x for ged-emacs-devel@m.gmane.org; Wed, 07 Sep 2005 14:36:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ECzEj-0002WU-Mp for ged-emacs-devel@m.gmane.org; Wed, 07 Sep 2005 08:41:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ECyfn-0006vw-Mn for emacs-devel@gnu.org; Wed, 07 Sep 2005 08:05:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ECyfj-0006vI-KQ for emacs-devel@gnu.org; Wed, 07 Sep 2005 08:05:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ECyeS-0006OT-HD for emacs-devel@gnu.org; Wed, 07 Sep 2005 08:03:40 -0400 Original-Received: from [18.95.6.139] (helo=localhost.localdomain) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ECyaL-0004dy-3d for emacs-devel@gnu.org; Wed, 07 Sep 2005 07:59:25 -0400 Original-Received: by localhost.localdomain (Postfix, from userid 1000) id 68C0C1E44B2; Wed, 7 Sep 2005 19:55:05 -0400 (EDT) Original-To: emacs-devel@gnu.org In-Reply-To: (Kim F. Storm's message of "Wed, 07 Sep 2005 01:01:37 +0200") 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:42702 Archived-At: Stefan just checked in a different fix to buff-menu.el, defining a lambda expression and interning it. This fix also has a problem: `C-h k' can't generate a hyperlink to the Lisp file: mouse-2 runs the command Buffer-menu-sort-by-name, which is an interactive Lisp function. Kim's solution doesn't have this problem.