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

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

bug#7460: 23.2.90; temacs needs LANG=C, build will fail if not.


From: Jan Djärv
Subject: bug#7460: 23.2.90; temacs needs LANG=C, build will fail if not.
Date: Tue, 23 Nov 2010 07:32:01 +0100
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6



Andreas Schwab skrev 2010-11-22 23.46:
Jan Djärv<jan.h.d@swipnet.se>  writes:

Any idea what I should look at?  The string in Fread_from_string is
"#s(hash-table size 65 test eql rehash-size 1,5 rehash-threshold 0,8 data ())"

but how to figure out where it comes from?

Probably here (subr.el):

;; The following statement ought to be in print.c, but `provide' can't
;; be used there.
(when (hash-table-p (car (read-from-string
                          (prin1-to-string (make-hash-table)))))
   (provide 'hashtable-print-readable))


Thanks. Something is strange, fixup_locale is called, but it doesn't seem to have any effect. Maybe Gnustep overrides the setting? I will debug some more.

        Jan D.





reply via email to

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