[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



In the version of ZWEI on system 20.3, with microcode 600, on LISP Machine One:
(1) C-M-Q is not consistent with EMACS in its treatment of comments.
In the case:

(DEFUN BLAG (X Y)
       (DO-HAIR)				;HAIR is so hairy that it takes a
						; two-line comment to explain it
       (DO-MORE-HAIR))

if you are before the (DEFUN and type C-M-Q, this happens:

(DEFUN BLAG (X Y)
       (DO-HAIR)				;HAIR is so hairy that it takes a
       ; two-line comment to explain it
       (DO-MORE-HAIR))

In EMACS, Indent Comment is called on each line if the line is changed so that
you can't get screwed this way.

(2) C-M-Tab should be Indent for LISP always, even in non-LISP modes (indeed,
especially in such modes, for then Tab itself does not do that).  I was annoyed
by this in reporting bug (1).