From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59758 Path: main.gmane.org!not-for-mail From: Sebastian Luque Newsgroups: gmane.emacs.gnus.general Subject: Re: threading symbols in summary Date: Tue, 08 Feb 2005 12:40:11 -0600 Message-ID: <87mzue1xjy.fsf@mun.ca> References: <876514qha1.fsf@mun.ca> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1107902358 5561 80.91.229.2 (8 Feb 2005 22:39:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 8 Feb 2005 22:39:18 +0000 (UTC) Original-X-From: ding-owner+M8299@lists.math.uh.edu Tue Feb 08 23:39:18 2005 Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by ciao.gmane.org with esmtp (Exim 4.43) id 1Cye0j-0003MH-3h for ding-account@gmane.org; Tue, 08 Feb 2005 23:39:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1Cye0q-0007Ok-00; Tue, 08 Feb 2005 16:39:16 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Cye0l-0007Of-00 for ding@lists.math.uh.edu; Tue, 08 Feb 2005 16:39:11 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1Cye0e-0006G6-TX for ding@lists.math.uh.edu; Tue, 08 Feb 2005 16:39:05 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cye0a-0001ji-00 for ; Tue, 08 Feb 2005 23:39:00 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Cydz6-00033e-7g for ding@gnus.org; Tue, 08 Feb 2005 23:37:28 +0100 Original-Received: from s0106000ae61de208.wp.shawcable.net ([24.77.59.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Feb 2005 23:37:28 +0100 Original-Received: from sluque by s0106000ae61de208.wp.shawcable.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Feb 2005 23:37:28 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 30 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: s0106000ae61de208.wp.shawcable.net X-From-Line: nobody Tue Feb 8 13:00:06 2005 User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:n8d87Njujp36a14reyObaCpTS+s= X-Spam-Score: -4.6 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu X-MailScanner-From: ding-owner+m8299@lists.math.uh.edu X-MailScanner-To: ding-account@gmane.org Xref: main.gmane.org gmane.emacs.gnus.general:59758 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59758 On Tue, 08 Feb 2005 12:11:37 +0100, Reiner Steib wrote: [...] > ,----[ (info "(gnus)Formatting Fonts") ] > | Text inside the `%{' and `%}' specifiers will have their normal > | faces set using `gnus-face-0', which is `bold' by default. If you say > | `%1{', you'll get `gnus-face-1' instead, and so on. Create as many > | faces as you wish. > `---- I thought about that, and put this in ~/.gnus.el: (defface my-gnus-face-4 '((t (:family "-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1"))) "Gnus face for gnus-face-4. Used for unicode symbol thread.") and then in gnus-summary-line-format: (setq gnus-summary-line-format "%U%R %&user-date;%-14=%i:[%(%4{%B%}%s%-75=%)] %-18,18n |%t\n" gnus-face-4 'my-gnus-face-4) but the symbols still show up as squares. Do these lines look ok? Thanks to both of you, -- Sebastian Luque