all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.