* How can I disable ispell and git and svn el files in emacs
@ 2010-02-18 4:46 n179911
2010-02-18 5:58 ` Richard Riley
0 siblings, 1 reply; 4+ messages in thread
From: n179911 @ 2010-02-18 4:46 UTC (permalink / raw)
To: help-gnu-emacs
Hi,
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/50autoconf.el (source)...
Loading /etc/emacs/site-start.d/50autoconf.el (source)...done
Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...
Loading debian-ispell...
Loading /var/cache/dictionaries-common/emacsen-ispell-default.el (source)...
Loading /var/cache/dictionaries-common/emacsen-ispell-default.el (source)...done
Loading debian-ispell...done
Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...
Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...done
Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...done
Loading /etc/emacs/site-start.d/50git-core.el (source)...
Loading /etc/emacs/site-start.d/50git-core.el (source)...done
Loading /etc/emacs/site-start.d/50gtk-doc-tools.el (source)...
Loading /etc/emacs/site-start.d/50gtk-doc-tools.el (source)...done
Loading /etc/emacs/site-start.d/50psvn.el (source)...
Loading /etc/emacs/site-start.d/50psvn.el (source)...done
Thank you.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How can I disable ispell and git and svn el files in emacs
2010-02-18 4:46 n179911
@ 2010-02-18 5:58 ` Richard Riley
0 siblings, 0 replies; 4+ messages in thread
From: Richard Riley @ 2010-02-18 5:58 UTC (permalink / raw)
To: help-gnu-emacs
n179911 <n179911@gmail.com> writes:
> Hi,
>
> 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?
>
You can remove them using the command line "sudo rm filename". However
the overhead is not high as usually these files are generally merely
autoloads. One gotcha is that if you remove files from here then reinstalling the
components does not normally recreate the site-start autoloads.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How can I disable ispell and git and svn el files in emacs
[not found] <mailman.1416.1266468399.14305.help-gnu-emacs@gnu.org>
@ 2010-02-24 19:42 ` Stefan Monnier
2010-02-25 8:43 ` Alberto Luaces
0 siblings, 1 reply; 4+ messages in thread
From: Stefan Monnier @ 2010-02-24 19:42 UTC (permalink / raw)
To: help-gnu-emacs
> 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/50autoconf.el (source)...
> Loading /etc/emacs/site-start.d/50autoconf.el (source)...done
> Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...
> Loading debian-ispell...
> Loading /var/cache/dictionaries-common/emacsen-ispell-default.el (source)...
> Loading /var/cache/dictionaries-common/emacsen-ispell-default.el (source)...done
> Loading debian-ispell...done
> Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...
> Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...done
> Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...done
> Loading /etc/emacs/site-start.d/50git-core.el (source)...
> Loading /etc/emacs/site-start.d/50git-core.el (source)...done
> Loading /etc/emacs/site-start.d/50gtk-doc-tools.el (source)...
> Loading /etc/emacs/site-start.d/50gtk-doc-tools.el (source)...done
> 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.
Stefan "who uses Debian but with his own Emacs install that
doesn't use those files"
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How can I disable ispell and git and svn el files in emacs
2010-02-24 19:42 ` How can I disable ispell and git and svn el files in emacs Stefan Monnier
@ 2010-02-25 8:43 ` Alberto Luaces
0 siblings, 0 replies; 4+ messages in thread
From: Alberto Luaces @ 2010-02-25 8:43 UTC (permalink / raw)
To: help-gnu-emacs
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-02-25 8:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.1416.1266468399.14305.help-gnu-emacs@gnu.org>
2010-02-24 19:42 ` How can I disable ispell and git and svn el files in emacs Stefan Monnier
2010-02-25 8:43 ` Alberto Luaces
2010-02-18 4:46 n179911
2010-02-18 5:58 ` Richard Riley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).