libera/#sicl - IRC Chatlog
Search
7:29:06
ln43
everything ok, but during the boostrapping, using (defparameter *b* (boot)), i get: Loading file #P"e:/Users/xyz/portacle/all/quicklisp/local-projects/Acclimation/language-japanese.lisp" into E5
7:31:27
ln43
#<SB-SYS:FD-STREAM for "file e:\\Users\\xyz\\portacle\\all\\quicklisp\\local-projects\\Acclimation\\language-japanese.lisp" {100B347833}>:
7:32:30
hayley
I'd expect the file to be encoded using UTF-8. Let's see how you change the default encoding in SBCL...
7:37:46
ln43
now i' looking the sbcl docs about setting the default external format (8.1 The Default External Format) but if i try to set that global variable i get: Symbol "*DEFAULT-EXTERNAL-FORMAT*" not found in the SB-EXT package.
7:59:12
ln43
it's like for problems that without a known solution is difficult to figure out what to do
8:13:17
ln43
ok so maybe i should modify something inside Portacle to use something like (setq slime-lisp-implementations (sbcl ("/opt/sbcl/bin/sbcl") :coding-system utf-8-unix))
8:34:09
jdz
ln43: I think that will only change the encoding used by Emacs to communicate with the SBCL process, not the encoding SBCL will use when reading files.
8:49:26
ln43
initially i was installing only the dependencies listed here https://github.com/robert-strandh/SICL
8:56:49
beach
ln43: There is not much anyone can do with SICL at the moment, so it doesn't seem important to keep the information accurate.
8:59:15
ln43
ah ok, it was missing here: https://github.com/robert-strandh/SICL/blob/master/get-dependencies.sh