Zaichuan Du
2024-02-02 18:19:01 UTC
Hi folks,
First usenet posting ever. Excited.
I have set the following piece for gnus in my init.el. It works as
expected when I reply to different news groups in the gnus summary
buffer, but fail when I do gnus-group-post-news in the group buffer.
The "formal" signature in the first list applies, while the "casual" one
in the second does not. Any ideas?
#+begin_src elisp
(setq gnus-posting-styles
'( ;; first list
(".*"
(signature-file "formal"))
;; second list
((header "Newsgroups" "comp.emacs")
(name "MYNAME")
(signature-file "casual"))))
#+end_src
First usenet posting ever. Excited.
I have set the following piece for gnus in my init.el. It works as
expected when I reply to different news groups in the gnus summary
buffer, but fail when I do gnus-group-post-news in the group buffer.
The "formal" signature in the first list applies, while the "casual" one
in the second does not. Any ideas?
#+begin_src elisp
(setq gnus-posting-styles
'( ;; first list
(".*"
(signature-file "formal"))
;; second list
((header "Newsgroups" "comp.emacs")
(name "MYNAME")
(signature-file "casual"))))
#+end_src
--
Zaichuan
Zaichuan