Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Re: Marking an article as read without moving
       [not found] <m3ejjn16xk.fsf@robolove.meer.net>
@ 2007-07-05 10:42 ` Katsumi Yamaoka
       [not found]   ` <m3zm1h8g0z.fsf@robolove.meer.net>
  0 siblings, 1 reply; 2+ messages in thread
From: Katsumi Yamaoka @ 2007-07-05 10:42 UTC (permalink / raw)
  To: info-gnus-english

>>>>> Madhu wrote:

> Is there a way to tell Gnus (in the summary buffer) to mark an article
> as `read' but DO NOT GO to another article but "stay on this line"?

> Often I have a bunch of ticked articles next to each other in the
> summary buffer, and wish to mark one of them in the middle as `read'
> (remove the tick mark and delete it), and then read another nearby
> ticked article.`d' or `D' takes me too far off the field.  Would any
> Gnus-defined keystrokes would help me here?

How about setting the `gnus-summary-goto-unread' variable to nil?

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

* Re: Marking an article as read without moving
       [not found]   ` <m3zm1h8g0z.fsf@robolove.meer.net>
@ 2007-08-02 10:34     ` Michael Piotrowski
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Piotrowski @ 2007-08-02 10:34 UTC (permalink / raw)
  To: info-gnus-english

On 2007-07-28, Madhu <enometh@meer.net> wrote:

> | How about setting the `gnus-summary-goto-unread' variable to nil?
>
> Thanks, this helps some but really I'd like to be able to invoke both
> behaviours at any point.  Some times I want to jump to the next or
> previous unread article.  Other times I just want to operate on the
> current article and stay where I am [like saving to mbox or RMAIL does
> not automatically move to the next article --- where I `user-expect' it
> to `move to next' :)] I found the structure of the browsing code makes
> the desired behaviour surprisingly hard to achieve.

I've got this in my .gnus:

--8<---------------cut here---------------start------------->8---
;; A keybinding for marking messages as read in the summary buffer
;; without moving
(define-key gnus-summary-mode-map [(meta d)]
  (lambda () (interactive) (gnus-summary-mark-as-read)))
--8<---------------cut here---------------end--------------->8---

Is that what you're looking for?

Greetings

-- 
Michael Piotrowski, M.A.                               <mxp@dynalabs.de>
Public key at <http://www.dynalabs.de/mxp/pubkey.txt> (ID 0x1614A044)

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

end of thread, other threads:[~2007-08-02 10:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <m3ejjn16xk.fsf@robolove.meer.net>
2007-07-05 10:42 ` Marking an article as read without moving Katsumi Yamaoka
     [not found]   ` <m3zm1h8g0z.fsf@robolove.meer.net>
2007-08-02 10:34     ` Michael Piotrowski

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