From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alberto Luaces Newsgroups: gmane.emacs.help Subject: Re: How can I disable ispell and git and svn el files in emacs Date: Thu, 25 Feb 2010 09:43:28 +0100 Message-ID: <87d3ztvh73.fsf@eps142.cdf.udc.es> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1267088594 11692 80.91.229.12 (25 Feb 2010 09:03:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 25 Feb 2010 09:03:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 25 10:03:06 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NkZcf-00029M-Q9 for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Feb 2010 10:03:06 +0100 Original-Received: from localhost ([127.0.0.1]:37372 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NkZcf-0007Ao-9P for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Feb 2010 04:03:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NkZJU-0006wl-8n for help-gnu-emacs@gnu.org; Thu, 25 Feb 2010 03:43:16 -0500 Original-Received: from [140.186.70.92] (port=50635 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NkZJS-0006wK-1S for help-gnu-emacs@gnu.org; Thu, 25 Feb 2010 03:43:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NkZJR-0006TC-21 for help-gnu-emacs@gnu.org; Thu, 25 Feb 2010 03:43:13 -0500 Original-Received: from smtpout1.correo.udc.es ([193.147.40.143]:55761) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NkZJQ-0006Sc-Sl for help-gnu-emacs@gnu.org; Thu, 25 Feb 2010 03:43:13 -0500 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtpout1.correo.udc.es (Postfix) with ESMTP id D1FC162B6A0 for ; Thu, 25 Feb 2010 09:43:15 +0100 (CET) X-Virus-Scanned: amavisd-new at smtpout1.correo.udc.es Original-Received: from smtpout1.correo.udc.es ([127.0.0.1]) by localhost (smtpout1.correo.udc.es [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OAqOobZsV5kX for ; Thu, 25 Feb 2010 09:43:11 +0100 (CET) Original-Received: from eps142 (eps142.cdf.udc.es [193.144.52.142]) by smtpout1.correo.udc.es (Postfix) with ESMTP id F162A62B68D for ; Thu, 25 Feb 2010 09:43:10 +0100 (CET) In-Reply-To: (Stefan Monnier's message of "Wed, 24 Feb 2010 14:42:17 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:72124 Archived-At: Stefan Monnier writes: >> Everything I start emacs, it starts 'ispell, git and svn el files'. > >> Can you please tell me how can I configure emacs not to load those el files? [...] >> Loading /etc/emacs/site-start.d/50psvn.el (source)... >> Loading /etc/emacs/site-start.d/50psvn.el (source)...done > > You might want to send this question to your distribution (apparently > some Debian derivative) since these files are installed by your > distribution and they're loaded by code added by your distribution. Maybe this could help: $ dpkg -S /etc/emacs/site-start.d/50psvn.el subversion: /etc/emacs/site-start.d/50psvn.el So those files came from several packages, not directly from the emacs installation. Now, from /usr/share/doc/emacs23-common/README.Debian.gz: * Emacs runs debian-startup during the startup process unless site-run-file is false. but it seems that site-run-file can only be modified at compilation time. Maybe you can just delete those files in order for them not to be loaded. -- Alberto