info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

single pane layout, chokes on RET


From: Brady Trainor
Subject: single pane layout, chokes on RET
Date: Fri, 26 Sep 2014 22:40:26 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Hi, I have layout config

,----
| (gnus-add-configuration
|  '(summary
|    (horizontal 1.0
|                (vertical 1.0 (summary 1.0 point)))))
| (gnus-add-configuration
|  '(article
|    (horizontal 1.0
|                (vertical 1.0 (article 1.0 point)))))
`----

However, if I freshly open up a Summary buffer, for instance after `q',
and then RET to open up an article, I get a blank buffer, with
minibuffer message, 

,----
| gnus-summary-show-thread: Args out of range: 0
`----

If I check *​messages​* buffer, then I find some lines like

,----
| byte-code: Attempt to delete minibuffer or sole ordinary window
| No more unseen articles
| gnus-summary-show-thread: Args out of range: 0
`----

Other lines I encounter are 

,----
| No more unseen articles
| No more unread articles
`----

However, I have lines like

,----
| (define-key gnus-article-mode-map (kbd "N") 'gnus-summary-next-article)
| (define-key gnus-article-mode-map (kbd "P") 'gnus-summary-prev-article)
`----

which if I execute while in this empty buffer, take me to "real"
articles (I mean not empty Article buffers).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]