[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

gnus的设定



还是搞不定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: toukp@macau.ctm.net    |  |      ||     ||  |  |
|   ICQ: 9416756                |  `-|  |-'|  |  ||  |  |
|    OS: GNU/Linux debian 2.2r3 |    |  |  |  |  ||  |  |
'==============================='    `--'  `-----'`-----'

-- 
| This message was re-posted from debian-chinese-big5@lists.debian.org
| and converted from big5 to gb2312 by an automatic gateway.



Reply to: