auctex-devel
[Top][All Lists]
Advanced

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

Re: [AUCTeX-devel] Re: preview-datadir and XEmacs


From: David Kastrup
Subject: Re: [AUCTeX-devel] Re: preview-datadir and XEmacs
Date: Tue, 28 Mar 2006 10:09:02 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Ralf Angeli <address@hidden> writes:

>> Perhaps just use the duplication
>>
>>         if test "x$(preview_enabled)" = yes; then \
>                                           ^^^
>                                           xyes

Uh, yes.

>>            $(ELCC) ... tex-site.el preview/auto.el ; \
>>         else \
>>            $(ELCC) ... tex-site.el ; \
>>         fi && \
>>
>> ?
>>
>> Sure, more wordy, but not much so.
>
> Does the if..else..fi statement play along with &&?  That means, does
> it always return `true' if the respective statement was executed (and
> `false' likewise)?

Yes.  As opposed to if .. fi which might on some sick shells return
false if the condition is false.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

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