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: Sun, 23 Sep 2007 09:14:53 -0700 Message-ID: <200709231614.l8NGErPr008055@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=us-ascii X-Trace: sea.gmane.org 1190564226 1189 80.91.229.12 (23 Sep 2007 16:17:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 23 Sep 2007 16:17:06 +0000 (UTC) Cc: =?iso-8859-1?Q?Micha=EBl?= Cadilhac , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 23 18:17:02 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 1IZU8h-0007hI-QH for ged-emacs-devel@m.gmane.org; Sun, 23 Sep 2007 18:17:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZU8f-0004nI-0M for ged-emacs-devel@m.gmane.org; Sun, 23 Sep 2007 12:16:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IZU8b-0004ms-Sr for emacs-devel@gnu.org; Sun, 23 Sep 2007 12:16:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IZU8Z-0004mf-QT for emacs-devel@gnu.org; Sun, 23 Sep 2007 12:16:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZU8Z-0004mc-O4 for emacs-devel@gnu.org; Sun, 23 Sep 2007 12:16: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 1IZU8Z-0004Su-9g for emacs-devel@gnu.org; Sun, 23 Sep 2007 12:16:51 -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 l8NGErPr008055; Sun, 23 Sep 2007 09:14:54 -0700 (PDT) In-Reply-To: (Stefan Monnier's message of "Sat\, 22 Sep 2007 16\:04\:00 -0400") Original-Lines: 12 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:79595 Archived-At: Stefan Monnier writes: > > (or (string-match "\\.~[-0-9a-z._]+~\\'" name) > > Oh, and: Arch uses @ and Monotone sometimes uses : and # as well. Git can also use ^. I added all these and used :alnum: > I think we'd better think the other way around: which chars do we want > to disallow. We can make that change once a decision what to use is made...