help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: How to see that a variable holds t


From: Pascal J. Bourguignon
Subject: Re: How to see that a variable holds t
Date: Wed, 06 Jan 2010 21:09:24 +0100
User-agent: Gnus/5.101 (Gnus v5.10.10) Emacs/22.3 (gnu/linux)

Cecil Westerhof <Cecil@decebal.nl> writes:

> Stefan Monnier <monnier@iro.umontreal.ca> writes:
>
>>> As earlier said: it works, but I do not understand the difference
>>> between:
>>>     ((t)       10)
>>> and:
>>>     (t       10)
>>
>> The first only matches when gnus-idle-daemon-do-log is equal to t,
>> whereas the second always matches (it's an "otherwise" clause).
>
> I was not clear with my question. This I know, but why does the first
> only matches when gnus-idle-daemon-do-log is equal to t?

Because this is what is specified and documented.  Have you read C-h f case RET 
?

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/


reply via email to

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