From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: svn icons in the toolbar Date: Wed, 26 Sep 2007 08:17:49 +0200 Message-ID: <46F9F98D.8090308@swipnet.se> References: <46D650E5.1030402@swipnet.se> <46DA7312.4020205@swipnet.se> <46DABAC3.10708@swipnet.se> <46DAF70C.8060006@swipnet.se> <87r6kvprk7.fsf@escher.local.home> <46F0C110.4030306@swipnet.se> <87vea7ko4u.fsf@escher.local.home> <877img12hc.fsf@escher.local.home> <87bqbqyhn4.fsf@escher.local.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1190787504 13129 80.91.229.12 (26 Sep 2007 06:18:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Sep 2007 06:18:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Berman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 26 08:18:19 2007 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 1IaQDs-0004xW-Nc for ged-emacs-devel@m.gmane.org; Wed, 26 Sep 2007 08:18:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IaQDo-0004bt-Ur for ged-emacs-devel@m.gmane.org; Wed, 26 Sep 2007 02:18:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IaQDm-0004bc-Hc for emacs-devel@gnu.org; Wed, 26 Sep 2007 02:18:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IaQDl-0004bB-1O for emacs-devel@gnu.org; Wed, 26 Sep 2007 02:18:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IaQDk-0004b7-Td for emacs-devel@gnu.org; Wed, 26 Sep 2007 02:18:04 -0400 Original-Received: from av7-1-sn3.vrr.skanova.net ([81.228.9.181]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IaQDk-0000Ii-Bx for emacs-devel@gnu.org; Wed, 26 Sep 2007 02:18:04 -0400 Original-Received: by av7-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 309143830F; Wed, 26 Sep 2007 08:16:58 +0200 (CEST) Original-Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av7-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 1C0ED37F95; Wed, 26 Sep 2007 08:16:58 +0200 (CEST) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 8761837E48; Wed, 26 Sep 2007 08:18:02 +0200 (CEST) User-Agent: Thunderbird 2.0.0.6 (X11/20070728) In-Reply-To: <87bqbqyhn4.fsf@escher.local.home> X-Detected-Kernel: Linux 2.4-2.6 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:79888 Archived-At: Stephen Berman skrev: > > I see that the Tango Standard Icon Naming Specification proposes a > classification of icon types and standard icon names that KDE and > GNOME both more or less use. What I don't see in KDE is any naming > scheme like GNOME's stock* or gtk* icons. It looks like these are > often aliases for icon names conforming to the Tango Standard Icon > Naming Specification. I don't know what criteria GNOME uses to call > certain icons stock icons, nor just what role these play in the GNOME > icon API. I guess that it is being present in Gtk+ that makes them "stock". > The Tango website also says: "In the short term, existing > KDE and GNOME icons names will be addressed using symlinks. We have > prepared a script which automatically generates appropriate symlinks > for existing naming schemes in GNOME and KDE so that compatibility > with current desktop applications will be preserved." I have no idea > if this makes sense, but maybe this script could somehow be used or > adapted by Emacs to map GTK+ to Qt/KDE icons. > Would it not be better to figure out a set of named icons that either can be used on both KDE and Gnome (I guess this is what Tango is about) or add a KDE specific set of names to Emacs? Users can then select to use the KDE names if they run KDE. Jan D.