Tagged Questions
4
votes
1answer
968 views
Make Emacs use UTF-8 with Python Interactive Mode
When I start Python from Mac OS' Terminal.app, python recognises the encoding as UTF-8:
$ python3.0
Python 3.0.1 (r301:69556, May 18 2009, 16:44:01)
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
...
2
votes
2answers
64 views
What are the magic variables in CLISP's REPL?
I have noticed that when I type an operator in REPL, it is often expanded into a value which has something to do with the input/output history.
Specifically I noticed that:
+, ++ ... expand to ...