From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leo Newsgroups: gmane.emacs.devel Subject: Is this a bug? Date: Wed, 16 Sep 2009 23:31:16 +0100 Organization: University of Cambridge Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1253140321 11628 80.91.229.12 (16 Sep 2009 22:32:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Sep 2009 22:32:01 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 17 00:31:54 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 1Mo32W-00030O-W0 for ged-emacs-devel@m.gmane.org; Thu, 17 Sep 2009 00:31:53 +0200 Original-Received: from localhost ([127.0.0.1]:39588 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mo32W-0003H1-C0 for ged-emacs-devel@m.gmane.org; Wed, 16 Sep 2009 18:31:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mo32Q-0003Gw-Tb for emacs-devel@gnu.org; Wed, 16 Sep 2009 18:31:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mo32L-0003G9-QS for emacs-devel@gnu.org; Wed, 16 Sep 2009 18:31:45 -0400 Original-Received: from [199.232.76.173] (port=48509 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mo32L-0003G6-KD for emacs-devel@gnu.org; Wed, 16 Sep 2009 18:31:41 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:38301) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mo32L-0002D2-9S for emacs-devel@gnu.org; Wed, 16 Sep 2009 18:31:41 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1Mo32I-0002vd-2e for emacs-devel@gnu.org; Thu, 17 Sep 2009 00:31:38 +0200 Original-Received: from smaug.linux.pwf.cam.ac.uk ([193.60.95.72]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Sep 2009 00:31:38 +0200 Original-Received: from sdl.web by smaug.linux.pwf.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Sep 2009 00:31:38 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: smaug.linux.pwf.cam.ac.uk User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:jPdWh+gKSnOztDDlKylnHbNXyDc= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:115398 Archived-At: Hi there, I am running Emacs from CVS2009-08-10. Do you think the following is a bug? When a variable is locally safe when it satisfies a predicate, it is still treated as unsafe in .dir-locals.el. For example using the following .dir-locals.el and open a .TeX file in the same dir and you will see a warning about enabling unsafe local variable. ((LaTeX-mode . ((reftex-vref-is-default t)))) Best, Leo