From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: File local-variables broken? Date: Mon, 28 Apr 2008 23:48:10 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1209440920 6164 80.91.229.12 (29 Apr 2008 03:48:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Apr 2008 03:48:40 +0000 (UTC) Cc: emacs-devel@gnu.org To: Neal Becker Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 29 05:49:16 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jqgq9-0006zz-DL for ged-emacs-devel@m.gmane.org; Tue, 29 Apr 2008 05:49:13 +0200 Original-Received: from localhost ([127.0.0.1]:48330 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JqgpS-0001uQ-PK for ged-emacs-devel@m.gmane.org; Mon, 28 Apr 2008 23:48:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JqgpO-0001uL-6x for emacs-devel@gnu.org; Mon, 28 Apr 2008 23:48:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JqgpL-0001u9-Pv for emacs-devel@gnu.org; Mon, 28 Apr 2008 23:48:24 -0400 Original-Received: from [199.232.76.173] (port=59650 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JqgpL-0001u6-L3 for emacs-devel@gnu.org; Mon, 28 Apr 2008 23:48:23 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JqgpL-0004JD-RQ for emacs-devel@gnu.org; Mon, 28 Apr 2008 23:48:23 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Jqgp8-0006Cv-42; Mon, 28 Apr 2008 23:48:10 -0400 X-Spook: investigation Echelon constitution eternity server Putin X-Ran: vk~zj|9w21o[D:JTJ*a2?j">^+\olpVYeJhsi`B}NOn-ItD!2Q'$&\bHc=61I^Tv+an"J< X-Hue: red X-Attribution: GM In-Reply-To: (Neal Becker's message of "Mon, 28 Apr 2008 09:17:30 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:96115 Archived-At: Neal Becker wrote: > Was file local-variables broken by a recent svn? Since we don't use subversion, the answer can only be "no". ;) > File local-variables error: (error "Argument to c-set-style was not a > string") > > This is the offending code: > // Local Variables: ** > // mode:c ** > // c-file-style:linux ** > // c-basic-offset:4 ** > // End: ** Works for me.