From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: accept more version names in file-name-sans-versions Date: Sat, 22 Sep 2007 10:52:31 -0700 Message-ID: <200709221752.l8MHqV1O009450@oogie-boogie.ics.uci.edu> References: <200709200114.l8K1Ev2m009887@oogie-boogie.ics.uci.edu> <87zlzh1x5t.fsf@jurta.org> <200709220214.l8M2ELRP010769@oogie-boogie.ics.uci.edu> <200709221620.l8MGKeR4006966@oogie-boogie.ics.uci.edu> <87ps0aacgt.fsf@cadilhac.name> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1190483763 16203 80.91.229.12 (22 Sep 2007 17:56:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 22 Sep 2007 17:56:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: michael@cadilhac.name (=?iso-8859-1?Q?Micha=EBl?= Cadilhac) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 22 19:55:58 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 1IZ9Cv-0005Fp-P8 for ged-emacs-devel@m.gmane.org; Sat, 22 Sep 2007 19:55:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZ9Ct-0001lp-Lj for ged-emacs-devel@m.gmane.org; Sat, 22 Sep 2007 13:55:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IZ9Cq-0001ld-Tn for emacs-devel@gnu.org; Sat, 22 Sep 2007 13:55:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IZ9Cp-0001kt-F8 for emacs-devel@gnu.org; Sat, 22 Sep 2007 13:55:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZ9Cp-0001kq-7J for emacs-devel@gnu.org; Sat, 22 Sep 2007 13:55:51 -0400 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IZ9Co-0003Ks-J1 for emacs-devel@gnu.org; Sat, 22 Sep 2007 13:55:50 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l8MHqV1O009450; Sat, 22 Sep 2007 10:52:31 -0700 (PDT) In-Reply-To: <87ps0aacgt.fsf@cadilhac.name> (=?iso-8859-1?Q?=22Micha=EBl?= Cadilhac"'s message of "Sat\, 22 Sep 2007 18\:31\:30 +0200") Original-Lines: 21 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-Detected-Kernel: Solaris 9 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:79514 Archived-At: michael@cadilhac.name (Micha=EBl Cadilhac) writes: > Dan Nicolaescu writes: >=20 > > The problem is fixed now on the EMACS_22_BASE branch, it will > > propagate to the trunk whenever Miles restarts his merging. > > > > There was a precise description in the original message, it was using > > git. Here's one using CVS: > > > > emacs -q=20 > > C-x C-f emacs/lisp/subr.el RET > > C-u C-x v ~ EMACS_22_BASE RET >=20 > BTW, the regexp is=A0: > (or (string-match "\\.~[-0-9a-z._]+~\\'" name) >=20 > If the user has case-fold-search set to nil, it's risky to not put A-Z > here, nop? Thanks, added A-Z too.