From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Dahl Newsgroups: gmane.emacs.devel Subject: obsolete comment in tool-bar.el Date: Thu, 07 Jul 2005 14:40:49 +0200 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1120740866 10775 80.91.229.2 (7 Jul 2005 12:54:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Jul 2005 12:54:26 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 07 14:54:24 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DqVtI-0007Ag-Kk for ged-emacs-devel@m.gmane.org; Thu, 07 Jul 2005 14:54:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DqVue-0004Bc-WD for ged-emacs-devel@m.gmane.org; Thu, 07 Jul 2005 08:55:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DqVtT-0003ul-3h for emacs-devel@gnu.org; Thu, 07 Jul 2005 08:54:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DqVtP-0003sF-Sr for emacs-devel@gnu.org; Thu, 07 Jul 2005 08:54:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DqVtN-0003mR-KR for emacs-devel@gnu.org; Thu, 07 Jul 2005 08:54:13 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1DqVoD-0000yk-9G for emacs-devel@gnu.org; Thu, 07 Jul 2005 08:48:53 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DqVh2-0005Xh-O5 for emacs-devel@gnu.org; Thu, 07 Jul 2005 14:41:28 +0200 Original-Received: from user.ifsab.se ([193.41.170.225]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Jul 2005 14:41:28 +0200 Original-Received: from brakjoller by user.ifsab.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Jul 2005 14:41:28 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 24 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: user.ifsab.se User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) Cancel-Lock: sha1:xA5zrLvu65075ZYBz2xzsIrDmgQ= 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:40556 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40556 I found this in tool-bar.el: ;; We want to pretend the toolbar by standard is on, as this will make ;; customize consider disabling the toolbar a customization, and save ;; that. We could do this for real by setting :init-value above, but ;; that would turn on the toolbar in MS Windows where it is currently ;; useless, and it would overwrite disabling the tool bar from X ;; resources. If anyone want to implement this in a cleaner way, ;; please do so. ;; -- Per Abrahamsen 2002-02-21. (put 'tool-bar-mode 'standard-value '(t)) I don't know if the comment refers to the line of code just under it or to more lines in the file or if it is old and does not refer to anything :), but I am wondering about the sentence with "...in MS Windows where it is currently useless". It is not useless at all now, it is very much useful. Shall the comment be removed and / or the code changed maybe? /Mathias