GNU bug report logs - #8159
file-name-sans-version fails for some git files

Previous Next

Package: emacs;

Reported by: Reuben Thomas <rrt <at> sc3d.org>

Date: Wed, 2 Mar 2011 22:32:02 UTC

Severity: normal

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


Message #56 received at 8159 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Reuben Thomas <rrt <at> sc3d.org>
Cc: schwab <at> linux-m68k.org, 8159 <at> debbugs.gnu.org
Subject: Re: bug#8159: file-name-sans-version fails for some git files
Date: Sat, 05 Mar 2011 19:00:01 +0200
> Date: Sat, 5 Mar 2011 16:42:40 +0000
> From: Reuben Thomas <rrt <at> sc3d.org>
> Cc: schwab <at> linux-m68k.org, 8159 <at> debbugs.gnu.org
> 
> >> \\(?:~\\|\\.~[-[:alnum:]:#@^._]+\\(~[[:digit:]]+\\)?~\\)
> >>
> >> would cope with just the git version scheme, while not swallowing
> >> multiple backup suffixes.
> >
> > I would suggest a comment mentioning the git case with an example.
> 
> So, something like:
> 
> (defvar file-name-version-regexp
>   "\\(?:~\\|\\.~[-[:alnum:]:#@^._]+\\(~[[:digit:]]+\\)?~\\)"
>   ;; The optional ~[[:digit]]+ matches relative versions in git like `HEAD~2'
>   "Regular expression matching the backup/version part of a file name.
> Used by `file-name-sans-versions'.")
> 
> ?

Yes, that's fine.  Thanks.




This bug report was last modified 14 years and 84 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.