unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Jesper Harder <harder@myrealbox.com>
Subject: Re: cl-macs: case with a nil value
Date: Thu, 21 Aug 2003 18:16:32 +0200	[thread overview]
Message-ID: <m38ypndlzz.fsf@defun.localdomain> (raw)
In-Reply-To: 1fisorxb1u.fsf@xpc14.ast.cam.ac.uk

Glenn Morris <gmorris+news@ast.cam.ac.uk> writes:

> (case nil
>   (nil "nil")
>   (t "t"))
>
> -> "t"
>
> (case nil
>   ((nil) "nil")
>   (t "t"))
>
> -> "nil"
>
> Does that seem weird to anyone else?

Not to me.  It works as advertised in <info://cl/Conditionals>

  reply	other threads:[~2003-08-21 16:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-21 15:52 cl-macs: case with a nil value Glenn Morris
2003-08-21 16:16 ` Jesper Harder [this message]
2003-08-21 16:25   ` Glenn Morris

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=m38ypndlzz.fsf@defun.localdomain \
    --to=harder@myrealbox.com \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).