From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: MON KEY Newsgroups: gmane.emacs.devel Subject: default-directory safe file local variable but no check for same if file-exists-p Date: Thu, 4 Jun 2009 20:20:17 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1244165235 11455 80.91.229.12 (5 Jun 2009 01:27:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Jun 2009 01:27:15 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 05 03:27:13 2009 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 1MCOD7-0007hC-PG for ged-emacs-devel@m.gmane.org; Fri, 05 Jun 2009 03:27:11 +0200 Original-Received: from localhost ([127.0.0.1]:40982 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCOD6-0007HY-A7 for ged-emacs-devel@m.gmane.org; Thu, 04 Jun 2009 21:27:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MCNAZ-0006te-Fw for emacs-devel@gnu.org; Thu, 04 Jun 2009 20:20:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MCNAV-0006rQ-R6 for emacs-devel@gnu.org; Thu, 04 Jun 2009 20:20:26 -0400 Original-Received: from [199.232.76.173] (port=45010 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCNAV-0006rF-Nn for emacs-devel@gnu.org; Thu, 04 Jun 2009 20:20:23 -0400 Original-Received: from yw-out-1718.google.com ([74.125.46.154]:59998) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MCNAV-0000Zo-9D for emacs-devel@gnu.org; Thu, 04 Jun 2009 20:20:23 -0400 Original-Received: by yw-out-1718.google.com with SMTP id 5so611304ywm.66 for ; Thu, 04 Jun 2009 17:20:17 -0700 (PDT) Original-Received: by 10.150.200.8 with SMTP id x8mr4742570ybf.19.1244161217193; Thu, 04 Jun 2009 17:20:17 -0700 (PDT) X-Google-Sender-Auth: 7c541c1a760cff7b X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:111335 Archived-At: `default-directory' can be marked a safe file local variable if it satisfies the stringp predicate. Does this not allow failure in unsafe ways when (not file-exists-p) is non-nil for same? - what gives? s_P