[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: |
Andreas Schwab |
Subject: |
bug#7460: 23.2.90; temacs needs LANG=C, build will fail if not. |
Date: |
Mon, 22 Nov 2010 23:46:10 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2.90 (gnu/linux) |
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))
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
- bug#7460: 23.2.90; temacs needs LANG=C, build will fail if not., Jan Djärv, 2010/11/21
- bug#7460: 23.2.90; temacs needs LANG=C, build will fail if not., Eli Zaretskii, 2010/11/21
- bug#7460: 23.2.90; temacs needs LANG=C, build will fail if not., Stefan Monnier, 2010/11/21
- bug#7460: 23.2.90; temacs needs LANG=C, build will fail if not., Jan Djärv, 2010/11/21
- bug#7460: 23.2.90; temacs needs LANG=C, build will fail if not., Stefan Monnier, 2010/11/21
- bug#7460: 23.2.90; temacs needs LANG=C, build will fail if not., Jan Djärv, 2010/11/22
- bug#7460: 23.2.90; temacs needs LANG=C, build will fail if not.,
Andreas Schwab <=
- bug#7460: 23.2.90; temacs needs LANG=C, build will fail if not., Jan Djärv, 2010/11/23
- bug#7460: 23.2.90; temacs needs LANG=C, build will fail if not., Jan Djärv, 2010/11/23
- bug#7460: 23.2.90; temacs needs LANG=C, build will fail if not., Stefan Monnier, 2010/11/23