Gnus development mailing list
 help / color / mirror / Atom feed
* Jumping to a group and article
@ 1996-03-18 15:04 John Porter
  1996-03-18 22:10 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: John Porter @ 1996-03-18 15:04 UTC (permalink / raw)




I have a simple hyperlink package which allows me to
create links to various types of objects, such as info
nodes, URLS and files.  Combined with article caching this
is quite a nice interface for maintaining links to
interesting articles.

eg.
 <URL:http://www.ifi.uio.no/~larsi/> or 
 <file:/ftp.ifi.uio.no:/pub/emacs/gnus>.	
 <news:gnu.emacs.gnus@4567>

However, currently there doesn't seem to be a way to jump
to a specified article in a named group.  I have a hacked
routine which sort of works, but has a few problems.

(defun gnus-group-fetch-article (group article)
  "Start Gnus if necessary, enter GROUP and fetch article"
  (interactive "sGroup name: \nnArticle number: ")
  (or (and (boundp 'gnus-group-buffer) (get-buffer gnus-group-buffer))
      (gnus))
  (let ((gnus-large-newsgroup 1000))
    (gnus-group-read-group t t group)
    (if article
	(gnus-summary-goto-article article)
	)))

This doesn't work if the group is already opened and if
there are a large number of available articles to read.


Am I missing an available routine ? If not, could this be
added to the feature list ?


-- 

John Porter				
Olivetti Research Lab,			email: jporter@cam-orl.co.uk 
24a Trumpington St,			phone: +44-1223-343-344
Cambridge UK, CB2 1QA			  fax: +44-1223-313-542


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Jumping to a group and article
  1996-03-18 15:04 Jumping to a group and article John Porter
@ 1996-03-18 22:10 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-03-18 22:10 UTC (permalink / raw)


jdp@cam-orl.co.uk (John Porter) writes:

> Am I missing an available routine ? If not, could this be
> added to the feature list ?

I've now added this to the Red Gnus todo list.

-- 
  "Yes.  The journey through the human heart 
     would have to wait until some other time."


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1996-03-18 22:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-03-18 15:04 Jumping to a group and article John Porter
1996-03-18 22:10 ` Lars Magne Ingebrigtsen

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