From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Alexandre Oberlin" Newsgroups: gmane.emacs.help Subject: Re: Why is it not possible to use "nil" any more in init files ? Date: Wed, 26 Nov 2014 15:39:47 +0100 Organization: http://www.migo.info Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable X-Trace: ger.gmane.org 1417012831 11641 80.91.229.3 (26 Nov 2014 14:40:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Nov 2014 14:40:31 +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 Nov 26 15:40:24 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XtdlY-0007dc-7J for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Nov 2014 15:40:24 +0100 Original-Received: from localhost ([::1]:34192 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtdlX-00054p-Pk for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Nov 2014 09:40:23 -0500 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.83.MISMATCH!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!novso.com!nerim.net!usenet-fr.net!fdn.fr!proxad.net!feeder1-2.proxad.net!cleanfeed3-a.proxad.net!nnrp6-1.free.fr!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Opera Mail/12.16 (Linux) Original-Lines: 16 Original-NNTP-Posting-Date: 26 Nov 2014 15:39:52 CET Original-NNTP-Posting-Host: 80.215.138.122 Original-X-Trace: 1417012792 news-1.free.fr 12787 80.215.138.122:26727 Original-X-Complaints-To: abuse@proxad.net Original-Xref: usenet.stanford.edu gnu.emacs.help:208943 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:101223 Archived-At: Hello, On Wed, 26 Nov 2014 15:18:42 +0100, Phillip Lord = wrote: > Bottom line is that nil in lisp is overloaded. In this case, > it means both "explicit false" and "no argument supplied". > > Life is a compromise, nil double so. I never had a single nil-related problem in various Lisp=E2=80=99s I hav= e been = using ... until now. Alexandre