* Extending AUCTEX
@ 2008-08-03 8:49 Svend
2008-08-03 9:04 ` Ralf Angeli
0 siblings, 1 reply; 2+ messages in thread
From: Svend @ 2008-08-03 8:49 UTC (permalink / raw)
To: help-gnu-emacs
I have made some extensions to AUCTEX (primarily some new menus). The
extensions are activated by adding this line at the end of the file
latex.el:
(load "auctexext")
It works but is there a better and more correct way to do it?
One problem with my way to do it is that if I install a new version I
have to add the line again.
Svend Daugaard Pedersen
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Extending AUCTEX
2008-08-03 8:49 Extending AUCTEX Svend
@ 2008-08-03 9:04 ` Ralf Angeli
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Angeli @ 2008-08-03 9:04 UTC (permalink / raw)
To: help-gnu-emacs
* Svend (2008-08-03) writes:
> I have made some extensions to AUCTEX (primarily some new menus). The
> extensions are activated by adding this line at the end of the file
> latex.el:
>
> (load "auctexext")
>
> It works but is there a better and more correct way to do it?
eval-after-load
--
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-08-03 9:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-03 8:49 Extending AUCTEX Svend
2008-08-03 9:04 ` Ralf Angeli
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).