idlwave: spaces round = and other operators [message #58373] |
Tue, 29 January 2008 11:04  |
Benjamin Hornberger
Messages: 258 Registered: March 2004
|
Senior Member |
|
|
Hi all (JD?),
I used to use Emacs 21 (on Windows) with idlwave (self-installed; not
sure about the version), and I had the lines
(setq idlwave-surround-by-blank t) ; Turn on padding ops =,<,>
(setq idlwave-pad-keyword nil) ; Remove spaces for keyword '='
in my .emacs. This worked fine, spaces got automatically padded around
my operators but not for keywords.
Now I am using Emacs 22 (EmacsW32) with whatever idlwave version comes
with it and I pretty much copied all idlwave-related lines into my new
.emacs (not that I really understand what they do). Now spaces don't get
padded any more, and when I type something like
a=
there is a beep and an error message "Wrong type argument: consp, nil".
Any clues?
Thanks,
Benjamin
|
|
|