From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63572 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus (real) bookmarks Date: Fri, 18 Aug 2006 12:08:13 +0200 Organization: Dept. of Theoretical Physics, University of Ulm Message-ID: References: <87u08byp5q.fsf@tallis.ilo.ucl.ac.uk> <87psizyo8i.fsf@tallis.ilo.ucl.ac.uk> <87hd4byn8m.fsf@tallis.ilo.ucl.ac.uk> Reply-To: Reiner Steib NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1155895943 14431 80.91.229.2 (18 Aug 2006 10:12:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 18 Aug 2006 10:12:23 +0000 (UTC) Original-X-From: ding-owner+m12099@lists.math.uh.edu Fri Aug 18 12:12:21 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GE1Ku-0006cj-NI for ding-account@gmane.org; Fri, 18 Aug 2006 12:12:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1GE1Kp-0005cY-00; Fri, 18 Aug 2006 05:12:15 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1GE1K3-0005cT-00 for ding@lists.math.uh.edu; Fri, 18 Aug 2006 05:11:27 -0500 Original-Received: from quimby.gnus.org ([80.91.227.211]) by mx1.math.uh.edu with esmtp (Exim 4.52) id 1GE1Jy-0001Qy-Pw for ding@lists.math.uh.edu; Fri, 18 Aug 2006 05:11:27 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1GE1Jx-0003YL-00 for ; Fri, 18 Aug 2006 12:11:21 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GE1Js-0006Oi-1s for ding@gnus.org; Fri, 18 Aug 2006 12:11:16 +0200 Original-Received: from bridgekeeper.physik.uni-ulm.de ([134.60.10.123]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Aug 2006 12:11:16 +0200 Original-Received: from Reiner.Steib by bridgekeeper.physik.uni-ulm.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Aug 2006 12:11:16 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org Original-Lines: 24 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: bridgekeeper.physik.uni-ulm.de X-Face: /U7=m^"/-Dn61mAl{g9e3>\G5Tp,oEX|V)g2I1hBk\ML;)7A?6cmB-y7y?'NA^J<=oz7syB =(McAwIHgLX!.B?R3X}98d@?>CrT094KLWh]WU4gDpnL/")MS(XoQTv`Oq225uL>+;CpPXo$N5e>N> $tPd-gbB^F{gQS#1ase]XO~D4p4M"3+F-7~u]dy3I?Pb8RO*H-EFeWDUf?Rf,d]pv\Jvh2Cht!A=im yKAS2Z%Ao^;}W/qzMvMm Mail-Copies-To: nobody User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:i39c4GhYNh4M/uXEhcfi5CiXsOo= X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:63572 Archived-At: 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/