emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: info,bookmark and bzip2


From: Karl Fogel
Subject: Re: info,bookmark and bzip2
Date: 06 Jun 2002 19:28:19 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.50

Richard Stallman <address@hidden> writes:
> Does this patch make it work?

The patch looks good to me, if it's solving the problem I think it's
solving.

Was your mail a response to something sent privately to you?  I can't
find Robert Thorpe's original mail anywhere in the emacs-devel
archives (but I can find your mail, so I know it's not just a matter
of the archive being out of date).

If Robert's mail was some sort of bug report, it would be best if you
would include it as context.  Although in this case one can figure
out, based on your patch, what happened to him :-).

Thanks,
-Karl  <bookmark.el maintainer>


> *** bookmark.el.~1.59.~       Fri Dec 21 04:05:59 2001
> --- bookmark.el       Thu Jun  6 18:41:39 2002
> ***************
> *** 1078,1086 ****
> --- 1078,1088 ----
>      ((file-exists-p file)                       file)
>      ((file-exists-p (concat file ".Z"))         (concat file ".Z"))
>      ((file-exists-p (concat file ".gz"))        (concat file ".gz"))
> +    ((file-exists-p (concat file ".bz2"))       (concat file ".bz2"))
>      ((file-exists-p (concat file ".z"))         (concat file ".z"))
>      ((file-exists-p (concat file ".info"))      (concat file ".info"))
>      ((file-exists-p (concat file ".info.gz"))   (concat file ".info.gz"))
> +    ((file-exists-p (concat file ".info.bz2"))  (concat file ".info.bz2"))
>      ((file-exists-p (concat file ".info.Z"))    (concat file ".info.Z"))
>      ((file-exists-p (concat file ".info.z"))    (concat file ".info.z"))
>      ((vc-backend file)                          file) ; maybe VC has it?
> 
> _______________________________________________
> Emacs-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/emacs-devel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]