From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Robert Thorpe" Newsgroups: gmane.emacs.devel Subject: Re:info,bookmark and bzip2 Date: Fri, 7 Jun 2002 09:11:31 +0100 Organization: Antenova Ltd Sender: emacs-devel-admin@gnu.org Message-ID: <3D0078C3.27773.A5B7084@localhost> Reply-To: robert.thorpe@antenova.com NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Trace: main.gmane.org 1023437210 14392 127.0.0.1 (7 Jun 2002 08:06:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 7 Jun 2002 08:06:50 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17GElm-0003k1-00 for ; Fri, 07 Jun 2002 10:06:50 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17GF74-0004dA-00 for ; Fri, 07 Jun 2002 10:28:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17GEl5-0006t0-00; Fri, 07 Jun 2002 04:06:07 -0400 Original-Received: from ip163.antenova.co.uk ([212.135.40.163] helo=smtp.ether.antenova.co.uk) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 17GEje-0006dl-00 for ; Fri, 07 Jun 2002 04:04:38 -0400 Original-Received: from sirius (sirius.ether.antenova.co.uk [192.168.73.101]) by smtp.ether.antenova.co.uk (Postfix) with ESMTP id 92D2B1289 for ; Fri, 7 Jun 2002 09:04:36 +0100 (BST) Original-To: emacs-devel@gnu.org Priority: normal X-Mailer: Pegasus Mail for Win32 (v3.12c) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4628 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4628 > 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.