all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* cl-macs: case with a nil value
@ 2003-08-21 15:52 Glenn Morris
  2003-08-21 16:16 ` Jesper Harder
  0 siblings, 1 reply; 3+ messages in thread
From: Glenn Morris @ 2003-08-21 15:52 UTC (permalink / raw)



(case nil
  (nil "nil")
  (t "t"))

-> "t"

(case nil
  ((nil) "nil")
  (t "t"))

-> "nil"

Does that seem weird to anyone else? Am I misunderstanding the magic
nature of "nil" (it's a list, it's an atom, it slices, it dices, ...)
again?

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-08-21 16:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-21 15:52 cl-macs: case with a nil value Glenn Morris
2003-08-21 16:16 ` Jesper Harder
2003-08-21 16:25   ` Glenn Morris

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.