Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE
Subject: Re: posting styles and regexps in variables
Date: 30 Nov 1998 13:35:22 +0100	[thread overview]
Message-ID: <vafhfvhxss5.fsf@ramses.cs.uni-dortmund.de> (raw)
In-Reply-To: Steinar Bang's message of "30 Nov 1998 09:18:05 +0100"

Steinar Bang <sb@metis.no> writes:

  > (setq gnus-posting-styles
  >       '((".*"
  > 	 (signature-file "~/.signature")
  > 	 (organization "NCR METIS"))
  > 	((eval mc-newsgroups)
  > 	 (address "sb@dod.no")
  > 	 (organization "Denizens of Doom, Norway Chapter"))
  > 	((eval private-newsgroups)
  > 	 (address "steinar@bang.priv.no")
  > 	 (organization "Anarchists Guild"))
  > 	((eval hobby-newsgroups)
  > 	 (signature-file "~/.signature-hobby"))
  > 	))

How about this?

(setq gnus-posting-styles
      `((".*"
         (signature-file "~/.signature)
         (organization "NCR METIS"))
        (,mc-newsgroups
         (address "sb@dod.no")
         (organization "Denizens of Doom, Norway Chapter"))
        (,private-newsgroups
         (address "steinar@bang.priv.no")
         (organization "Anarchists Guild"))
        (,hobby-newsgroups
         (signature-file "~/.signature-hobby"))))

Note the ` and the , ...

kai
-- 
Life is hard and then you die.


      reply	other threads:[~1998-11-30 12:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-11-27 11:15 Steinar Bang
1998-11-28  0:01 ` Lars Magne Ingebrigtsen
1998-11-30  8:18   ` Steinar Bang
1998-11-30 12:35     ` Kai.Grossjohann [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=vafhfvhxss5.fsf@ramses.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    /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).