From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: directory-abbrev-alist Date: Mon, 06 Sep 2010 00:15:42 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1283724956 4554 80.91.229.12 (5 Sep 2010 22:15:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 5 Sep 2010 22:15:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alexander Klimov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 06 00:15:54 2010 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.69) (envelope-from ) id 1OsNVC-00033z-1I for ged-emacs-devel@m.gmane.org; Mon, 06 Sep 2010 00:15:54 +0200 Original-Received: from localhost ([127.0.0.1]:59682 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OsNVB-0008Fi-DL for ged-emacs-devel@m.gmane.org; Sun, 05 Sep 2010 18:15:53 -0400 Original-Received: from [140.186.70.92] (port=44352 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OsNV5-0008Fc-FK for emacs-devel@gnu.org; Sun, 05 Sep 2010 18:15:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OsNV4-00087C-Cq for emacs-devel@gnu.org; Sun, 05 Sep 2010 18:15:47 -0400 Original-Received: from impaqm4.telefonica.net ([213.4.138.4]:18525) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OsNV4-00085V-7b for emacs-devel@gnu.org; Sun, 05 Sep 2010 18:15:46 -0400 Original-Received: from IMPmailhost6.adm.correo ([10.20.102.127]) by IMPaqm4.telefonica.net with bizsmtp id 399F1f00T2kvMAa3QAFkHS; Mon, 06 Sep 2010 00:15:44 +0200 Original-Received: from ceviche.home ([83.61.51.178]) by IMPmailhost6.adm.correo with BIZ IMP id 3AFj1f0013qhCuj1mAFjp8; Mon, 06 Sep 2010 00:15:44 +0200 X-Brightmail-Tracker: AAAAAA== X-TE-authinfo: authemail="monnier$movistar.es" |auth_email="monnier@movistar.es" X-TE-AcuTerraCos: auth_cuTerraCos="cosuitnetc01" Original-Received: by ceviche.home (Postfix, from userid 20848) id DC3C966115; Mon, 6 Sep 2010 00:15:42 +0200 (CEST) In-Reply-To: (Alexander Klimov's message of "Thu, 2 Sep 2010 17:06:48 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:129697 Archived-At: > There is a little inconsistency in documentation of > directory-abbrev-alist: comments in code proposes to start each > `from' string with \`, while files.texi proposes ^ (the same, > except in file names with newline). The initial value proposed > by defcustom should reflect this convention. The following patch > fixes both problems: Thank you, installed in the emacs-23 branch, Stefan