[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: move cursor to the article being read
From: |
Olivier Sirven |
Subject: |
Re: move cursor to the article being read |
Date: |
Thu, 08 Oct 2009 08:45:41 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) |
Katsumi Yamaoka <yamaoka@jpl.org> writes:
> Though it may not be your taste, this makes it position the cursor
> properly:
>
> (gnus-add-configuration
> '(article
> (horizontal 1.0
> (vertical 100 (summary 1.0 point))
> (vertical 1.0
> (article 1.0)))))
"summary 1.0 point" instead of "summary 1.0" fixed it :)
Thanks.
> To ensure that the article window appears, I guess some Gnus
> function uses this form
>
> (gnus-configure-windows 'article)
>
> and assumes that the summary window is focused after that. It's
> obviously a bug, however seems to be hard to fix. For instance,
> the `h' command (gnus-article-show-summary) doesn't work as usual
> with your configuration (i.e., there's no `point' in the summary
> section). I have no idea to fix even such a simple function so far.
Weird, 'h' command works just fine for me. For the record, I use Gnus
v5.13
Oliv