all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* move to last article
@ 2002-12-09 19:08 Kester Clegg
       [not found] ` <84ptsap8jk.fsf@lucy.cs.uni-dortmund.de>
  0 siblings, 1 reply; 5+ messages in thread
From: Kester Clegg @ 2002-12-09 19:08 UTC (permalink / raw)



In my mail groups, I have to tried to jump to the last article by
variously pressing 'l' and 'C-u l' but neither of them seem to work on a
reliable basis.  Either the cursor stays where it is (oldest mail) or it
opens the oldest mail.  Using the menu option also does nothing.

What's going on?

-- 

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

* Re: move to last article
       [not found] ` <84ptsap8jk.fsf@lucy.cs.uni-dortmund.de>
@ 2002-12-10 12:29   ` Kester Clegg
  2002-12-10 18:01     ` Kai Großjohann
  0 siblings, 1 reply; 5+ messages in thread
From: Kester Clegg @ 2002-12-10 12:29 UTC (permalink / raw)


kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes:

> > In my mail groups, I have to tried to jump to the last article by
> > variously pressing 'l' and 'C-u l' but neither of them seem to work on a
> > reliable basis.
> 
> Maybe there is a misunderstanding of `last'?  Gnus means the article
> that you viewed previously.

Yes, I wondered about that. I posted this twice in error, in the second
posting I suspected 'last' didn't mean most recently arrived.  How can I
get my cursor to do jump to 'most recently arrived article'?  C-<End>
jumps to the end of the buffer, which is not quite what I want.


-- 
************************************************************************
Kester Clegg				Dept. of Computer Science,
Research Assistant (UTC)		University of York, 
Tel (01904) 43 27 49			email: kester at cs.york.ac.uk
************************************************************************

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

* Re: move to last article
  2002-12-10 12:29   ` Kester Clegg
@ 2002-12-10 18:01     ` Kai Großjohann
  2002-12-11 10:55       ` Kester Clegg
  0 siblings, 1 reply; 5+ messages in thread
From: Kai Großjohann @ 2002-12-10 18:01 UTC (permalink / raw)


Kester Clegg <kester@cs.york.ac.uk> writes:

> Yes, I wondered about that. I posted this twice in error, in the second
> posting I suspected 'last' didn't mean most recently arrived.  How can I
> get my cursor to do jump to 'most recently arrived article'?

I don't know.  I think you have to write it yourself.  Hm.  Maybe invoke
gnus-summary-goto-article on (last gnus-newsgroup-articles)?

Does this work?

M-: (gnus-summary-goto-article (car (last gnus-newsgroup-articles))) RET

If so, make a small Lisp function for this.

-- 
~/.signature is: umop ap!sdn    (Frank Nobis)

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

* Re: move to last article
  2002-12-10 18:01     ` Kai Großjohann
@ 2002-12-11 10:55       ` Kester Clegg
  2002-12-11 16:30         ` Kai Großjohann
  0 siblings, 1 reply; 5+ messages in thread
From: Kester Clegg @ 2002-12-11 10:55 UTC (permalink / raw)


kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes:

> Does this work?
> 
> M-: (gnus-summary-goto-article (car (last gnus-newsgroup-articles))) RET

I've no idea, but a buffer appeared with this in.  The word 'error' makes
me think not.  ;-)  But I'll try and write a little function, it'll be
good practice for me anyway!


Debugger entered--Lisp error: (void-variable gnus-newsgroup-articles)
  (last gnus-newsgroup-articles)
  (car (last gnus-newsgroup-articles))
  (gnus-summary-goto-article (car (last gnus-newsgroup-articles)))
  eval((gnus-summary-goto-article (car (last gnus-newsgroup-articles))))
  eval-expression((gnus-summary-goto-article (car (last gnus-newsgroup-articles))) nil)
  call-interactively(eval-expression)

-- 
************************************************************************
Kester Clegg				Dept. of Computer Science,
Research Assistant (UTC)		University of York, 
Tel (01904) 43 27 49			email: kester at cs.york.ac.uk
************************************************************************

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

* Re: move to last article
  2002-12-11 10:55       ` Kester Clegg
@ 2002-12-11 16:30         ` Kai Großjohann
  0 siblings, 0 replies; 5+ messages in thread
From: Kai Großjohann @ 2002-12-11 16:30 UTC (permalink / raw)


Kester Clegg <kester@cs.york.ac.uk> writes:

> I've no idea, but a buffer appeared with this in.  The word 'error' makes
> me think not.  ;-)  But I'll try and write a little function, it'll be
> good practice for me anyway!
>
>
> Debugger entered--Lisp error: (void-variable gnus-newsgroup-articles)

Were you in a summary buffer when you typed this?  Hm.  When I do C-h
v gnus-newsgroup-articles RET in a summary buffer, I get some
documentation. 

-- 
~/.signature is: umop ap!sdn    (Frank Nobis)

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

end of thread, other threads:[~2002-12-11 16:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-09 19:08 move to last article Kester Clegg
     [not found] ` <84ptsap8jk.fsf@lucy.cs.uni-dortmund.de>
2002-12-10 12:29   ` Kester Clegg
2002-12-10 18:01     ` Kai Großjohann
2002-12-11 10:55       ` Kester Clegg
2002-12-11 16:30         ` Kai Großjohann

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.