From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: allout patch - more safe-local-variables, plus autoloads Date: Tue, 18 Apr 2006 08:57:44 -0400 Message-ID: References: <2cd46e7f0604171211s5ef0e820gebc4e68b2ce2606d@mail.gmail.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1145365107 475 80.91.229.2 (18 Apr 2006 12:58:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 Apr 2006 12:58:27 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 18 14:58:26 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FVpme-0005fa-79 for ged-emacs-devel@m.gmane.org; Tue, 18 Apr 2006 14:58:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FVpmd-0006ht-Rz for ged-emacs-devel@m.gmane.org; Tue, 18 Apr 2006 08:58:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FVpm6-0006Y3-Et for emacs-devel@gnu.org; Tue, 18 Apr 2006 08:57:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FVpm5-0006Xk-UG for emacs-devel@gnu.org; Tue, 18 Apr 2006 08:57:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FVpm5-0006Xe-Pm for emacs-devel@gnu.org; Tue, 18 Apr 2006 08:57:45 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FVpmy-0007uC-9q for emacs-devel@gnu.org; Tue, 18 Apr 2006 08:58:40 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FVpm4-0005uv-W8; Tue, 18 Apr 2006 08:57:45 -0400 Original-To: "Ken Manheimer" In-reply-to: <2cd46e7f0604171211s5ef0e820gebc4e68b2ce2606d@mail.gmail.com> (ken.manheimer@gmail.com) 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:53004 Archived-At: I see that you've used t as the property value. That allows any type of value. Most of these variables are supposed to be strings. I don't know what would happen if they were set to other types; did you check each one? It would be safer to use stringp as the property value for a variable that is supposed to be a string.