Gnus development mailing list
 help / color / mirror / Atom feed
* \201 irritation! :-)
@ 2000-08-27 17:21 François Pinard
  2000-08-27 21:13 ` François Pinard
                   ` (2 more replies)
  0 siblings, 3 replies; 67+ messages in thread
From: François Pinard @ 2000-08-27 17:21 UTC (permalink / raw)


Hi, people.  Let me share a quick hack which will make my day happier! :-)


(defun fp-gnus-article-hide-pesky-201s ()
  "Hide these pesky \201, which pop all over in French Babyl email."
  (interactive)
  (save-excursion
    (set-buffer gnus-article-buffer)
    (let ((buffer-read-only nil)
	  (inhibit-point-motion-hooks t))
      (goto-char (point-min))
      (set-buffer-multibyte nil)
      (while (search-forward "\201" nil t)
	(delete-char (- (skip-chars-forward "\201"))))
      (set-buffer-multibyte t))))
(add-hook 'gnus-article-prepare-hook 'fp-gnus-article-hide-pesky-201s)

-- 
François Pinard   http://www.iro.umontreal.ca/~pinard



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

end of thread, other threads:[~2000-11-30 12:38 UTC | newest]

Thread overview: 67+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-08-27 17:21 \201 irritation! :-) François Pinard
2000-08-27 21:13 ` François Pinard
2000-08-28  8:44   ` Kai Großjohann
2000-08-28 19:14 ` Stainless Steel Rat
2000-08-28 19:54   ` François Pinard
2000-08-28 21:36     ` Stainless Steel Rat
2000-08-28 22:46       ` François Pinard
2000-09-05 14:29         ` Dave Love
2000-09-05 16:19           ` Stainless Steel Rat
2000-09-08 23:32             ` Dave Love
2000-09-09  2:49               ` Stainless Steel Rat
2000-09-06 14:56           ` François Pinard
2000-09-08 22:40             ` Dave Love
2000-09-16 18:14               ` Florian Weimer
2000-09-18 14:07                 ` Dave Love
2000-09-20 16:56                   ` Florian Weimer
2000-09-20 19:26                     ` Kai Großjohann
2000-11-11 16:35                       ` Florian Weimer
2000-11-15  5:38                         ` Karl Eichwalder
2000-11-27 13:40                         ` François Pinard
2000-11-27 14:35                           ` tick and backtick in unicode Alan Shutko
2000-11-27 16:56                             ` François Pinard
2000-11-27 19:47                               ` Karl Eichwalder
2000-11-27 20:57                                 ` Stainless Steel Rat
2000-11-28  6:01                                 ` François Pinard
2000-11-29  5:45                                   ` Karl Eichwalder
2000-11-30  1:57                                     ` Kai Großjohann
2000-11-30  4:19                                       ` Karl Eichwalder
2000-11-30  6:33                                         ` Graham Murray
2000-11-30 12:38                                         ` Per Abrahamsen
2000-11-30 11:23                                       ` Toby Speight
2000-09-21 19:33                     ` \201 irritation! :-) Dave Love
2000-09-23 11:14                       ` Florian Weimer
2000-09-25 11:55                         ` Dave Love
2000-09-28 12:22                           ` Florian Weimer
2000-09-29 19:18                             ` QP encoding is now unibyte (was: " Florian Weimer
2000-10-03 23:17                             ` Dave Love
2000-09-05 14:16 ` Dave Love
2000-09-06 14:49   ` François Pinard
2000-09-06 20:15     ` Kai Großjohann
2000-09-07  7:34       ` Yair Friedman (Jerusalem)
2000-09-08  9:31         ` Janne Rinta-Manty
2000-09-08 17:49           ` Simon Josefsson
2000-09-08 23:44         ` Dave Love
2000-09-12  8:51           ` Yair Friedman (Jerusalem)
2000-09-12 12:02             ` Kai Großjohann
2000-09-13 19:25             ` Dave Love
2000-09-14  7:49               ` Yair Friedman (Jerusalem)
2000-09-14 12:18                 ` ShengHuo ZHU
2000-09-14 21:50                   ` Dave Love
2000-09-14 23:06                     ` ShengHuo ZHU
2000-09-18 13:51                       ` Dave Love
2000-09-18 14:39                         ` ShengHuo ZHU
2000-09-22 14:23                           ` Dave Love
2000-09-14 21:42                 ` Dave Love
2000-09-15  3:29                 ` ShengHuo ZHU
2000-09-20  9:34                   ` Yair Friedman (Jerusalem)
2000-09-20 13:06                     ` ShengHuo ZHU
2000-09-20 14:55                       ` Yair Friedman (Jerusalem)
2000-09-20 14:16                         ` ShengHuo ZHU
2000-09-21  8:35                           ` Yair Friedman (Jerusalem)
2000-09-21 19:02                             ` Dave Love
2000-09-23  6:35                             ` Karl Eichwalder
2000-09-25 11:33                               ` Dave Love
2000-09-25 18:50                                 ` Karl Eichwalder
2000-09-27 21:56                                   ` Dave Love
2000-09-08 22:33     ` Dave Love

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