From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leo Newsgroups: gmane.emacs.devel Subject: Re: Emacs Mac port Date: Sun, 25 Nov 2012 20:05:45 +0800 Message-ID: References: <2C4DF137-AA25-49C5-B98B-91C0F8AD4B1B@mit.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1353845172 25585 80.91.229.3 (25 Nov 2012 12:06:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Nov 2012 12:06:12 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 25 13:06:24 2012 Return-path: Envelope-to: ged-emacs-devel@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 1TcayX-0008O2-90 for ged-emacs-devel@m.gmane.org; Sun, 25 Nov 2012 13:06:17 +0100 Original-Received: from localhost ([::1]:57018 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TcayM-0000Z3-CH for ged-emacs-devel@m.gmane.org; Sun, 25 Nov 2012 07:06:06 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:60901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TcayK-0000Yx-8q for emacs-devel@gnu.org; Sun, 25 Nov 2012 07:06:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TcayJ-0001S3-K4 for emacs-devel@gnu.org; Sun, 25 Nov 2012 07:06:04 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:36529) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TcayJ-0001Rz-DT for emacs-devel@gnu.org; Sun, 25 Nov 2012 07:06:03 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TcayQ-0008GF-Mi for emacs-devel@gnu.org; Sun, 25 Nov 2012 13:06:10 +0100 Original-Received: from 119.255.41.67 ([119.255.41.67]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 25 Nov 2012 13:06:10 +0100 Original-Received: from sdl.web by 119.255.41.67 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 25 Nov 2012 13:06:10 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 8 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 119.255.41.67 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.90 (OS X 10.8.2) Cancel-Lock: sha1:L7uu6SYPuqDrl293JLRwzd+5AAQ= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:155077 Archived-At: On 2012-11-25 18:59 +0800, chad wrote: > Separate from whether or not it stopped working in this revision, I > think that you want that key to be Boolean `NO', not string `off'. The emacs manual says it accepts three values: no, off, 0. Leo