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

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

Re: gnus-posting-styles confusing


From: Tassilo Horn
Subject: Re: gnus-posting-styles confusing
Date: Mon, 13 Aug 2007 10:16:08 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

आशीष शुक्ल Ashish Shukla <wahjava@gmail.com> writes:

Hi,

> Can someone post here an example of "gnus-posting-styles" with also an
> example to show that "gnus-posting-styles" really work.

Sure, here're mine.

--8<---------------cut here---------------start------------->8---
(setq gnus-posting-styles
      `((".*"
         (address "thorn+news@fastmail.fm")
         ("Face" (lambda ()
                   (let ((file (th-random-file "~/.faces" "\\.jpg")))
                     (message "Chose %s as Face file." file)
                     (gnus-face-from-file file))))
         (signature (fortune-to-signature
                     (replace-regexp-in-string
                      "\\.dat$" ""
                      (th-random-file fortune-dir)))))

        (,(rx "infko.")
         (address "heimdall@uni-koblenz.de"))

        (,(rx (or (and (opt "de.") (or "comp." "comm.software."))
                  "gnu."
                  "nntp+Gmane:"))
         (address "tassilo@member.fsf.org"))

        (,(rx "gmane.comp.printing.ghostscript.")
         ;; Posting requires whitelist keyword "artifex" spelled backwards.
         ("X-Fnord" "xefitra"))

        ("de.alt.music.metal"
         (signature (th-now-playing)))

        (,(rx "nnimap+Fastmail:INBOX")
         (address "thorn@fastmail.fm"))

        (,(rx "nnimap+Fastmail:INBOX.news")
         (address "thorn+news@fastmail.fm"))

        (,(rx "nnimap+Fastmail:INBOX.FSF")
         (address "tassilo@member.fsf.org"))

        (,(rx "nnimap+Fastmail:INBOX.mailinglists."
              (or "emms-patches"
                  "stumpwm-devel"
                  "bbdb-info"
                  "sbcl-devel"
                  "openchrome"))
         (address "tassilo@member.fsf.org"))

        (,(rx"nnimap+Fastmail:INBOX.mailinglists."
              (or "d-barf"
                  "tsdh-fans"
                  "dtofans"))
         (address "thorn@fastmail.fm"))

        (,(rx "nnimap+Fastmail:INBOX.uni")
         (address "heimdall@uni-koblenz.de"))))
--8<---------------cut here---------------end--------------->8---


> I press 'm' key to compose email messages in Gnus, where "To" field is
> empty and all other stuff filled in properly. So what I'm interested
> in knowing is when does "gnus-posting-styles" gets activated, after I
> press "Send" button, or before I press "m" key.

None of both.  They are used after you press `m' to initialize the mail
or posting buffer.

Bye,
Tassilo
-- 
GNU Emacs is a text editor for Über-Geeks.





reply via email to

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