[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs trunk r112925 breaks wl



ti. 18. juni 2013 kl. 15.13 +0200 skrev Herbert J. Skuhra:

Hi,

the following commit to Emacs trunk obviously breaks byte-compilation of wl:

% bzr diff -r 112924..112925 lisp/international/mule-conf.el
=== modified file 'lisp/international/mule-conf.el'
--- lisp/international/mule-conf.el	2013-01-01 09:11:05 +0000
+++ lisp/international/mule-conf.el	2013-06-11 12:51:18 +0000
@@ -1508,6 +1508,7 @@
 (setq file-coding-system-alist
       (mapcar (lambda (arg) (cons (purecopy (car arg)) (cdr arg)))
       '(("\\.elc\\'" . utf-8-emacs)
+	("\\.el\\'" . utf-8)
 	("\\.utf\\(-8\\)?\\'" . utf-8)
 	("\\.xml\\'" . xml-find-file-coding-system)
 	;; We use raw-text for reading loaddefs.el so that if it

When I launch wl I get the below error:

load-with-code-conversion: Invalid read syntax: "#"

(setq wl-news-lang '("en")) in WL-CFG fixes the problem.

--
Herbert