Gnus development mailing list
 help / color / mirror / Atom feed
From: Michael Schierl <schierlm-usenet@gmx.de>
Subject: Re: `gnus-auto-center-summary' does not work when point is in
Date: Thu, 11 Mar 2004 21:04:20 +0100	[thread overview]
Message-ID: <wk1xnzrvzv.fsf@smsoft.ixy.de> (raw)
In-Reply-To: <b9yy8q7injs.fsf@jpl.org>

Katsumi Yamaoka <yamaoka@jpl.org> writes:

> (define-key gnus-article-mode-map key 'gnus-article-read-summary-keys))))

Hmm, advising gnus-article-read-summary-keys seems to do the trick:

(defadvice gnus-article-read-summary-keys (after mihi-gars-keys-adv activate)
  (when (gnus-buffer-live-p gnus-summary-buffer)
    (gnus-article-show-summary)
    (gnus-summary-recenter)
    (gnus-summary-select-article-buffer)))

Michael




  parent reply	other threads:[~2004-03-11 20:04 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-10 21:14 `gnus-auto-center-summary' does not work when point is in article buffer Michael Schierl
2004-03-11  0:37 ` zeDek
2004-03-11  0:51   ` `gnus-auto-center-summary' does not work when point is in Jon Ericson
2004-03-11  1:57     ` Katsumi Yamaoka
2004-03-11 12:19       ` `gnus-auto-center-summary' does not work when point is in article buffer Katsumi Yamaoka
2004-03-11 14:49         ` `gnus-auto-center-summary' does not work when point is in David S Goldberg
2004-03-11 20:04         ` Michael Schierl [this message]
2004-03-11 22:52           ` Katsumi Yamaoka
2004-03-11 23:29             ` Michael Schierl
2004-03-11 23:34               ` Katsumi Yamaoka
2004-03-12  4:48                 ` Katsumi Yamaoka
2004-03-12 17:56                   ` Michael Schierl
2004-03-12 18:23                     ` David S Goldberg
2004-03-13  1:08                     ` Katsumi Yamaoka
2004-03-13 16:05                       ` Michael Schierl
2004-03-15  4:33                         ` Katsumi Yamaoka
2004-03-11 14:43     ` Xavier Maillard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=wk1xnzrvzv.fsf@smsoft.ixy.de \
    --to=schierlm-usenet@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).