bug-auctex
[Top][All Lists]
Advanced

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

Re: [Bug-AUCTeX] auctex build fixes for xemacs


From: Ralf Angeli
Subject: Re: [Bug-AUCTeX] auctex build fixes for xemacs
Date: Fri, 27 Jan 2006 09:53:04 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

* Clemens Fruhwirth (2006-01-26) writes:

> Here are my build fixes.

Thanks for the info.

> The first one is not backward compatible, you
> may want to rewrite it to check if either *-packages or
> *-package-hierarchies is bound. 

Copied here from the patch:

> -       (let (reldir (dirs (append late-packages last-packages 
> early-packages)))
> +       (let (reldir (dirs (append late-package-hierarchies 
> last-package-hierarchies early-package-hierarchies)))

Are *-packages and *-package-hierarchies equivalent?  If they are, do
you know why XEmacs does not provide aliases for those variables?

> The second one isn't xemacs specific and shouldn't cause any
> problems. 

Copied here from the patch:

>           for i in $(PACKAGE_INFO); do \
> -           test -r "info/$$i.info" && echo "info/$$i.info" >> 
> "pkginfo/MANIFEST.$(PACKAGE)" ; \
> +           test -r "info/$$i.info" && echo "info/$$i.info" >> 
> "pkginfo/MANIFEST.$(PACKAGE)" ; true; \
>           done && \

Why do you require this change?

-- 
Ralf




reply via email to

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