unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: ernobe <ernobe@yahoo.com>
To: help-gnu-emacs@gnu.org
Subject: Re: [Gnus] Summary buffer: simplicity itself
Date: Sun, 21 May 2017 19:37:53 -0600	[thread overview]
Message-ID: <871srhk6xa.fsf@002215fd0050.amnet.co.cr> (raw)
In-Reply-To: 87efvqnmkc.fsf@002215fd0050.amnet.co.cr

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	other threads:[~2017-05-22  1:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-12  4:26 [Gnus] Summary buffer: simplicity itself ernobe
2017-05-12 10:26 ` Emanuel Berg
2017-05-15 15:53 ` ernobe
2017-05-22  1:37   ` ernobe [this message]
2017-06-06 18:02     ` ernobe

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871srhk6xa.fsf@002215fd0050.amnet.co.cr \
    --to=ernobe@yahoo.com \
    --cc=help-gnu-emacs@gnu.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 read-only IMAP folder(s) and NNTP newsgroup(s).