From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/88971 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eric S Fraga Newsgroups: gmane.emacs.gnus.general Subject: placing point in article buffer Date: Mon, 13 Jan 2020 08:05:06 +0000 Organization: On the Interweb somewhere Message-ID: <87v9pfrdcd.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="81320"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+M37174@lists.math.uh.edu Mon Jan 13 09:09:34 2020 Return-path: Envelope-to: ding-account@m.gmane-mx.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iqul4-0016dZ-21 for ding-account@m.gmane-mx.org; Mon, 13 Jan 2020 09:07:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.92.3) (envelope-from ) id 1iqujs-0001E4-BH; Mon, 13 Jan 2020 02:06:20 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1iqujn-0001BD-R0 for ding@lists.math.uh.edu; Mon, 13 Jan 2020 02:06:15 -0600 Original-Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1iqujl-0006TG-Ep for ding@lists.math.uh.edu; Mon, 13 Jan 2020 02:06:15 -0600 Original-Received: from blaine.gmane.org ([195.159.176.226]) by quimby.gnus.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iqujf-000057-Aw for ding@gnus.org; Mon, 13 Jan 2020 09:06:09 +0100 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1iquip-000bns-77 for ding@gnus.org; Mon, 13 Jan 2020 09:05:15 +0100 X-Injected-Via-Gmane: http://gmane.org/ X-Url: http://www.ucl.ac.uk/~ucecesf/ Cancel-Lock: sha1:AJWoDKjj1KnhFuOme9kMoHr4MgQ= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:88971 Archived-At: 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