Gnus development mailing list
 help / color / mirror / Atom feed
* pgnus v0.31: Bug in rfc2047-q-encode-region (rfc2047.el)
@ 1998-09-23 15:27 Peter von der Ahé
  0 siblings, 0 replies; only message in thread
From: Peter von der Ahé @ 1998-09-23 15:27 UTC (permalink / raw)



In pgnus v0.31:

I have found a bug in rfc2047-q-encode-region, it enters an infinite
loop when used with a rfc2047-default-charset other than the default
iso-8859-1 (at least in my setup).

I have a patch here:

-- begin patch --
--- rfc2047.el.orig	Wed Sep 23 14:10:02 1998
+++ rfc2047.el	Wed Sep 23 14:10:47 1998
@@ -232,7 +232,7 @@
 	(goto-char (point-min))
 	(while (not (eobp))
 	  (goto-char (min (point-max) (+ 64 (point))))
-	  (search-backward "=" nil (- (point) 2))
+	  (search-backward "=" (- (point) 2) t)
 	  (unless (eobp)
 	    (insert "\n")))))))
 
-- end patch --

/Peter
.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1998-09-23 15:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-09-23 15:27 pgnus v0.31: Bug in rfc2047-q-encode-region (rfc2047.el) Peter von der Ahé

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