all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [Gnus] Invalid buffer type?
@ 2015-02-05 18:45 ernobe
  2015-02-06  2:39 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: ernobe @ 2015-02-05 18:45 UTC (permalink / raw)
  To: help-gnu-emacs


Hi,
I've been trying to get gnus-use-trees to work, with
gnus-add-configuration, like so:

(setq gnus-use-trees t
	gnus-tree-minimize-window nil)
(gnus-add-configuration
  '(article
     (vertical 1.0
        (tree 1.0 point)
        (article 0.85))))

Now the trees appear, but when I select an article, point goes to the end
of the tree buffer, not to the corresponding tree node.

But if I put point in the article buffer and select the next article
with 'N' it says 'Invalid buffer type: (vertical 1.0 (summary 0.25
point) (article 1.0))'.  This piece of code does not appear in the
gnus-buffer-configuration variable, which is where changes in
gnus-add-configuration go.  Probably point is going to where it is sent
with that piece of code.  Any pointers?

The funny thing is, if I remove all the above code from .emacs, and put
point in the article buffer and select the next one with 'N' it just
works.



-- 
"The world of existence is an emanation of the merciful attribute of God."
Abdu'l-Baha
http://www.costarricense.cr/pagina/ernobe


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

end of thread, other threads:[~2015-02-06  2:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-05 18:45 [Gnus] Invalid buffer type? ernobe
2015-02-06  2:39 ` Lars Magne Ingebrigtsen

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.