I have been thinking that i wish to have the following behavoir.


When i am in *Group* i wish to be able to choose a posting style on
the fly, either by making one up, or by selecting one from a list.

Ok i know about (gnus-group-post-news 1), what i would like to have is
something that prompt me for some value for the posting style, with
defaults in place.


(defun gnus-post-flystyle ()
   "Make up a user from a post or grab one from gnus-posting-styles"
   (interactive)
   (promt-for-new-user-or-group ...
   (if (group)
        (send-group-name-to--gnus-group-news-1)
       (prompt-for-groupName-userAgent-sender-address))))





-- 
So I remember, (ispell-buffer)
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to