還是搞不定gnus

(setq gnus-summary-show-article-charset-alist
      '((1 . cn-gb-2312)
        (2 . big5)))
(require 'gnus-sum)
(defadvice gnus-summary-show-article  
  (around zsh/gnus-summary-show-article first
            (&optional arg))
  (if (numberp arg)
      (let ((gnus-newsgroup-charset 
            (or (cdr (assoc arg zsh/gnus-summary-show-article-alist))
                (read-coding-system "Charset: "))))
      (ad-set-args 0 (list nil))
       ad-do-it)
      ad-do-it))
(ad-activate 'gnus-summary-show-article)
以上的設定是從網上抄來的....
[EMAIL PROTECTED]
[EMAIL PROTECTED]
-- 
,===============================,   ______  _____  __ __
| Email: [EMAIL PROTECTED]    |  |      ||     ||  |  |
|   ICQ: 9416756                |  `-|  |-'|  |  ||  |  |
|    OS: GNU/Linux debian 2.2r3 |    |  |  |  |  ||  |  |
'==============================='    `--'  `-----'`-----'


回复