auctex
[Top][All Lists]
Advanced

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

Re: Failed to skip from chapter tex file to master pdf file.


From: Tassilo Horn
Subject: Re: Failed to skip from chapter tex file to master pdf file.
Date: Mon, 12 Jul 2021 12:30:29 +0200
User-agent: mu4e 1.5.13; emacs 28.0.50

Hongyi Zhao <hongyi.zhao@gmail.com> writes:

>> (delq nil '(nil 1 nil)) ;=> (1)
>> (delq nil '(nil nil nil)) ;=> nil, aka, the empty list ()
>> (eq nil '()) ;=> t
>
> Got it. The `nil' shown in my example just means the empty result list
> (). The `nil' in itself can be used in different context, when it's
> used as boolean variable, it means false. But it can also be used to
> represent an empty list ().

Exactly that. :-)

Bye,
Tassilo



reply via email to

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