On March 17, 2010 at 2:43AM +0900,
tats (at debian.org) wrote:

> As you guess, the latest emacs-snapshot package has a
> ccl encoding/decoding bug similar to Emacs 23.1.
>
> Good news: Kenichi Handa (Emacs developer) has fixed this bug (in
> src/coding.c, will soon be published), so the future emacs-snapshot
> package will work fine.

The fix is in the emacs-23 branch, but not yet in the master branch.

For broken ccl encoding/decoding in the current emacs-snapshot
package, I'll update the flim package after the testing migration
of flim 1:1.14.9+0.20100313-1.

The attached patch will soon be applied.

Thanks,
--
Tatsuya Kinoshita
Description: Workaround for broken ccl encoding/decoding in Emacs 24.0.50
Author: Tatsuya Kinoshita <t...@debian.org>

--- flim-1.14.9+0.20100313.orig/mel-q-ccl.el	2010-03-13 20:17:32.000000000 +0900
+++ flim-1.14.9+0.20100313/mel-q-ccl.el	2010-03-22 14:10:46.000000000 +0900
@@ -889,8 +889,8 @@

   (cond
    ((eval-when-compile
-      (and (eq emacs-major-version 23)
-	   (eq emacs-minor-version 1)))
+      (or (and (eq emacs-major-version 23) (eq emacs-minor-version 1))
+	  (string-match "^24\.0\.50" emacs-version)))
     (defun quoted-printable-ccl-encode-string (string)
       "Encode STRING with quoted-printable encoding."
       (ccl-execute-on-string 'mel-ccl-encode-quoted-printable-lf-lf

Attachment: pgpjrrD0HiB4Y.pgp
Description: PGP signature

Reply via email to