From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63101 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.gnus.general Subject: Gnus (real) bookmarks Date: Sun, 30 Apr 2006 19:00:17 +0200 Message-ID: <87u08byp5q.fsf@tallis.ilo.ucl.ac.uk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1146416444 27388 80.91.229.2 (30 Apr 2006 17:00:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 Apr 2006 17:00:44 +0000 (UTC) Original-X-From: ding-owner+m11628@lists.math.uh.edu Sun Apr 30 19:00:40 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 1FaFHh-0007VY-Ko for ding-account@gmane.org; Sun, 30 Apr 2006 19:00:37 +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 1FaFHe-00007q-00; Sun, 30 Apr 2006 12:00:34 -0500 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FaFHY-00007l-00 for ding@lists.math.uh.edu; Sun, 30 Apr 2006 12:00:28 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1FaFHU-0005PC-P3 for ding@lists.math.uh.edu; Sun, 30 Apr 2006 12:00:28 -0500 Original-Received: from blaster.systems.pipex.net ([62.241.163.7]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FaFHT-0002d5-00 for ; Sun, 30 Apr 2006 19:00:23 +0200 Original-Received: from tallis.ilo.ucl.ac.uk (81-179-89-197.dsl.pipex.com [81.179.89.197]) by blaster.systems.pipex.net (Postfix) with ESMTP id 99D40E0003A3 for ; Sun, 30 Apr 2006 18:00:19 +0100 (BST) Original-Received: by tallis.ilo.ucl.ac.uk (Postfix, from userid 1000) id B8469BAB5D; Sun, 30 Apr 2006 19:00:17 +0200 (CEST) Original-To: ding@gnus.org User-Agent: Gnus/5.110005 (No Gnus v0.5) Emacs/22.0.50 (gnu/linux) X-Spam-Score: -0.6 (/) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:63101 Archived-At: Hello, here is an attempt to implement real bookmarks within Gnus: Most of the code comes from bookmark.el. Use `gnus-bmk-set' to set a bookmark from the summary buffer. Use `gnus-bmk-jump' to jump to a bookmark. Use `gnus-bmk-bmenu-list' to list bookmarks. You can also use *annotations* by turning on `gnus-bmk-use-annotations'. See M-x customize-group RET gnus-bmk for more details. Any feedback welcome! regards, -- Bastien