[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG ZWEI) at MIT-AI
- Subject:
- From: GLS@MIT-AI
- Date: Tue ,10 Jan 79 22:06:45 EDT
- Cc: GLS at MIT-AI
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).