Hi,

I have some troubles with the posting encoding.

In the last post, I'm in latin-1, and I'd my local in fr_FR

This post, I supose it would be in utf-8, my local is fr_FR.UTF-8

I want to post in latin-0 because I post in a wensgroup that don't
allow utf-8, but I dont want to laungh emacs with "LANG=fr_FR emacs"

I've that in my .emacs, but it does nothing (all what is relative to
gnus):

;; serveur de news
(setq gnus-select-method '(nntp "news.free.fr"))

;; lecture des mail locaux
(setq gnus-secondary-select-methods
      '((nnml "private")))

;; adresse mail pour les news
(setq message-default-news-headers
      "From: TeXitoi <[EMAIL PROTECTED]>\n")

;; pour poster en latin-0
;; Def charset
(setq gnus-group-posting-charset-alist 
        '((".*" "iso-8859-1")))

(setq gnus-default-charset (quote iso-8859-1)
      gnus-default-posting-charset (quote iso-8859-1))

I think I'm posting in quote-printable, and I think that's bad too.

I'm using debian sarge.

Thanks for your help.

-- 
Guillaume Pinot                          http://wwwetu.utc.fr/~pinotgui/

 L'amour, c'est comme le nombre Pi. Naturel, irrationnel et trÃs
important. Â -- Lisa Hoffman

() Campagne du ruban ascii -- contre les mails en html
/\ Contre les piÃces jointes Microsoft
_______________________________________________
Info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to