Gnus development mailing list
 help / color / mirror / Atom feed
From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: ding@gnus.org
Subject: placing point in article buffer
Date: Mon, 13 Jan 2020 08:05:06 +0000	[thread overview]
Message-ID: <87v9pfrdcd.fsf@ucl.ac.uk> (raw)

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




                 reply	other threads:[~2020-01-13  8:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=87v9pfrdcd.fsf@ucl.ac.uk \
    --to=e.fraga@ucl.ac.uk \
    --cc=ding@gnus.org \
    /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).