From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Olive Newsgroups: gmane.emacs.help Subject: Re: How to enable tool-bar permanently? Date: Wed, 16 Nov 2005 19:03:27 +0100 Message-ID: References: NNTP-Posting-Host: main.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 1132164559 27343 80.91.229.2 (16 Nov 2005 18:09:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 Nov 2005 18:09:19 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 16 19:09:17 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EcRgR-00084s-1D for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Nov 2005 19:07:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EcRgP-0001ZP-C6 for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Nov 2005 13:06:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EcRg1-0001Yn-Cc for help-gnu-emacs@gnu.org; Wed, 16 Nov 2005 13:06:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EcRfy-0001Y3-Q5 for help-gnu-emacs@gnu.org; Wed, 16 Nov 2005 13:06:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EcRfy-0001Xy-Js for help-gnu-emacs@gnu.org; Wed, 16 Nov 2005 13:06:30 -0500 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 1EcRfx-00029a-Jd for help-gnu-emacs@gnu.org; Wed, 16 Nov 2005 13:06:30 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EcRda-0006L5-81 for help-gnu-emacs@gnu.org; Wed, 16 Nov 2005 19:04:02 +0100 Original-Received: from cust-142-172.dsl.versateladsl.be ([82.174.172.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Nov 2005 19:04:02 +0100 Original-Received: from olive.lin by cust-142-172.dsl.versateladsl.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Nov 2005 19:04:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 14 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: cust-142-172.dsl.versateladsl.be User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050716) X-Accept-Language: en-us, en In-Reply-To: X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:31101 Archived-At: Kevin Rodgers wrote: > Paminu wrote: > > What is the reason the the tool-bar is disabled by default? > > It is enabled by default. If it's disabled for you, default.el or > site-start.el is to blame; to prove that, invoke emacs with the > --no-init-file and --no-site-file options. > I have seen some distributions (it was Mandrake 10.0) that have patched the source code of emacs (the C source) to disabled it by default; so that in these distributions --no-init-file and --no-site-file won't work. Olive