From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: status of dir-vars or dir-locals inclusion in emacs? Date: Wed, 05 Sep 2007 12:04:08 -0600 Message-ID: References: <200709042153.l84LrdvU008320@oogie-boogie.ics.uci.edu> <200709051732.l85HWNUp007863@oogie-boogie.ics.uci.edu> Reply-To: tromey@redhat.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1189016735 23452 80.91.229.12 (5 Sep 2007 18:25:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 5 Sep 2007 18:25:35 +0000 (UTC) Cc: Dan Nicolaescu , rms@gnu.org, joakim@verona.se, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 05 20:25:34 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 1ISzZ7-0005b6-OR for ged-emacs-devel@m.gmane.org; Wed, 05 Sep 2007 20:25:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISzZ6-0004l9-0J for ged-emacs-devel@m.gmane.org; Wed, 05 Sep 2007 14:25:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ISzZ2-0004jA-Mi for emacs-devel@gnu.org; Wed, 05 Sep 2007 14:25:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ISzYz-0004dk-6w for emacs-devel@gnu.org; Wed, 05 Sep 2007 14:25:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISzYy-0004db-UG for emacs-devel@gnu.org; Wed, 05 Sep 2007 14:25:16 -0400 Original-Received: from mx1.redhat.com ([66.187.233.31]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ISzYv-00053T-Tl; Wed, 05 Sep 2007 14:25:14 -0400 Original-Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l85IP5uX017275; Wed, 5 Sep 2007 14:25:05 -0400 Original-Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l85IP5h1019374; Wed, 5 Sep 2007 14:25:05 -0400 Original-Received: from opsy.redhat.com (ton.toronto.redhat.com [172.16.14.15]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l85IP3ff014243; Wed, 5 Sep 2007 14:25:03 -0400 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id CB4ADC88268; Wed, 5 Sep 2007 12:04:09 -0600 (MDT) X-Attribution: Tom In-Reply-To: (Stefan Monnier's message of "Wed\, 05 Sep 2007 14\:18\:40 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux) X-Detected-Kernel: 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:77886 Archived-At: >>>>> "Stefan" == Stefan Monnier writes: Stefan> We have only .emacs and it works fine (yes I know we had _emacs at some Stefan> point but this is not needed any more). If there's any problem with Stefan> .emacs-settings, convert-standard-filename will deal with it. I was planning to use .emacs-settings.el, but I suppose convert-standard-filename will handle that as well. I'm working on this plus the other requested changes. Tom