Commit graph

110 commits

Author SHA1 Message Date
Eli Zaretskii
cada28bb17 (lisp-indent-offset): Add a doc string. 2001-06-05 08:50:20 +00:00
Gerd Moellmann
5408c14970 (lisp-mode): Make
font-lock-keywords-case-fold-search a buffer-local variable
with make-local-variable before setting it.
2001-05-15 11:52:10 +00:00
Gerd Moellmann
94f8f5d38e (lisp-interaction-mode): Doc fix. 2001-05-09 15:44:18 +00:00
Eli Zaretskii
c1acacc417 (lisp-mode-shared-map): Undo the change from 2001-01-12. It is not needed,
since backspace is now mapped into DEL.
2001-01-27 12:20:18 +00:00
Sam Steingold
ca2ddd8ed5 (lisp-mode-shared-map): Bind backspace' to backward-delete-char-untabify'. 2001-01-12 18:07:31 +00:00
Dave Love
01b9100905 (lisp-mode): Set
font-lock-keywords-case-fold-search.
2000-12-08 12:14:26 +00:00
Stefan Monnier
1594a23a93 (lisp-mode-variables):
Set font-lock-defaults.
(lisp-mode-shared-map): Init inside the defvar.
(emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
Use define-derived-mode.
2000-11-14 09:52:24 +00:00
Dave Love
b0d9985339 (lisp-imenu-generic-expression): Match
defun*.
2000-11-06 12:28:33 +00:00
Dave Love
99ec65b3b5 (lisp-imenu-generic-expression): Don't
insist on symbols starting with word syntax.
(lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
(eval-defun-1): Doc fix.
(indent-sexp): Use nconc to build up indent-stack.
2000-10-08 17:23:50 +00:00
Gerd Moellmann
07ca56eb35 (eval-last-sexp-1): Handle `#N=' labels. 2000-08-08 12:16:11 +00:00
Gerd Moellmann
105d6be118 (eval-defun-2): Remove parameter
EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
(eval-defun): If called with prefix arg, instrument code for
Edebug.
2000-07-05 15:16:15 +00:00
Stefan Monnier
3f0c3d8b96 (lisp-mode-variables): Set comment-add. 2000-05-19 21:36:14 +00:00
Dave Love
5e871da0a6 (lisp-eval-defun): Make arglist compatible with inf-lisp version.
(eval-defun-1): Fix custom-declare-variable case.
2000-03-26 16:36:17 +00:00
Dave Love
e5f597f0bf (lisp-mode-syntax-table): Fix syntax of |. 2000-03-01 21:02:37 +00:00
Kenichi Handa
1d3529b69f Don't change syntax of multibyte
characters.
(lisp-mode-variables): Set multibyte-syntax-as-symbol to t
locally.
2000-02-23 00:11:44 +00:00
Dave Love
535eadacb1 (emacs-lisp-mode-syntax-table)
(lisp-mode-map, lisp-interaction-mode-map): Define all inside
defvar.
(lisp-mode-syntax-table): Set up for #|...|# comments.
(lisp-imenu-generic-expression): Purecopy strings.  Use syntax
classes.  Match `defface'.
(emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
(eval-defun-1): Fix for defcustom.
(lisp-indent-region): Doc fix.
2000-02-22 20:13:31 +00:00
Dave Love
05c7103660 Add indent specs for dolist, dotimes, when, unless. 2000-01-28 22:14:30 +00:00
Gerd Moellmann
99c6d63bb2 (eval-last-sexp-1): Renamed from
eval-last-sexp.  Don't bind debug-on-error here.
(eval-last-sexp): New function.  Bind debug-on-error if
eval-expression-debug-on-error is non-nil.
(eval-defun-2, eval-defun): Likewise.
2000-01-12 13:14:48 +00:00
Richard M. Stallman
83c8f4616a (with-syntax-table): Moved to subr.el. 2000-01-12 03:08:29 +00:00
Gerd Moellmann
a8050bff07 (lisp-mode-variables): Change
outline-regexp, add outline-level.
(lisp-outline-level): New.
1999-12-02 10:20:22 +00:00
Gerd Moellmann
2e0a943f5b (eval-last-sexp): Use prin1 instead of print. 1999-09-14 20:12:00 +00:00
Richard M. Stallman
efb195f0ca (eval-defun, eval-last-sexp):
Bind print-level, print-length and debug-on-error.
1999-09-14 07:00:36 +00:00
Richard M. Stallman
19b014e465 (eval-last-sexp): If after ?\LETTER, use all of that as the sexp. 1999-09-12 02:17:20 +00:00
Dave Love
e596094db5 (lisp-imenu-generic-expression): Recognize define-widget.
(emacs-lisp-mode-hook, lisp-mode-hook, lisp-interaction-mode-hook):
Customize.
1999-09-10 18:08:06 +00:00
Richard M. Stallman
151a410a5c (eval-defun): Expand macros,
and specially handle defvar inside their expansions.
(eval-defun-1): New subroutine.
1999-08-29 19:53:27 +00:00
Dave Love
700c3b7c33 Fix previous change. 1999-07-30 00:50:59 +00:00
Dave Love
713c3fb16e (eval-defun): Re-written to avoid
capturing variables.
1999-07-29 22:04:13 +00:00
Karl Heuer
ebc03d28d7 (eval-defun): Doc fix. 1999-06-27 21:45:34 +00:00
Richard M. Stallman
bacd83a703 (lisp-interaction-mode-map): Doc fix.
(with-temp-message): Add lisp-indent-function property.
1998-11-19 18:45:47 +00:00
Kenichi Handa
bbbc0af028 Set syntaxes all non-word multibyte
characters to symbol.
1998-11-16 06:26:27 +00:00
Karl Heuer
2298f9f7d8 (eval-defun): Return the evaluation result. 1998-10-06 23:33:04 +00:00
Karl Heuer
00a90f4253 (lisp-imenu-generic-expression):
Recognize define-skeleton as a function definer.
1998-09-04 20:49:12 +00:00
Richard M. Stallman
63987c84b1 (eval-defun): Pass read function to
eval-region as arg, instead of binding load-read-function.
1998-06-13 04:33:31 +00:00
Richard M. Stallman
2d75b39535 (eval-defun): Pass proper beg to eval-region. 1998-05-25 22:40:45 +00:00
Karl Heuer
7dbce55e8f (eval-defun): Arrange to use eval-region
even if we have to alter the form.
1998-04-13 06:55:34 +00:00
Dave Love
fe3188ecbd (lisp-fill-paragraph): Adjust
paragraph-start in default filling case so that filling doc
strings works.
1998-03-18 16:02:37 +00:00
Richard M. Stallman
b8bc6df2ee (lisp-interaction-mode-map)
(emacs-lisp-mode-map, lisp-mode-map): Use set-keymap-parent.
1998-03-08 23:40:28 +00:00
Dave Love
c0b08eb017 Use imenu-case-fold-search. 1997-12-12 17:10:08 +00:00
Richard M. Stallman
7eb67d79ac (lisp-mode-auto-fill): New function.
(lisp-mode-variables): Bind normal-auto-fill-function.
1997-11-24 03:32:20 +00:00
Richard M. Stallman
cafba8996c (lisp-imenu-generic-expression): Allow `/' in names. 1997-10-01 17:28:02 +00:00
Richard M. Stallman
4b15e3acac (lisp-imenu-generic-expression): Recognizedefcustom' and defgroup". 1997-09-09 19:54:18 +00:00
Richard M. Stallman
37922e6ce5 (emacs-lisp-mode-syntax-table): Give formfeed whitespace syntax. 1997-08-26 18:13:31 +00:00
Richard M. Stallman
05e94d325c (eval-last-sexp): Ignore `...' around sexp. 1997-07-31 06:59:37 +00:00
Richard M. Stallman
2c66f5d196 (eval-defun): For defcustom, always set the value. 1997-04-10 05:58:24 +00:00
Richard M. Stallman
531cbff1cc (indent-sexp): If calculate-lisp-indent returns nil,
don't change the line's indentation.
(lisp-indent-line): Likewise.
(lisp-comment-indent): Likewise.
(calculate-lisp-indent): Return nil if line starts inside a string.
1997-04-05 21:51:44 +00:00
Karl Heuer
42875c6da8 (lisp-imenu-generic-expression): Accept *', |',
and `:' in symbol names.
1997-03-11 22:32:22 +00:00
Karl Heuer
361721f240 (eval-last-sexp): Allow let-bindings to terminate
before doing the eval.
Handle (interactive ...) form specially.
1997-02-23 07:52:35 +00:00
Richard M. Stallman
d7fa5aa239 Change defconsts to defvars. 1996-12-16 01:33:02 +00:00
Erik Naggum
488a0b059b (combine-after-change-calls): The first form is not special. 1996-11-11 20:42:08 +00:00
Richard M. Stallman
92475d89c3 (combine-after-change-calls): Add lisp-indent-function property. 1996-11-09 21:48:25 +00:00