bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#12362: GNUS can no longer read UTF-8


From: jidanni
Subject: bug#12362: GNUS can no longer read UTF-8
Date: Thu, 06 Sep 2012 20:46:59 +0800

>>>>> "K" == Kenichi Handa <handa.kenichi@aist.go.jp> writes:
K> Could you please try again?
OK I'll try with next week's snapshot.

Also now when I do
$ emacs -f gnus
but not
$ emacs
I get a mysterious new buffer
*Compile-Log*
that contains this mysterious content

Warning: Use `with-current-buffer' rather than save-excursion+set-buffer
Warning: (lambda (x) ...) quoted with ' rather than with #'

With no indication in the world as to what files in the world it is
talking about!!

So I changed

(add-hook
 'gnus-startup-hook
 '(lambda ()

to

(add-hook
 'gnus-startup-hook
 #(lambda ()

like the stupid advice said and... of course fell for the stupid trick
like a dummy. I reverted it.

You can go ahead and check my http://jidanni.org/comp/configuration/

I don't think the warnings are referring to me.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]