1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
Commit Graph

44 Commits

Author SHA1 Message Date
John Paul Wallington
e5927b52aa (ielm-tab, ielm-complete-symbol): Doc fix.
(inferior-emacs-lisp-mode): Use	`set-process-query-on-exit-flag'.
2004-08-25 18:40:22 +00:00
Luc Teirlinck
7655d37803 (ielm-prompt-read-only): Update docstring. 2004-05-01 20:18:27 +00:00
Luc Teirlinck
016b8f71ef (ielm-prompt-read-only, ielm-prompt): Update docstring.
(ielm-prompt-internal): New variable.
(ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
(ielm-send-input): Delete unused variable `buf'.
(ielm-eval-input): Use `ielm-prompt-internal'.
(inferior-emacs-lisp-mode): Use new variables
`comint-prompt-read-only' and `ielm-prompt-internal'.
Get rid of obsolete variable `directory-sep-char'.
(ielm): Use `zerop'.
2004-04-29 03:47:39 +00:00
Luc Teirlinck
9eca7c03d8 (ielm-prompt-read-only, ielm-prompt): Minor doc fix. 2004-04-26 03:13:43 +00:00
Luc Teirlinck
ee9cd72d5a (ielm-prompt-read-only, ielm-prompt): Expand docstring.
(ielm): Only go to the end of the buffer when starting a new process.
2004-04-26 02:43:42 +00:00
Juanma Barranquero
7636480366 (inferior-emacs-lisp-mode): Display working buffer on the mode line. Bind
`inhibit-read-only' to t before modifying properties of text in the buffer.
(ielm): Force point to the end of buffer, even when running ielm from inside
itself.
2004-04-25 17:18:00 +00:00
Luc Teirlinck
759f960aea (ielm-prompt-read-only): New user option.
(ielm-prompt): Expand docstring to describe new behavior.
(inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
mention it in the docstring.
2004-04-24 22:58:40 +00:00
Juanma Barranquero
0382cf8ffe (inferior-emacs-lisp-mode): Fix docstring. 2004-04-23 21:33:38 +00:00
Dave Love
10fea268ed (ielm-mode-hook): Add :options. 2003-09-06 17:34:11 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Juanma Barranquero
71296446d3 Trailing whitespace deleted. 2003-02-04 11:26:42 +00:00
Andreas Schwab
27cfbf4b55 (inferior-emacs-lisp-mode): Bind comint-dynamic-complete-functions locally. 2003-01-12 20:11:44 +00:00
Stefan Monnier
66f067937b (inferior-emacs-lisp-mode): If hexl not found, use cat. point-min != 1. 2002-10-21 22:49:17 +00:00
Richard M. Stallman
5c584c3511 (inferior-emacs-lisp-mode): Treat the header as output,
if comint-use-prompt-regexp-instead-of-fields is nil.
2002-09-26 21:56:42 +00:00
Richard M. Stallman
1322516bc1 (*1): Fix previous change. 2002-09-23 16:02:14 +00:00
Juanma Barranquero
5967d9633f (ielm-eval-input): Call `error-message-string' instead of the non-existent
`ielm-format-error'.
2002-09-19 07:32:14 +00:00
Richard M. Stallman
5d9655bb64 (*1, *2, *3): New variables.
(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 ***.
2002-09-18 16:01:43 +00:00
Miles Bader
20b130094d [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
(inferior-emacs-lisp-mode): Give `comint-inhibit-carriage-motion' a
local value of t.
2002-08-19 05:03:55 +00:00
Richard M. Stallman
568bbe5ed1 (ielm-eval-input): Use error-message-string.
(ielm-format-error, ielm-format-errors): Functions deleted.
2002-06-15 14:19:02 +00:00
Juanma Barranquero
40cf8f25e6 (ielm-prompt): Allow customization; make it read-only. 2002-02-25 16:07:01 +00:00
Stefan Monnier
565f89ec06 (ielm-match-data): New var.
(inferior-emacs-lisp-mode): Make it buffer-local.
(ielm-eval-input): Use it to preserve match-data between inputs.
2002-02-25 07:26:15 +00:00
Jason Rumney
33a6517616 (inferior-emacs-lisp-mode): Use hexl for the dummy process. 2002-02-24 13:14:07 +00:00
Sam Steingold
690ec64977 use lisp-mode-shared-map instead of shared-lisp-mode-map 2000-10-10 17:27:38 +00:00
Miles Bader
3250010dd7 (ielm-indent-line): Detect a "prompt" line by seeing if comint-bol
doesn't actually go to the beginning of the line.
2000-08-07 14:56:02 +00:00
Richard M. Stallman
d38e7d5f4a (*, **, ***): Add defvars. 1998-04-29 05:20:31 +00:00
Richard M. Stallman
71d54f8869 (ielm-eval-input): More of previous change. 1998-04-28 02:10:42 +00:00
Richard M. Stallman
fed9da131c (ielm-eval-input): Use variables *, **, *** not :, ::, :::.
(inferior-emacs-lisp-mode): Corresponding changes.
1998-04-27 01:28:39 +00:00
Simon Marshall
883212ce69 Changed font-lock-reference-face to font-lock-constant-face. 1998-02-20 14:58:27 +00:00
Richard M. Stallman
0a13146e0d (ielm-header): Delete version and RCS header. 1997-06-23 02:07:09 +00:00
Richard M. Stallman
326e87d25c Comment change. 1997-06-22 19:52:10 +00:00
Richard M. Stallman
896546cd9b Add provide call. 1997-06-22 18:57:55 +00:00
Richard M. Stallman
94aba130a0 (ielm-input): New defvar. 1997-05-27 20:37:34 +00:00
Richard M. Stallman
4228277d98 Comment change. 1997-05-27 17:46:19 +00:00
Richard M. Stallman
95b20f3b9b (inferior-emacs-lisp-mode): Add a mode-class property. 1997-05-05 01:02:41 +00:00
Richard M. Stallman
9411439468 Use defgroup and defcustom. 1997-05-03 19:53:57 +00:00
Karl Heuer
34ce46c808 (inferior-emacs-lisp-mode): Set comint-completion-addsuffix. 1997-03-12 00:29:09 +00:00
Karl Heuer
950086e6eb (ielm-map): Don't bind M-q.
(inferior-emacs-lisp-mode): Set fill-paragraph-function instead.
1996-08-20 19:10:47 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Karl Heuer
a7acbbe4d4 Comment fixes. 1996-01-05 22:21:28 +00:00
Richard M. Stallman
9d42eea392 (ielm-font-lock-keywords): New variable
(inferior-emacs-lisp-mode): Use it for font-lock support
1995-06-29 23:13:19 +00:00
Richard M. Stallman
9e983c7816 (ielm): Use pop-to-buffer.
(same-window-buffer-names): Add *ielm*.
1995-03-12 18:34:57 +00:00
Richard M. Stallman
e58df0dc54 (ielm-complete-symbol): Likewise. 1994-06-10 23:00:56 +00:00
Richard M. Stallman
e848854a11 (ielm-dynamic-multiline-inputs): New variable.
(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
1994-05-02 17:13:42 +00:00
Richard M. Stallman
813f532d2f Initial revision 1994-05-02 05:16:59 +00:00