aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ielm.el
Commit message (Collapse)AuthorAgeFilesLines
* use lisp-mode-shared-map instead of shared-lisp-mode-mapSam Steingold2000-10-101-19/+19
|
* (ielm-indent-line): Detect a "prompt" line by seeing if comint-bolMiles Bader2000-08-071-3/+1
| | | | doesn't actually go to the beginning of the line.
* (*, **, ***): Add defvars.Richard M. Stallman1998-04-291-1/+10
|
* (ielm-eval-input): More of previous change.Richard M. Stallman1998-04-281-3/+3
|
* (ielm-eval-input): Use variables *, **, *** not :, ::, :::.Richard M. Stallman1998-04-271-13/+13
| | | | (inferior-emacs-lisp-mode): Corresponding changes.
* Changed font-lock-reference-face to font-lock-constant-face.Simon Marshall1998-02-201-1/+3
|
* (ielm-header): Delete version and RCS header.Richard M. Stallman1997-06-231-5/+1
|
* Comment change.Richard M. Stallman1997-06-221-2/+2
|
* Add provide call.Richard M. Stallman1997-06-221-1/+3
|
* (ielm-input): New defvar.Richard M. Stallman1997-05-271-1/+3
|
* Comment change.Richard M. Stallman1997-05-271-1/+2
|
* (inferior-emacs-lisp-mode): Add a mode-class property.Richard M. Stallman1997-05-051-1/+3
|
* Use defgroup and defcustom.Richard M. Stallman1997-05-031-9/+22
|
* (inferior-emacs-lisp-mode): Set comint-completion-addsuffix.Karl Heuer1997-03-121-1/+4
|
* (ielm-map): Don't bind M-q.Karl Heuer1996-08-201-2/+3
| | | | (inferior-emacs-lisp-mode): Set fill-paragraph-function instead.
* Update FSF's address.Erik Naggum1996-01-141-3/+5
|
* Comment fixes.Karl Heuer1996-01-051-2/+2
|
* (ielm-font-lock-keywords): New variableRichard M. Stallman1995-06-291-1/+12
| | | | (inferior-emacs-lisp-mode): Use it for font-lock support
* (ielm): Use pop-to-buffer.Richard M. Stallman1995-03-121-5/+8
| | | | (same-window-buffer-names): Add *ielm*.
* (ielm-complete-symbol): Likewise.Richard M. Stallman1994-06-101-3/+3
|
* (ielm-dynamic-multiline-inputs): New variable.Richard M. Stallman1994-05-021-98/+187
| | | | | | | | | | | | | | | | (ielm-return): Support it. (ielm-print-working-buffer): New command (ielm-change-working-buffer): New command (ielm-display-working-buffer): New command (ielm-map): Bindings for new commands; bindings from shared-lisp-mode-map; Lemacs support. (ielm-eval-input): Give bindings in scope during the eval non-clashing names (ielm- prefix) (ielm-get-old-input): New function (inferior-emacs-lisp-mode): Bind it to comint-get-old-input
* Initial revisionRichard M. Stallman1994-05-021-0/+366