From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: What does the coding system nil mean? Date: 26 Jan 2004 19:26:33 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1075137957 8276 80.91.224.253 (26 Jan 2004 17:25:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Jan 2004 17:25:57 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 26 18:25:48 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AlAUd-0002t0-01 for ; Mon, 26 Jan 2004 18:25:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AlAUb-00012a-Ms for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Jan 2004 12:25:45 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AlAUJ-000127-Pz for help-gnu-emacs@gnu.org; Mon, 26 Jan 2004 12:25:27 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AlATn-0000sZ-Q0 for help-gnu-emacs@gnu.org; Mon, 26 Jan 2004 12:25:26 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1AlATm-0000rZ-Qz for help-gnu-emacs@gnu.org; Mon, 26 Jan 2004 12:24:55 -0500 Original-To: help-gnu-emacs@gnu.org In-reply-to: (message from Jesper Harder on Mon, 26 Jan 2004 16:20:22 +0100) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:16375 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16375 > Newsgroups: gnu.emacs.help > From: Jesper Harder > Date: Mon, 26 Jan 2004 16:20:22 +0100 > > > > It's a coding system in the sense that every primitive that accepts > > a coding system symbol also accepts nil. > > But it's not transparent, i.e. some functions behave differently if > you use nil rather than a real coding system. That's true, but what I said is still true as well. > > IMHO, it's no more odd than this: > > > > M-: (listp nil) RET => t > > I would find it a lot more odd if (listp ()) did not return t -- nil > is the empty list, after all. No, nil is also a symbol.