help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: [Gnus] Summary buffer: simplicity itself


From: ernobe
Subject: Re: [Gnus] Summary buffer: simplicity itself
Date: Sun, 21 May 2017 19:37:53 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

ernobe <ernobe@yahoo.com> writes:

> ernobe <ernobe@yahoo.com> writes:
>
>> For those who would like to try out the Gnus newsreader
>> (http://www.gnus.org) here is part of my configuration file for the summary 
>> buffer,
>> the window where the threaded topics appear:
>>
>> (custom-set-variables
>>  '(gnus-sum-thread-tree-false-root nil)
>>  '(gnus-sum-thread-tree-indent "    ")
>>  '(gnus-sum-thread-tree-leaf-with-other "  ")
>>  '(gnus-sum-thread-tree-root nil)
>>  '(gnus-sum-thread-tree-single-indent nil)
>>  '(gnus-sum-thread-tree-single-leaf "  ")
>>  '(gnus-sum-thread-tree-vertical "   |")
>>  '(gnus-summary-line-format "%[%U%R%2i %d%] %B %(%f%)%*   
>> "))
>
> If you want to have two extra spaces between the subject and the author,
> and an extra space between the subject and everything before it, change
> the above lines:
>
> '(gnus-sum-thread-tree-leaf-with-other "")
> '(gnus-sum-thread-tree-single-leaf "")
> '(gnus-summary-line-format "%[%U%R%2i %d%]  %B   %(%f%)%*   
> "))

For even better visuals of the connections, try

'(gnus-summary-line-format "%[%U%R%2i%]  %B   |_%(%f%)%*   
")

Also, I was able to get the Agent working offline.  For some reason
setting the gnus-select-method to nntp doesn't work.  The only thing
that does it for me is setting gnus-nntp-server, gnus-agent, and calling
gnus with gnus-unplugged:

(setq gnus-nntp-server "news.eternal-september.org")
(setq gnus-agent t)
(gnus-unplugged)


-- 
https://archive.org/services/purl/bahai


reply via email to

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