From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs pretest 22.1.91 Date: Wed, 27 Feb 2008 21:15:54 +0200 Message-ID: References: <87ejb8vl0i.fsf@stupidchicken.com> <47C55A60.5010709@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1204139804 19865 80.91.229.12 (27 Feb 2008 19:16:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Feb 2008 19:16:44 +0000 (UTC) Cc: lekktu@gmail.com, matsuan@ca2.so-net.ne.jp, emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 27 20:17:09 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 1JURle-0000Gw-H8 for ged-emacs-devel@m.gmane.org; Wed, 27 Feb 2008 20:16:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JURl8-000391-6n for ged-emacs-devel@m.gmane.org; Wed, 27 Feb 2008 14:16:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JURl3-00038v-D9 for emacs-devel@gnu.org; Wed, 27 Feb 2008 14:16:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JURl1-00038b-MW for emacs-devel@gnu.org; Wed, 27 Feb 2008 14:16:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JURl1-00038Q-GA for emacs-devel@gnu.org; Wed, 27 Feb 2008 14:15:59 -0500 Original-Received: from romy.inter.net.il ([213.8.233.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JURkx-0000H5-JH; Wed, 27 Feb 2008 14:15:55 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-14-171.inter.net.il [80.230.14.171]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id KJJ89760 (AUTH halo1); Wed, 27 Feb 2008 21:15:30 +0200 (IST) In-reply-to: <47C55A60.5010709@gnu.org> (message from Jason Rumney on Wed, 27 Feb 2008 12:41:04 +0000) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:90642 Archived-At: > Date: Wed, 27 Feb 2008 12:41:04 +0000 > From: Jason Rumney > Cc: Eli Zaretskii , matsuan@ca2.so-net.ne.jp, emacs-devel@gnu.org > > Juanma Barranquero wrote: > > The cleanest fix I can think of at this moment is moving the > > tool-bar-setup call, from `x-create-frame-with-faces' to > > `frame-notice-user-settings' > > I think the case that the previous change was trying to fix is where > emacs is started as emacs -nw and a GUI frame is created later. AFAICT, > frame-notice-user-settings is only called at startup, so I think moving > the tool-bar setup there will cause this case to fail again. Since Windows doesn't support multi-tty (and probably won't for an observable future), how about if Juanma makes this change conditioned so that it only has effect on Windows?