aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ielm.el
Commit message (Collapse)AuthorAgeFilesLines
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: [email protected]/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | * calc/calc.el (calc-emacs-type-lucid): Remove.Dan Nicolaescu2007-10-291-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | | (calc-digit-map, calcDigit-start, calc-read-key) (calc-clear-unread-commands): * calc/calc-ext.el (calc-user-key-map): Replace uses of calc-emacs-type-lucid with (featurep 'xemacs) * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with (featurep 'xemacs). (tpu-lucid-emacs19-p): Remove. (tpu-map-key): Make it a function instead of using fset. Inline tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs. (tpu-emacs-map-key, tpu-lucid-map-key): Remove. * ielm.el: Use featurep 'xemacs. * progmodes/cperl-mode.el (cperl-xemacs-p): Remove. (condition-case, cperl-can-font-lock, cperl-singly-quote-face) (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces) (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace cperl-xemacs-p with (featurep 'xemacs). (font-lock-cache-position): Pacify byte compiler.
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-051-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (ielm-dynamic-return, inferior-emacs-lisp-mode): Fix spellings in docstrings.Juanma Barranquero2005-06-101-2/+2
|
* (inferior-emacs-lisp-mode): Use delay-mode-hooks..Luc Teirlinck2005-05-291-1/+2
|
* (inferior-emacs-lisp-mode): Use run-mode-hooks.Lute Kamstra2005-05-261-1/+1
|
* (inferior-emacs-lisp-mode): Set paragraph-separate buffer locally toLuc Teirlinck2005-04-261-1/+2
| | | | | "\\'". Replace obsolete `comint-use-prompt-regexp-instead-of-fields' with `comint-use-prompt-regexp'.
* (ielm-prompt-read-only): Doc fix.Luc Teirlinck2005-04-071-1/+1
|
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-1/+1
| | | | Change development version from 21.3.50 to 22.0.50.
* (ielm-tab, ielm-complete-symbol): Doc fix.John Paul Wallington2004-08-251-3/+3
| | | | (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
* (ielm-prompt-read-only): Update docstring.Luc Teirlinck2004-05-011-1/+22
|
* (ielm-prompt-read-only, ielm-prompt): Update docstring.Luc Teirlinck2004-04-291-37/+18
| | | | | | | | | | | (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'.
* (ielm-prompt-read-only, ielm-prompt): Minor doc fix.Luc Teirlinck2004-04-261-2/+2
|
* (ielm-prompt-read-only, ielm-prompt): Expand docstring.Luc Teirlinck2004-04-261-12/+30
| | | | (ielm): Only go to the end of the buffer when starting a new process.
* (inferior-emacs-lisp-mode): Display working buffer on the mode line. BindJuanma Barranquero2004-04-251-6/+9
| | | | | | `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.
* (ielm-prompt-read-only): New user option.Luc Teirlinck2004-04-241-4/+28
| | | | | | (ielm-prompt): Expand docstring to describe new behavior. (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and mention it in the docstring.
* (inferior-emacs-lisp-mode): Fix docstring.Juanma Barranquero2004-04-231-5/+5
|
* (ielm-mode-hook): Add :options.Dave Love2003-09-061-21/+1
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* 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
|