Gnus development mailing list
 help / color / mirror / Atom feed
* dumb lisp question: gnus-article-decode-HZ
@ 2000-01-19  0:14 Bill White
  2000-01-19  0:44 ` Katsumi Yamaoka
  0 siblings, 1 reply; 3+ messages in thread
From: Bill White @ 2000-01-19  0:14 UTC (permalink / raw)


This feels like a dumb question: how do I add gnus-article-decode-HZ
to gnus-article-mode-hook? I'd like to decode HZ encoded stuff
automatically.

Thanks -

bw
-- 
Bill White . billw@wolfram.com . http://members.wri.com/billw
"No ma'am, we're musicians."



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: dumb lisp question: gnus-article-decode-HZ
  2000-01-19  0:14 dumb lisp question: gnus-article-decode-HZ Bill White
@ 2000-01-19  0:44 ` Katsumi Yamaoka
  2000-01-19  2:14   ` Shenghuo ZHU
  0 siblings, 1 reply; 3+ messages in thread
From: Katsumi Yamaoka @ 2000-01-19  0:44 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 378 bytes --]

>>>>> In <ruon1q2syrw.fsf@g.wolfram.com> 
>>>>>	Bill White <billw@wolfram.com> wrote:

Bill> This feels like a dumb question: how do I add
Bill> gnus-article-decode-HZ to gnus-article-mode-hook? I'd like to
Bill> decode HZ encoded stuff automatically.

You can use `gnus-article-prepare-hook' for it.

(add-hook 'gnus-article-prepare-hook 'article-decode-HZ)
-- 
山岡克美

[-- Attachment #2: Type: text/plain, Size: 42 bytes --]

山岡克美
~{I=8T?KC@~} <yamaoka@jpl.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: dumb lisp question: gnus-article-decode-HZ
  2000-01-19  0:44 ` Katsumi Yamaoka
@ 2000-01-19  2:14   ` Shenghuo ZHU
  0 siblings, 0 replies; 3+ messages in thread
From: Shenghuo ZHU @ 2000-01-19  2:14 UTC (permalink / raw)


>>>>> "Katsumi" == Katsumi Yamaoka <yamaoka@jpl.org> writes:

>>>>> In <ruon1q2syrw.fsf@g.wolfram.com> 
>>>>>> Bill White <billw@wolfram.com> wrote:

Bill> This feels like a dumb question: how do I add
Bill> gnus-article-decode-HZ to gnus-article-mode-hook? I'd like to
Bill> decode HZ encoded stuff automatically.

Katsumi> You can use `gnus-article-prepare-hook' for it.

Katsumi> (add-hook 'gnus-article-prepare-hook 'article-decode-HZ)

Actually, you can use the following setting. 

(require 'rfc1843)
(rfc1843-gnus-setup)

See `rfc1843-newsgroups-regexp' to customize the groups you want to
automatically decode.

The benefit of this setting is automatically decoding in summary
buffer.

-- 
Shenghuo



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-01-19  2:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-19  0:14 dumb lisp question: gnus-article-decode-HZ Bill White
2000-01-19  0:44 ` Katsumi Yamaoka
2000-01-19  2:14   ` Shenghuo ZHU

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).