bug-auctex
[Top][All Lists]
Advanced

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

Re: [Bug-AUCTeX] babel.el


From: David Kastrup
Subject: Re: [Bug-AUCTeX] babel.el
Date: Sun, 23 Oct 2005 21:59:24 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Jobst Hoffmann <address@hidden> writes:

> Dear AUCTeX Developers, 
>
> I've just installed the below mentioned version of AUCTeX (see the bug
> report). AUCTeX now behaves erroneous on my system: after loading
> babel.el(c) I get the message
>
> Wrong number of arguments: #<subr defvaralias>, 3
>
> The current babel.el contains the following lines which are not present
> in the version of 11.81:
>
> < (if (fboundp 'defvaralias)
> <     (defvaralias 'LaTeX-babel-package-options
>    ...'LaTeX-babel-language-list
> <       "Package options for the babel package.")
> <   (defvar LaTeX-babel-package-options LaTeX-babel-language-list
> <     "Package options for the babel package."))
>
> What should I do?

> Emacs  : XEmacs 21.4 (patch 17) "Jumbo Shrimp" [Lucid] (i686-pc-linux)
> of Wed Feb  9 2005 on thinktwiceIV.phytech.fh-aachen.de
> Package: 2005-10-21

    `defvaralias' is a built-in function
    (defvaralias VARIABLE ALIAS)

    Documentation:
    Define a variable as an alias for another variable.
    [...]

Delete the documentation string.  The other two arguments of the
function and their order are ok.

Thanks for spotting this, I am checking in a fix soon.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

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