From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: How to see that a variable holds t Date: Wed, 06 Jan 2010 13:12:58 -0500 Organization: UseNetServer.com Message-ID: References: <87fx6ncdvc.fsf@Traian.DecebalComp> <87wrzysjty.fsf@hubble.informatimago.com> <878wcbicpc.fsf@Traian.DecebalComp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1262803271 5237 80.91.229.12 (6 Jan 2010 18:41:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Jan 2010 18:41:11 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 06 19:41:04 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NSaoO-0003x0-LR for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Jan 2010 19:40:52 +0100 Original-Received: from localhost ([127.0.0.1]:44859 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSaoP-0006Y8-2b for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Jan 2010 13:40:53 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!news.glorb.com!news2.glorb.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!TEKSAVVY.COM-Free-a2kHrUvQQWlmc!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:9zaNkq+0QyPuQNEntKKXjbxHEgA= Original-X-Complaints-To: abuse@usenetserver.com Original-Lines: 11 Original-X-Trace: 694b34b44d2aa6b5d066304798 Original-Xref: news.stanford.edu gnu.emacs.help:175997 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:71084 Archived-At: > 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). Stefan