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 15:51:03 -0400 Message-ID: <87zllcjkk8.fsf@cyd.mit.edu> References: <873aj56v2p.fsf@cyd.mit.edu> <87prm8fkjn.fsf@cyd.mit.edu> <873aj48cd9.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 1223668182 17325 80.91.229.12 (10 Oct 2008 19:49:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 Oct 2008 19:49:42 +0000 (UTC) Cc: 1133@emacsbugs.donarmstrong.com, dann@ics.uci.edu, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 10 21:50: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 1KoO0V-0003lI-RY for ged-emacs-devel@m.gmane.org; Fri, 10 Oct 2008 21:50:40 +0200 Original-Received: from localhost ([127.0.0.1]:37535 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KoNzR-0000Wq-Qx for ged-emacs-devel@m.gmane.org; Fri, 10 Oct 2008 15:49:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KoNz8-0000Ox-R5 for emacs-devel@gnu.org; Fri, 10 Oct 2008 15:49:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KoNz7-0000O6-78 for emacs-devel@gnu.org; Fri, 10 Oct 2008 15:49:14 -0400 Original-Received: from [199.232.76.173] (port=57029 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KoNz6-0000Nz-Ut for emacs-devel@gnu.org; Fri, 10 Oct 2008 15:49:12 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:57590) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KoNz5-00077s-HO; Fri, 10 Oct 2008 15:49:12 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 2CF5657E210; Fri, 10 Oct 2008 15:51:03 -0400 (EDT) In-Reply-To: <873aj48cd9.fsf@cyd.mit.edu> (Chong Yidong's message of "Fri, 10 Oct 2008 15:43:30 -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:104469 Archived-At: Chong Yidong writes: > Alternatively, we could drop support for "low-color" images on the > toolbar entirely. Just to elaborate, this would involve dropping the "xpm-lo-spec" image options from tool-bar-local-item and tool-bar-local-item-from-menu, when Emacs is searching for the icon image file. Currently, whenever (display-color-cells) is less than 256, low-color versions of the icons are given a higher priority. Presumably, low-color displays would still be able to display the icons anyway, just uglier. I don't know how many people use Emacs on such displays.