info-gnus-english
[Top][All Lists]
Advanced

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

Re: Configuring the ellipses of hidden threads


From: Teemu Likonen
Subject: Re: Configuring the ellipses of hidden threads
Date: Thu, 15 Oct 2015 12:52:45 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5.50 (gnu/linux)

Teemu Likonen [2015-10-15 12:40:21+03] wrote:

> Perhaps this is does what you want:
>
>     (add-hook 'gnus-summary-mode 'my-gnus-summary-mode-hook)
>
>     (defun my-gnus-summary-mode-hook ()
>       (set-display-table-slot buffer-display-table 'selective-display [?…]))

And to turn it on/off everywhere (e.g. outline, org) refer to the
"standard-display-table" variable:

(set-display-table-slot standard-display-table 'selective-display [?…])

(set-display-table-slot standard-display-table 'selective-display nil)

Attachment: signature.asc
Description: PGP signature


reply via email to

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