From: "Robert Thorpe" <robert.thorpe@antenova.com>
Subject: Re:info,bookmark and bzip2
Date: Fri, 7 Jun 2002 09:11:31 +0100 [thread overview]
Message-ID: <3D0078C3.27773.A5B7084@localhost> (raw)
> 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 other threads:[~2002-06-07 8:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3D0078C3.27773.A5B7084@localhost \
--to=robert.thorpe@antenova.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.