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: Tool-bar and multi-tty Date: Fri, 10 Oct 2008 09:50:09 +0200 Message-ID: References: <873aj56v2p.fsf@cyd.mit.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1223625029 28792 80.91.229.12 (10 Oct 2008 07:50:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 Oct 2008 07:50:29 +0000 (UTC) Cc: 1133@emacsbugs.donarmstrong.com, dann@ics.uci.edu, emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 10 09:51:25 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 1KoCmS-0007zW-FJ for ged-emacs-devel@m.gmane.org; Fri, 10 Oct 2008 09:51:24 +0200 Original-Received: from localhost ([127.0.0.1]:47103 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KoClO-0006U8-Dd for ged-emacs-devel@m.gmane.org; Fri, 10 Oct 2008 03:50:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KoClK-0006RT-2j for emacs-devel@gnu.org; Fri, 10 Oct 2008 03:50:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KoClI-0006Qg-Mv for emacs-devel@gnu.org; Fri, 10 Oct 2008 03:50:12 -0400 Original-Received: from [199.232.76.173] (port=37209 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KoClI-0006QN-FH for emacs-devel@gnu.org; Fri, 10 Oct 2008 03:50:12 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:16554) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KoClI-0000To-WD for emacs-devel@gnu.org; Fri, 10 Oct 2008 03:50:13 -0400 Original-Received: from mtaout3.012.net.il ([84.95.2.7]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KoClH-0001Gt-79 for emacs-devel@gnu.org; Fri, 10 Oct 2008 03:50:11 -0400 Original-Received: from HOME-C4E4A596F7 ([77.127.3.182]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K8I00FWHJ5QP080@i_mtaout3.012.net.il> for emacs-devel@gnu.org; Fri, 10 Oct 2008 09:51:28 +0200 (IST) In-reply-to: <873aj56v2p.fsf@cyd.mit.edu> X-012-Sender: halo1@inter.net.il X-detected-kernel: by mx20.gnu.org: Solaris 9.1 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:104450 Archived-At: > From: Chong Yidong > Date: Thu, 09 Oct 2008 22:30:06 -0400 > Cc: 1133@emacsbugs.donarmstrong.com, emacs-devel@gnu.org > > ! (defvar compilation-mode-tool-bar-map > ! (if (display-graphic-p) > ! (let ((map (butlast (copy-keymap tool-bar-map))) display-graphic-p should probably be called with the right frame as an argument, or else it runs the risk of doing the wrong thing.