Hi,
....
Thx.
>
> First, it's a lot easier to find the problem if you use more typical
> Lisp indentation style.
Like here ?
http://dept-info.labri.fr/~strandh/Teaching/MTP/Common/Strandh-Tutorial/indentation.html
OK. I will try
(This particular result was obtained by running
> (pprint '(defun ....)) with CMUCL. There will be differences if other
> Lisps are used.)
>
I have tried :
CL-USER> (pprint '(defun write_To_XPM_File))
(DEFUN WRITE_TO_XPM_FILE)
; No value
But it it as I suppose.
I have also :
C-M-\
Also with no result ( automatic indentation).
Adam