Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Re: Gnus (real) bookmarks
Date: Fri, 18 Aug 2006 19:23:38 +0900	[thread overview]
Message-ID: <b4mmza2wded.fsf@jpl.org> (raw)
In-Reply-To: <v9k656uzjm.fsf@marauder.physik.uni-ulm.de>

>>>>> In <v9k656uzjm.fsf@marauder.physik.uni-ulm.de>
>>>>>	Reiner Steib wrote:

> A remark to this hunk...

> -  (define-key gnus-bookmark-bmenu-mode-map "q" 'quit-window)
> +  (define-key gnus-bookmark-bmenu-mode-map "q" (if (featurep 'xemacs)
> +						   'bury-buffer
> +						 'quit-window))

> XEmacs 21.5 has both, `bury-buffer' and `quit-window'.  Shouldn't we
> use (if (fboundp 'quit-window) 'quit-window 'bury-buffer)?

Oh, I checked it only with XEmacs 21.4.19.  Thanks.  Done.



      reply	other threads:[~2006-08-18 10:23 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-30 17:00 Bastien
2006-04-30 17:08 ` Christoph Conrad
2006-04-30 17:20 ` Bastien
2006-04-30 17:31   ` Lars Magne Ingebrigtsen
2006-04-30 17:41     ` Bastien
2006-04-30 18:20       ` Romain Francoise
2006-04-30 18:32         ` Bastien
2006-04-30 18:45           ` Romain Francoise
2006-04-30 18:47             ` Bastien
2006-06-18 17:16       ` Reiner Steib
2006-06-19 12:13         ` Bastien
2006-06-19 15:58       ` Reiner Steib
2006-06-20 11:11         ` Bastien
2006-06-20 13:07           ` Reiner Steib
2006-06-20 13:50             ` Bastien
2006-08-18  9:13         ` Katsumi Yamaoka
2006-08-18 10:08           ` Reiner Steib
2006-08-18 10:23             ` Katsumi Yamaoka [this message]

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=b4mmza2wded.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).