auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX-devel] Re: tex-style.el


From: Ralf Angeli
Subject: Re: [AUCTeX-devel] Re: tex-style.el
Date: Mon, 04 Apr 2005 12:38:15 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

* David Kastrup (2005-04-04) writes:

> Ralf Angeli <address@hidden> writes:
>
>> * David Kastrup (2005-04-03) writes:
>>
>>> custom-add-load is a compiled Lisp function in `custom'.
>>> (custom-add-load SYMBOL LOAD)
>> [...]
>>> custom-autoload is a compiled Lisp function in `custom'.
>>> (custom-autoload SYMBOL LOAD)
>> [...]
>>> So it might be possible to put into tex-style.el only the information
>>> where the real customizations are to be found.
>>
>> I wrote about some problems with this approach in
>> <URL:http://article.gmane.org/gmane.emacs.auc-tex/5999>.
>
> How about:
>
> (custom-add-load 'LaTeX-beamer-item-overlay-flag
>   (expand-file-name "beamer" TeX-style-global))

I looked at the doc string of `custom-add-load' which refers to the
second argument as "library file name", so it should work.  (The
implementation calls `load' on the string.)

But there still is missing information about the customization group.

-- 
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]