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 22:12:46 +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: 7bit X-Trace: ger.gmane.org 1417036527 12063 80.91.229.3 (26 Nov 2014 21:15:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Nov 2014 21:15:27 +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 22:15:20 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 1Xtjvk-0007mQ-3b for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Nov 2014 22:15:20 +0100 Original-Received: from localhost ([::1]:36083 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xtjvj-0008Tv-Kg for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Nov 2014 16:15:19 -0500 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!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: 10 Original-NNTP-Posting-Date: 26 Nov 2014 22:12:53 CET Original-NNTP-Posting-Host: 80.215.178.88 Original-X-Trace: 1417036373 news-2.free.fr 12761 80.215.178.88:46608 Original-X-Complaints-To: abuse@proxad.net Original-Xref: usenet.stanford.edu gnu.emacs.help:208951 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:101231 Archived-At: 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". How could (too-bar-mode) and (tool-bar-mode nil) yield different results in emacs 23.4 then? Another nasty overloading is when nil is made practically equivalent to t in (tool-bar-mode nil). Alexandre