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: [trentbuck@gmail.com: RFE: (put 'conf-space-keywords 'safe-local-variable 'stringp)] Date: Tue, 23 Oct 2007 13:53:34 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1193162132 24366 80.91.229.12 (23 Oct 2007 17:55:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Oct 2007 17:55:32 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 23 19:55:33 2007 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 1IkNyL-0005BH-Jw for ged-emacs-devel@m.gmane.org; Tue, 23 Oct 2007 19:55:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkNy9-00071t-6c for ged-emacs-devel@m.gmane.org; Tue, 23 Oct 2007 13:55:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IkNx6-0006ad-JR for emacs-devel@gnu.org; Tue, 23 Oct 2007 13:54:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IkNx0-0006Xh-Mc for emacs-devel@gnu.org; Tue, 23 Oct 2007 13:54:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkNx0-0006Xe-Jr for emacs-devel@gnu.org; Tue, 23 Oct 2007 13:53:58 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IkNwz-0002sG-Ug for emacs-devel@gnu.org; Tue, 23 Oct 2007 13:53:58 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IkNwc-0004D7-Lr; Tue, 23 Oct 2007 13:53:34 -0400 In-reply-to: (message from Glenn Morris on Tue, 23 Oct 2007 03:13:43 -0400) 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:81576 Archived-At: Is an arbitrary regexp "safe"? I imagine one could construct a regexp/file combination that overflows the regexp matcher. Not too serious, but perhaps it is best to leave this unmarked? The worst that can do is cause a Lisp error. We can consider it safe. Please do add that property.