Gnus development mailing list
 help / color / mirror / Atom feed
From: Sebastian Luque <sluque@mun.ca>
Subject: Re: threading symbols in summary
Date: Tue, 08 Feb 2005 12:40:11 -0600	[thread overview]
Message-ID: <87mzue1xjy.fsf@mun.ca> (raw)
In-Reply-To: <v9k6pjgvbq.fsf@marauder.physik.uni-ulm.de>

On Tue, 08 Feb 2005 12:11:37 +0100, Reiner Steib <reinersteib+gmane@imap.cc> 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




      reply	other threads:[~2005-02-08 18:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-07 19:52 Sebastian Luque
2005-02-08  9:18 ` Ralf Angeli
2005-02-08 11:11   ` Reiner Steib
2005-02-08 18:40     ` Sebastian Luque [this message]

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

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

  git send-email \
    --in-reply-to=87mzue1xjy.fsf@mun.ca \
    --to=sluque@mun.ca \
    /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 NNTP newsgroup(s).