From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#8876: 24.0.50; making `menu-bar-update-buffers' use another frame Date: Thu, 16 Jun 2011 09:47:01 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1308235115 18680 80.91.229.12 (16 Jun 2011 14:38:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 16 Jun 2011 14:38:35 +0000 (UTC) Cc: 8876@debbugs.gnu.org To: "Drew Adams" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jun 16 16:38:26 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QXDiE-0007YN-BX for geb-bug-gnu-emacs@m.gmane.org; Thu, 16 Jun 2011 16:38:26 +0200 Original-Received: from localhost ([::1]:41265 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXDiD-0005fn-7E for geb-bug-gnu-emacs@m.gmane.org; Thu, 16 Jun 2011 10:38:25 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:51289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXCva-00010c-8C for bug-gnu-emacs@gnu.org; Thu, 16 Jun 2011 09:48:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QXCvT-00012I-Lr for bug-gnu-emacs@gnu.org; Thu, 16 Jun 2011 09:48:09 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:60796) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXCvT-00012B-9H for bug-gnu-emacs@gnu.org; Thu, 16 Jun 2011 09:48:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1QXCvS-0001je-Cc; Thu, 16 Jun 2011 09:48:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 16 Jun 2011 13:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8876 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 8876-submit@debbugs.gnu.org id=B8876.13082320306607 (code B ref 8876); Thu, 16 Jun 2011 13:48:02 +0000 Original-Received: (at 8876) by debbugs.gnu.org; 16 Jun 2011 13:47:10 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QXCuc-0001iV-3d for submit@debbugs.gnu.org; Thu, 16 Jun 2011 09:47:10 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QXCua-0001iJ-Bv for 8876@debbugs.gnu.org; Thu, 16 Jun 2011 09:47:09 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAPMI+k1MCozA/2dsb2JhbABSpl94iHPAdoYnBJ1OhB0 X-IronPort-AV: E=Sophos;i="4.65,375,1304308800"; d="scan'208";a="116442177" Original-Received: from 76-10-140-192.dsl.teksavvy.com (HELO pastel.home) ([76.10.140.192]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 16 Jun 2011 09:47:01 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 96C0C59010; Thu, 16 Jun 2011 09:47:01 -0400 (EDT) In-Reply-To: (Drew Adams's message of "Wed, 15 Jun 2011 19:24:37 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Thu, 16 Jun 2011 09:48:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:47234 Archived-At: >> Feel free to change it so that instead of calling >> `switch-to-buffer' it >> calls some alias or it (funcall >> menu-bar-select-buffer-function ). > That would be great. What do you need from me - a patch? For example, yes, including ChangeLog entry and a tiny note in etc/NEWS. Stefan