Gnus development mailing list
 help / color / mirror / Atom feed
* placing point in article buffer
@ 2020-01-13  8:05 Eric S Fraga
  0 siblings, 0 replies; only message in thread
From: Eric S Fraga @ 2020-01-13  8:05 UTC (permalink / raw)
  To: ding

Hello all,

I may be missing something very simple but, for whatever reason, I
cannot get gnus to display my buffers the way I want.  Specifically, I
have:

#+begin_src emacs-lisp
  (gnus-add-configuration
   '(article
     (cond
      (gnus-use-trees
       '(vertical 1.0
                  (summary 0.25 point)
                  (tree 0.25)
                  (article 1.0)))
      ((> (window-width) 250)
       '(horizontal 1.0
                    (summary 0.3 )
                    (article 0.45 point)
                    ("*BBDB*" 1.0)))
      ((> (window-width) 130)
       '(vertical 1.0
                  (summary 0.20 point)
                  (horizontal 1.0
                              (article 0.70)
                              ("*BBDB*" 1.0))))
      (t
       '(vertical 1.0
                  (summary 0.20 point)
                  (article 1.0))))))
#+end_src

On my wide screen (> 250 wide), I would like point to be in the article
buffer but it insists on sticking to the summary buffer.

Any pointers?

Thank you.

-- 
Eric S Fraga via Emacs 27.0.50 & org 9.3 on Debian bullseye/sid




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-13  8:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-13  8:05 placing point in article buffer Eric S Fraga

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