From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Lost functionality in buffer item in menu bar from 22 to 23... Date: Mon, 29 Mar 2010 11:11:27 -0400 Message-ID: References: <21ff1e64-8d78-41b4-b7f8-f15db9529e6f@z35g2000yqd.googlegroups.com> <2f1f4d43-29e3-4a5b-a787-5ce8ce2563b0@d37g2000yqn.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1273000220 16067 80.91.229.12 (4 May 2010 19:10:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 4 May 2010 19:10:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 04 21:10:19 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 1O9NVX-0005uM-Qt for geh-help-gnu-emacs@m.gmane.org; Tue, 04 May 2010 21:10:16 +0200 Original-Received: from localhost ([127.0.0.1]:34973 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9NVX-0003LD-97 for geh-help-gnu-emacs@m.gmane.org; Tue, 04 May 2010 15:10:15 -0400 Original-Path: usenet.stanford.edu!news.glorb.com!news2.glorb.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!newsfe09.iad.POSTED!7564ea0f!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:QE4YBLkLFlkpY1m6+hj+CYr+WJA= Original-Lines: 20 Original-X-Complaints-To: abuse@UsenetServer.com Original-NNTP-Posting-Date: Mon, 29 Mar 2010 15:11:27 UTC Original-Xref: usenet.stanford.edu gnu.emacs.help:177590 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:73075 Archived-At: > (As an aside, the other think I like about Emacs 22's tmm-menubar is > that it shows the keyboard shortcuts next to the menu items -- > something that the Emasc 23 tmm-menubar does not seem to consistently > do as the example in the first post shows.) Sounds like a bug as well. Please M-x report-emacs-bug. > As for why the bug is happening in Emacs 23, I'm no closer to an > answer. Bearing in mind that I'm, at best, a _very_ poor Emacs lisp > hacker, the best I can determine by looking at tmm.el is that tmm > draws most of its variables from x-menu-bar. Perhaps there was a > change in x-menu-bar in Emacs 23 that is causing the bug? Yes, I just found the bug that prevented buffers from being listed (the bug was that tmm doesn't handle all valid menu entries and the menu for buffers was changed to use a format that wasn't supported by tmm). It will be fixed in Emacs-23.2. Stefan