aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ielm.el
Commit message (Collapse)AuthorAgeFilesLines
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-2/+2
|
* (inferior-emacs-lisp-mode): Bind comint-dynamic-complete-functions locally.Andreas Schwab2003-01-121-1/+2
|
* (inferior-emacs-lisp-mode): If hexl not found, use cat. point-min != 1.Stefan Monnier2002-10-211-4/+6
|
* (inferior-emacs-lisp-mode): Treat the header as output,Richard M. Stallman2002-09-261-0/+4
| | | | if comint-use-prompt-regexp-instead-of-fields is nil.
* (*1): Fix previous change.Richard M. Stallman2002-09-231-1/+1
|
* (ielm-eval-input): Call `error-message-string' instead of the non-existentJuanma Barranquero2002-09-191-1/+1
| | | | `ielm-format-error'.
* (*1, *2, *3): New variables.Richard M. Stallman2002-09-181-29/+73
| | | | | | | (ielm-eval-input): Make temporary buffers current on entry and exit to the let bindings for *, ** and ***. (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring. Do not overrule global bindings for *, ** and ***.
* [original idea from Luc Teirlinck <[email protected]>]Miles Bader2002-08-191-2/+8
| | | | | (inferior-emacs-lisp-mode): Give `comint-inhibit-carriage-motion' a local value of t.
* (ielm-eval-input): Use error-message-string.Richard M. Stallman2002-06-151-18/+2
| | | | (ielm-format-error, ielm-format-errors): Functions deleted.
* (ielm-prompt): Allow customization; make it read-only.Juanma Barranquero2002-02-251-2/+6
|
* (ielm-match-data): New var.Stefan Monnier2002-02-251-1/+7
| | | | | (inferior-emacs-lisp-mode): Make it buffer-local. (ielm-eval-input): Use it to preserve match-data between inputs.
* (inferior-emacs-lisp-mode): Use hexl for the dummy process.Jason Rumney2002-02-241-1/+3
|
* 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