From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38723 Path: main.gmane.org!not-for-mail From: Martin Kretzschmar Newsgroups: gmane.emacs.gnus.general Subject: Re: collapsed thread indicator change? Date: Wed, 12 Sep 2001 16:43:42 +0200 Sender: martin@mogli.aximilation.org Message-ID: <873d5s1nc1.fsf@mogli.aximilation.org> References: <878zfl796r.fsf@mogli.aximilation.org> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035174539 23932 80.91.224.250 (21 Oct 2002 04:28:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:28:59 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 10720 invoked from network); 12 Sep 2001 14:47:40 -0000 Original-Received: from mail.gmx.net (213.165.64.20) by gnus.org with SMTP; 12 Sep 2001 14:47:40 -0000 Original-Received: (qmail 25965 invoked by uid 0); 12 Sep 2001 14:47:12 -0000 Original-Received: from h611.ibc.de.easynet.net (HELO mogli.aximilation.org.aximilation.org) (212.224.50.99) by mail.gmx.net (mp001-rz3) with SMTP; 12 Sep 2001 14:47:12 -0000 Original-To: ding@gnus.org In-Reply-To: <878zfl796r.fsf@mogli.aximilation.org> (Martin Kretzschmar's message of "Tue, 11 Sep 2001 22:40:28 +0200") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.105 Original-Lines: 23 Xref: main.gmane.org gmane.emacs.gnus.general:38723 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38723 Martin Kretzschmar writes: > Ted Zlatanov writes: > >> I didn't see this in the manual: can the collapsed thread indicator >> [...] be changed? It would be great if the left side trough (sorry if >> this is not the right term for it) that Emacs 21 has could be used to >> indicate a collapsed thread, for instance. > > If I understand that part of emacs (you speak of the ``fringe'' btw), > there is little chance to do this (and Simons idea of indicating > encryption state in the fringe). [snip] OTOH you can change ... to something else (but you can't change its position). Look for selective display in the elisp manual. Or try this: (add-hook 'gnus-summary-prepare-hook (lambda () (set-display-table-slot buffer-display-table 'selective-display (string-to-vector "hit C-M-s for more")))) Martin