From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66075 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.gnus.general Subject: Documentation of `gnus-bookmark.el' Date: Mon, 07 Jan 2008 21:26:11 +0100 Message-ID: Reply-To: Reiner Steib NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1199740631 6966 80.91.229.12 (7 Jan 2008 21:17:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Jan 2008 21:17:11 +0000 (UTC) To: Bastien , Original-X-From: ding-owner+M14568@lists.math.uh.edu Mon Jan 07 22:17:29 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1JBzLa-00047o-F1 for ding-account@gmane.org; Mon, 07 Jan 2008 22:17:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1JBzKs-0001Ye-2n; Mon, 07 Jan 2008 15:16:42 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1JBzJp-0001XO-PA for ding@lists.math.uh.edu; Mon, 07 Jan 2008 15:15:37 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JBzJo-0005x9-AT for ding@lists.math.uh.edu; Mon, 07 Jan 2008 15:15:37 -0600 Original-Received: from mail.uni-ulm.de ([134.60.1.11]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JBzJo-0000eF-00 for ; Mon, 07 Jan 2008 22:15:36 +0100 Original-Received: from bridgekeeper.physik.uni-ulm.de (bridgekeeper.physik.uni-ulm.de [134.60.41.37]) by mail.uni-ulm.de (8.14.2/8.14.2) with ESMTP id m07LFVS0008208; Mon, 7 Jan 2008 22:15:31 +0100 (MET) Original-Received: from localhost (bridgekeeper.physik.uni-ulm.de [134.60.41.37]) by bridgekeeper.physik.uni-ulm.de (Postfix) with ESMTP id 62AFD12DE8; Mon, 7 Jan 2008 22:15:31 +0100 (CET) X-Face: mtjf/D:es1T0wHO:&CJ'ZXe"l;3C--rw\z!{`eFwL){|]RpI+4{u25L=5C /0>KuGeTsk<~<&NE-AKV1560e!+RJeyWmSskkrJm?[vUV#66{T_m|Ae<||Ku#Mk5`y&O`n~z2;n8eP J5#2h@2eQgV@E70IY_0WlEx!"&giy{+\%h1LJox$zv@/l%ZmU4^tZA>xQpnkUBVC5.jpg#0'(+2?Rs )NAr:>3<=WxHE$ktbLysDIM5TbmHu*3, User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) X-DCC-INFN-TO-Metrics: poseidon 1233; Body=2 Fuz1=2 Fuz2=2 X-Virus-Scanned: by amavisd-new X-MIME-Autoconverted: from 8bit to quoted-printable by mail.uni-ulm.de id m07LFVS0008208 X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66075 Archived-At: [ I'm starting a new thread...] On Mon, Jan 07 2008, Bastien wrote on info-gnus-english (gnu.emacs.gnus): > BTW, gnus-bookmark.el has been in the CVS for a while now, but there=20 > is nothing on it in the Gnus manual. If people request it, I might=20 > work on it this month. =20 This would be great. :-) > Some keybindings and menu items would be also great. I agree. We has some discussion about this when `gnus-bookmark.el' was added in 2006: Could you please summarize which commands should have key bindings? AFAICS, we need the following (or are there more?): gnus-summary-set-bookmark G J S (traditional: `M b') gnus-summary-remove-bookmark G J D (traditional: `M B') gnus-bookmark-set G J s gnus-bookmark-delete G J d gnus-bookmark-jump G J j gnus-bookmark-bmenu list G J m The `G J ...' bindings are just a suggestion from the top of my head. Please feel free to suggest others. >From the previous discussion: ,----[ ] | > Surprisingly enough, `M l' `M j' are still free, both in the Summary | > and the Group buffers. |=20 | I'd rather have a common prefix for all bookmark commands instead of | occupying two `M ...' bindings. |=20 | The rationale to put `gnus-summary-{set,remove}-bookmark' into under | the `M' prefix might have been that they are similar to marks on | articles. But AFAICS (I started to use your functions only yesterday)=20 |=20 | Brainstorming... How about using `G J' as a prefix? IMHO both in | Summmary and Group mode, the bookmark commands fit quite good in (info | "(gnus)Choosing Commands") and (info "(gnus)Foreign Groups") | (e.g. `gnus-group-read-ephemeral-group', `gnus-group-make-web-group', | ...). `---- As for the menu: The traditional commands are under ` ' in the summary buffer. As we want to unify the bookmark commands, we could a ` ...'. I think it should be added to group and summary mode. BTW, shouldn't `gnus-bookmark-delete' be interactive and offer completing (like `gnus-bookmark-jump')? Bye, Reiner. P.S.: I didn't receive any reply to ... --=20 ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/