emacs-devel
[Top][All Lists]
Advanced

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

Re:info,bookmark and bzip2


From: Robert Thorpe
Subject: Re:info,bookmark and bzip2
Date: Fri, 7 Jun 2002 09:11:31 +0100

> Does this patch make it work?
>

Yes.  Thanks a lot.
 
> *** 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?
> 
> 



-- 
The information in this e-mail is for use by the addressee(s) only. If you 
are not the intended recipient, please notify us immediately and delete the 
message from your computer. No liability or responsibility is accepted for 
viruses and it is your responsibility to scan attachments (if any). 
Opinions and views expressed in this email are those of the sender and 
do not reflect the opinions and views of antenova Ltd.



reply via email to

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