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: Tool-bar and multi-tty Date: Fri, 10 Oct 2008 14:27:13 -0400 Message-ID: <87prm8uwzi.fsf@cyd.mit.edu> References: <873aj56v2p.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1223663502 867 80.91.229.12 (10 Oct 2008 18:31:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 Oct 2008 18:31:42 +0000 (UTC) Cc: Eli Zaretskii , dann@ics.uci.edu, 1133@emacsbugs.donarmstrong.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 10 20:32:40 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KoMmS-0001nM-9p for ged-emacs-devel@m.gmane.org; Fri, 10 Oct 2008 20:32:04 +0200 Original-Received: from localhost ([127.0.0.1]:58246 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KoMlO-0005j8-59 for ged-emacs-devel@m.gmane.org; Fri, 10 Oct 2008 14:30:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KoMfy-0003CB-Fo for emacs-devel@gnu.org; Fri, 10 Oct 2008 14:25:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KoMfx-0003Bp-S1 for emacs-devel@gnu.org; Fri, 10 Oct 2008 14:25:22 -0400 Original-Received: from [199.232.76.173] (port=48025 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KoMfx-0003Bm-JA for emacs-devel@gnu.org; Fri, 10 Oct 2008 14:25:21 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:33261) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KoMfx-0001lD-9e; Fri, 10 Oct 2008 14:25:21 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 912C257E210; Fri, 10 Oct 2008 14:27:13 -0400 (EDT) In-Reply-To: (Stefan Monnier's message of "Fri, 10 Oct 2008 13:18:31 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:104463 Archived-At: Stefan Monnier writes: >> This sounds like a very complicated solution. Why can't we set up >> tool-bar-map unconditionally? Perhaps changes that make that >> possible are much smaller and cleaner than what you suggest here? > > My thoughts exactly... Why? See my other reply. I don't see any way to set up the tool-bar-map unconditionally, without losing X and GTK settings. Do you?