GNU bug report logs -
#49278
28.0.50; Lisp Mode is for Common Lisp
Previous Next
Full log
View this message in rfc822 format
> How do you suggest to do that in a concise enough way appropriate for
> a doc string?
See patch below.
> >> (define-derived-mode lisp-mode lisp-data-mode "Lisp"
> >> - "Major mode for editing Lisp code for Lisps other than GNU Emacs Lisp.
> >> + "Major mode for editing Common Lisp code.
> Did lisp-mode.el changed significantly during those 20 years? did
> Maclisp change significantly? If not, we don't have a problem more
> that we had it back then, do we?
The problem is indeed not new, it's the same as 20 years ago.
It's just that noone bothered to fix it.
Stefan
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el
index 59325d647d..99bf1a98c2 100644
--- a/lisp/emacs-lisp/lisp-mode.el
+++ b/lisp/emacs-lisp/lisp-mode.el
@@ -765,7 +765,7 @@ lisp-mode-menu
:help "Run an inferior Lisp process, input and output via buffer `*inferior-lisp*'"]))
(define-derived-mode lisp-mode lisp-data-mode "Lisp"
- "Major mode for editing Lisp code for Lisps other than GNU Emacs Lisp.
+ "Major mode for editing Common Lisp code.
Commands:
Delete converts tabs to spaces as it moves back.
Blank lines separate paragraphs. Semicolons start comments.
This bug report was last modified 3 years and 265 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.