Luke Gorrie luke@synap.se writes:
Peter Seibel peter@gigamonkeys.com writes:
Should one use *names* like in Common Lisp?
Definitely not :-)
Extra note: defvar'd variables in elisp are normally package qualified, e.g. starting with 'slime-', so they tend to be easy to distinguish from local variables without the *markers*.