support packages for symbols as property names.
src/qstring.lisp
Thu Jul 23 00:21:01 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* support packages for symbols as property names.
--- old-qt.gui/src/qstring.lisp 2014-10-30 07:45:20.000000000 +0100
+++ new-qt.gui/src/qstring.lisp 2014-10-30 07:45:20.000000000 +0100
@@ -22,18 +22,18 @@
(setup-type-map))
;;; make sure, that you have configured slime correctly.
-;;; e.g.
+;;; e.g.:
;;; (string #\U9999) crashed slime for me. Adding
;;; (set-language-environment "UTF-8")
;;; (setq slime-net-coding-system 'utf-8-unix)
;;; to .emacs helps.
+;;; Use emacs 23 for better unicode support.
(smoke:eval-startup (:compile-toplevel :execute)
(qt:text-codec.set-codec-for-cstrings
(qt:text-codec.codec-for-name (string *default-foreign-encoding*)))
(qt:text-codec.set-codec-for-locale
(qt:text-codec.codec-for-name (string *default-foreign-encoding*))))
-
(define-parse-method qstring ()
(make-instance 'qstring))