From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Emacs 24: add symlink to .dir-settings.el Date: Fri, 23 Apr 2010 11:59:52 +0200 Message-ID: <87iq7icwvb.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O5Fhe-0006WY-17 for emacs-orgmode@gnu.org; Fri, 23 Apr 2010 06:01:42 -0400 Received: from [140.186.70.92] (port=50312 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O5FhY-0006Ux-OQ for emacs-orgmode@gnu.org; Fri, 23 Apr 2010 06:01:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O5Fg1-0005Ys-TM for emacs-orgmode@gnu.org; Fri, 23 Apr 2010 06:00:03 -0400 Received: from mail.gmx.net ([213.165.64.20]:56206) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1O5Fg1-0005XV-HH for emacs-orgmode@gnu.org; Fri, 23 Apr 2010 06:00:01 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs-orgmode mailing list Hi, I found emacs 24 does not respect the .dir-settings.el anymore. Instead, it reads the .dir-locals.el As it may have the exactly same contents, could we add a symlink? http://www.kernel.org/pub/software/scm/git/docs/git-config.html states it will work on FAT, too (there a file is created, but you cannot change the type by accident). I tested, and it works: $ ln -s .dir-settings.el .dir-locals.el $ git add .dir-locals.el $ git commit Waiting for Emacs... [mit-symlink 7a09e3f] Added a symlink `.dir-locals.e.' 1 files changed, 1 insertions(+), 0 deletions(-) create mode 120000 .dir-locals.el $ rm .dir-locals.el $ git reset --hard HEAD is now at 7a09e3f Added a symlink `.dir-locals.e.' $ ls -la .dir* lrwxrwxrwx 1 sebastian ... 11:53 .dir-locals.el -> .dir-settings.el -rw-r--r-- 1 sebastian ... 10:44 .dir-settings.el Objections? Sebastian