Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* automatic article washing ?
@ 2007-08-23  7:59 Nicolas KOWALSKI
  2007-08-23 12:01 ` Karl Kleinpaste
  2007-08-23 18:31 ` Reiner Steib
  0 siblings, 2 replies; 6+ messages in thread
From: Nicolas KOWALSKI @ 2007-08-23  7:59 UTC (permalink / raw)
  To: info-gnus-english

Hello,

I would like the gnus-article-treat-dumbquotes function (called by the
keys `W d' when viewing an article) to be called everytime. Is there a
way to achieve this ?

Thanks,
-- 
Nicolas

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

* Re: automatic article washing ?
  2007-08-23  7:59 automatic article washing ? Nicolas KOWALSKI
@ 2007-08-23 12:01 ` Karl Kleinpaste
  2007-08-23 12:19   ` Karl Kleinpaste
  2007-08-23 12:25   ` Nicolas KOWALSKI
  2007-08-23 18:31 ` Reiner Steib
  1 sibling, 2 replies; 6+ messages in thread
From: Karl Kleinpaste @ 2007-08-23 12:01 UTC (permalink / raw)
  To: info-gnus-english

Nicolas KOWALSKI <nicolas.kowalski@gmail.com> writes:
> I would like the gnus-article-treat-dumbquotes function (called by the
> keys `W d' when viewing an article) to be called everytime.

(add-to-list 'gnus-article-display-hook 'gnus-article-treat-dumbquotes)

or possibly 'gnus-article-prepare-hook instead.

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

* Re: automatic article washing ?
  2007-08-23 12:01 ` Karl Kleinpaste
@ 2007-08-23 12:19   ` Karl Kleinpaste
  2007-08-23 12:38     ` Nicolas KOWALSKI
  2007-08-23 12:25   ` Nicolas KOWALSKI
  1 sibling, 1 reply; 6+ messages in thread
From: Karl Kleinpaste @ 2007-08-23 12:19 UTC (permalink / raw)
  To: info-gnus-english

Karl Kleinpaste <invalid@kleinpaste.org> writes:
> (add-to-list 'gnus-article-display-hook 'gnus-article-treat-dumbquotes)

Er, make that add-hook.  *sigh*

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

* Re: automatic article washing ?
  2007-08-23 12:01 ` Karl Kleinpaste
  2007-08-23 12:19   ` Karl Kleinpaste
@ 2007-08-23 12:25   ` Nicolas KOWALSKI
  1 sibling, 0 replies; 6+ messages in thread
From: Nicolas KOWALSKI @ 2007-08-23 12:25 UTC (permalink / raw)
  To: info-gnus-english

Karl Kleinpaste <invalid@kleinpaste.org> writes:

> Nicolas KOWALSKI <nicolas.kowalski@gmail.com> writes:
>> I would like the gnus-article-treat-dumbquotes function (called by the
>> keys `W d' when viewing an article) to be called everytime.
>
> (add-to-list 'gnus-article-display-hook 'gnus-article-treat-dumbquotes)
>
> or possibly 'gnus-article-prepare-hook instead.

Ok, it works using this second hook.

Thanks for your reply,
-- 
Nicolas

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

* Re: automatic article washing ?
  2007-08-23 12:19   ` Karl Kleinpaste
@ 2007-08-23 12:38     ` Nicolas KOWALSKI
  0 siblings, 0 replies; 6+ messages in thread
From: Nicolas KOWALSKI @ 2007-08-23 12:38 UTC (permalink / raw)
  To: info-gnus-english

Karl Kleinpaste <invalid@kleinpaste.org> writes:

> Karl Kleinpaste <invalid@kleinpaste.org> writes:
>> (add-to-list 'gnus-article-display-hook 'gnus-article-treat-dumbquotes)
>
> Er, make that add-hook.  *sigh*

Corrected.

Thanks,
-- 
Nicolas

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

* Re: automatic article washing ?
  2007-08-23  7:59 automatic article washing ? Nicolas KOWALSKI
  2007-08-23 12:01 ` Karl Kleinpaste
@ 2007-08-23 18:31 ` Reiner Steib
  1 sibling, 0 replies; 6+ messages in thread
From: Reiner Steib @ 2007-08-23 18:31 UTC (permalink / raw)
  To: info-gnus-english

On Thu, Aug 23 2007, Nicolas KOWALSKI wrote:

> I would like the gnus-article-treat-dumbquotes function (called by the
> keys `W d' when viewing an article) to be called everytime. Is there a
> way to achieve this ?

Depending on your Emacs and Gnus version, `mm-charset-override-alist'
might provide a better solution.  (It's best to always mention the
versions when asking for help.)

,----[ <f1> v mm-charset-override-alist RET ]
| mm-charset-override-alist is a variable defined in `mm-util.el'.
| Its value is 
| ((iso-8859-1 . windows-1252)
|  (iso-8859-8 . windows-1255)
|  (iso-8859-9 . windows-1254))
| 
| Documentation:
| A mapping from undesired charset names to their replacement.
| 
| You may add pairs like (iso-8859-1 . windows-1252) here,
| i.e. treat iso-8859-1 as windows-1252.  windows-1252 is a
| superset of iso-8859-1.
| 
| You can customize this variable.
`----

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

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

end of thread, other threads:[~2007-08-23 18:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-23  7:59 automatic article washing ? Nicolas KOWALSKI
2007-08-23 12:01 ` Karl Kleinpaste
2007-08-23 12:19   ` Karl Kleinpaste
2007-08-23 12:38     ` Nicolas KOWALSKI
2007-08-23 12:25   ` Nicolas KOWALSKI
2007-08-23 18:31 ` Reiner Steib

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).