auctex-devel
[Top][All Lists]
Advanced

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

Re: [AUCTeX-devel] auto-loads.el in Makefile.in


From: David Kastrup
Subject: Re: [AUCTeX-devel] auto-loads.el in Makefile.in
Date: Tue, 17 May 2005 16:51:20 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Ikumi Keita <address@hidden> writes:

>>>>>> David Kastrup <address@hidden> writes:
>> Ouch.  Having looked at the code and at the shell manual again, I
>> wrote complete nonsense.  Sorry for causing you all that work.  I
>> checked something into the CVS (untested, though), that should work
>> better.
>
> Hmm, again the same error... BSD make is stubborn.

I think I got it now.  Ralf provided me with some more info, and it
would seem that BSD make calls the shell with the equivalent of "abort
if nonzero".

Check out the new fix.

> I found that the error is signaled at the following code in autoload.el,
> at least with my Emacs 21.4:
>
> --------------------------------------------------------------------
>       (or (> (buffer-size) 0)
>         (error "Autoloads file %s does not exist" buffer-file-name))
> --------------------------------------------------------------------
>
> So I modified Makefile.in in the following way and it seems to work
> out.

Ah, but it does not work with all supported Emacs versions IIRC.  This
"try again" junk had a purpose.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

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