Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
Subject: Re: Gnus (real) bookmarks
Date: Fri, 18 Aug 2006 12:08:13 +0200	[thread overview]
Message-ID: <v9k656uzjm.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <b4mveoqxv71.fsf@jpl.org>

On Fri, Aug 18 2006, Katsumi Yamaoka wrote:

> Fixed.  Furthermore, I've made some changes in gnus-bookmark.el
> so as to work with XEmacs as well, to be able to use any
> non-ASCII text in the bookmark file, to make the mouse selection
> work properly, etc.

Thanks.

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)?

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




  reply	other threads:[~2006-08-18 10:08 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 [this message]
2006-08-18 10:23             ` Katsumi Yamaoka

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=v9k656uzjm.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    /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).