all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Andreas Röhler" <andreas.roehler@easy-emacs.de>
To: help-gnu-emacs@gnu.org
Subject: Re: Get rid of free variable warning from other packages?
Date: Wed, 10 Apr 2013 07:31:29 +0200	[thread overview]
Message-ID: <5164F931.10903@easy-emacs.de> (raw)
In-Reply-To: <26186B0D948E49618DD69E37D686A3CE@us.oracle.com>

Am 10.04.2013 00:13, schrieb Drew Adams:
[ ... ]
> (defvar ido-decorations)
>
> IOW, a vacuous defvar: no value initialization.
>


In Emacs Lisp, the symbol nil has two meanings. First, it means the empty list. Second, it means false and is the value returned when a true-or-false-test tests false.

http://www.gnu.org/software/emacs/emacs-lisp-intro/html_node/nil-explained.html

Or to say: nil means false, but false is more than nothing :)

Cheers,

Andreas



  parent reply	other threads:[~2013-04-10  5:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-09 19:30 Get rid of free variable warning from other packages? Steven Degutis
2013-04-09 19:35 ` Bob Proulx
2013-04-09 22:13 ` Drew Adams
2013-04-09 22:22   ` Steven Degutis
2013-04-10  5:31   ` Andreas Röhler [this message]
2013-04-10 13:46     ` Drew Adams
2013-04-10  7:38 ` Kevin Rodgers
2013-04-10 13:55   ` Stefan Monnier
2013-04-15  2:37     ` Kevin Rodgers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5164F931.10903@easy-emacs.de \
    --to=andreas.roehler@easy-emacs.de \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.