Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-posting-styles?
@ 1999-02-12 12:50 Stefan Waldherr
  1999-02-12 14:05 ` gnus-posting-styles? Kai.Grossjohann
  1999-02-13  8:50 ` gnus-posting-styles? Stefan Waldherr
  0 siblings, 2 replies; 6+ messages in thread
From: Stefan Waldherr @ 1999-02-12 12:50 UTC (permalink / raw)



Hi,

I was trying to customize the posting style and noticed that nothing
worked. Does posting-styles also effect mailing styles? I hope they
do. Anyway, the statement below has no effect. Any hints?

(setq gnus-posting-styles
      '(
 	; in genereal
 	(".*"
 	 (signature-file "~/.signature")
 	 (name "User Name")
 	 ("X-Home-Page" (getenv "WWW_HOME"))
 	 (organization "People's Front Against MWM"))
 	("^nnml:ding"
 	 (address "Stefan Waldherr <stefan-ding@gmx.de>")
 	 ;(reply-to "Stefan Waldherr <stefan-ding@gmx.de>")
 	 )
 	)
      )

Thanks,
Stefan.
-- 
Stefan Waldherr                   fax +49 431 8058 136
                               e-Mail stefan@waldherr.org
                                  www http://www.waldherr.org/


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: gnus-posting-styles?
  1999-02-12 12:50 gnus-posting-styles? Stefan Waldherr
@ 1999-02-12 14:05 ` Kai.Grossjohann
  1999-02-12 17:58   ` gnus-posting-styles? Dmitry Yaitskov
  1999-02-13  8:50 ` gnus-posting-styles? Stefan Waldherr
  1 sibling, 1 reply; 6+ messages in thread
From: Kai.Grossjohann @ 1999-02-12 14:05 UTC (permalink / raw)


I'm betting a cone of ice cream that Gnus searches the posting styles
from beginning to end, using the first one that matches.  Thus, put
the general ones at the end.
kai
-- 
I like _\bb_\bo_\bt_\bh kinds of music.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: gnus-posting-styles?
  1999-02-12 14:05 ` gnus-posting-styles? Kai.Grossjohann
@ 1999-02-12 17:58   ` Dmitry Yaitskov
  1999-02-12 23:59     ` gnus-posting-styles? Kai.Grossjohann
  0 siblings, 1 reply; 6+ messages in thread
From: Dmitry Yaitskov @ 1999-02-12 17:58 UTC (permalink / raw)


Kai.Grossjohann@CS.Uni-Dortmund.DE writes:

> I'm betting a cone of ice cream that Gnus searches the posting styles
> from beginning to end, using the first one that matches.  Thus, put
> the general ones at the end.

IIRC it goes thru the whole list, even after a match. Thus, later
matches override specific elements of the style.

-- 
Cheers,
-Dima.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: gnus-posting-styles?
  1999-02-12 17:58   ` gnus-posting-styles? Dmitry Yaitskov
@ 1999-02-12 23:59     ` Kai.Grossjohann
  0 siblings, 0 replies; 6+ messages in thread
From: Kai.Grossjohann @ 1999-02-12 23:59 UTC (permalink / raw)



                 oOo
               .OOOOO.
               \     /
                |   |
                |   |
                 \ /
                  V

As you can see, I'm not good at making ice cream.  Hope it tastes at
least so-so. 

kai
--
I like _\bb_\bo_\bt_\bh kinds of music.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: gnus-posting-styles?
  1999-02-12 12:50 gnus-posting-styles? Stefan Waldherr
  1999-02-12 14:05 ` gnus-posting-styles? Kai.Grossjohann
@ 1999-02-13  8:50 ` Stefan Waldherr
  1999-02-19 13:46   ` gnus-posting-styles? Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 6+ messages in thread
From: Stefan Waldherr @ 1999-02-13  8:50 UTC (permalink / raw)



  Stefan> (setq gnus-posting-styles
  Stefan>       '(
  Stefan>  	; in genereal
  Stefan>  	(".*"
  Stefan>  	 (signature-file "~/.signature")
  Stefan>  	 (name "User Name")
  Stefan>  	 ("X-Home-Page" (getenv "WWW_HOME"))
  Stefan>  	 (organization "People's Front Against MWM"))
  Stefan>  	("^nnml:ding"
  Stefan>  	 (address "Stefan Waldherr <stefan-ding@gmx.de>")
  Stefan>  	 ;(reply-to "Stefan Waldherr <stefan-ding@gmx.de>")
  Stefan>  	 )
  Stefan>  	)
  Stefan>       )

Hmm, after fiddling a bit more with the above expression: my gnus ignores
subsequent signature-file expressions (subsequent signature expressions do
work), address has no effect at all. Dito for organization. Does
gnus-posting-styles collide with message-required-..-headers here?

Thanks,
Stefan.
-- 
Tired of ads on the web? Don't like cookies? The Junkuster removes
both! Check out http://www.waldherr.org/junkbuster/


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: gnus-posting-styles?
  1999-02-13  8:50 ` gnus-posting-styles? Stefan Waldherr
@ 1999-02-19 13:46   ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-02-19 13:46 UTC (permalink / raw)


Stefan Waldherr <stefan@waldherr.org> writes:

> Hmm, after fiddling a bit more with the above expression: my gnus ignores
> subsequent signature-file expressions (subsequent signature expressions do
> work), address has no effect at all. Dito for organization. Does
> gnus-posting-styles collide with message-required-..-headers here?

Could you edebug a bit through `gnus-configure-posting-styles' in
gnus-msg.el and see what happens?

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~1999-02-19 13:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-12 12:50 gnus-posting-styles? Stefan Waldherr
1999-02-12 14:05 ` gnus-posting-styles? Kai.Grossjohann
1999-02-12 17:58   ` gnus-posting-styles? Dmitry Yaitskov
1999-02-12 23:59     ` gnus-posting-styles? Kai.Grossjohann
1999-02-13  8:50 ` gnus-posting-styles? Stefan Waldherr
1999-02-19 13:46   ` gnus-posting-styles? Lars Magne Ingebrigtsen

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).