From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Ames Newsgroups: gmane.emacs.help Subject: Re: Lost functionality in buffer item in menu bar from 22 to 23... Date: Sun, 21 Mar 2010 15:28:17 -0700 (PDT) Organization: http://groups.google.com Message-ID: <2f1f4d43-29e3-4a5b-a787-5ce8ce2563b0@d37g2000yqn.googlegroups.com> References: <21ff1e64-8d78-41b4-b7f8-f15db9529e6f@z35g2000yqd.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1273056584 28775 80.91.229.12 (5 May 2010 10:49:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 May 2010 10:49:44 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 05 12:49:43 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O9cAg-0001eL-4H for geh-help-gnu-emacs@m.gmane.org; Wed, 05 May 2010 12:49:42 +0200 Original-Received: from localhost ([127.0.0.1]:49045 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9cAf-0002B1-3a for geh-help-gnu-emacs@m.gmane.org; Wed, 05 May 2010 06:49:41 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!d37g2000yqn.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 33 Original-NNTP-Posting-Host: 72.70.147.125 Original-X-Trace: posting.google.com 1269210497 21541 127.0.0.1 (21 Mar 2010 22:28:17 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 21 Mar 2010 22:28:17 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d37g2000yqn.googlegroups.com; posting-host=72.70.147.125; posting-account=IVyglAoAAAA_PTo8VTZSu73_5QLmIBCX User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2) Gecko/20100124 Firefox/3.6,gzip(gfe),gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:177527 X-Mailman-Approved-At: Tue, 04 May 2010 16:48:30 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:73366 Archived-At: Okay, I've been hacking on this for a little bit, and here's what I found. I renamed the menu-bar.el.gz, menu-bar.elc, tmm.el.gz, and tmm.elc files from emacs 23.1 and then copied the same files from emacs 22.3 to the 23.1 lisp directory. The end result was no change in the behavior of the buffer menu bar item in tmm-menubar. Pressing F10 then "b" gave me just the same four options, with no list of open buffers. There's something going on beyond the tmm and menu-bar files. I did a diff of the two versions of the tmm.el.gz files and found some differences, but I don't really know what they meant. This is a little frustrating because the Emacs 22 buffer item in tmm- menubar makes buffer switching [I]very[/I] easy: Hit F10, b, and the first letter of the buffer I want. Then the menubar buffer goes away and the buffer I selected is up. Three key strokes which requires hitting only three keys. The other option of C-x-C-b requires me to the C-x-o into the buffer list. [I]Then[/I] I select the buffer I want, and I'm left with a split screen, so then I need to hit C-x-1 to remove the split. Seven key strokes requiring hitting eleven keys. Does anyone know a way to get the previous functionality back? Regards, -Drew Ames