summaryrefslogtreecommitdiff
path: root/lisp/ielm.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* * minibuffer.el (completion-at-point-functions): New var.Stefan Monnier2009-12-071-1/+3
| | | | | | | | | | | | | | | | | | | (completion-at-point): New command. * indent.el (indent-for-tab-command): Handle the new `complete' behavior. * progmodes/python.el (python-mode-map): Use completion-at-point. (python-completion-at-point): Rename from python-partial-symbol and adjust for use in completion-at-point-functions. (python-mode): Setup completion-at-point for Python completion. * emacs-lisp/lisp.el (lisp-completion-at-point): New function extracted from lisp-complete-symbol. (lisp-complete-symbol): Use it. * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode, setup completion-at-point for Elisp completion. (emacs-lisp-mode-map, lisp-interaction-mode-map): Use completion-at-point. * ielm.el (ielm-map): Use completion-at-point. (inferior-emacs-lisp-mode): Setup completion-at-point for Elisp completion. * progmodes/sym-comp.el: Move to... * obsolete/sym-comp.el: Move from progmodes.
* * puresize.h (BASE_PURESIZE): Increase to 1470000.Dan Nicolaescu2009-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | * lread.c (Fload): Purecopy the file name when building Vpreloaded_file_list. * textmodes/ispell.el (ispell-skip-region-alist): * international/mule-conf.el (eight-bit): * international/fontset.el (font-encoding-alist): * startup.el (pure-space-overflow-message): * simple.el (overwrite-mode-textual, overwrite-mode-binary): * paths.el (gnus-nntp-service, rmail-spool-directory) (term-file-prefix): * files.el (save-some-buffers-action-alist): * cmuscheme.el (same-window-buffer-names): * ielm.el (same-window-buffer-names): * shell.el (same-window-buffer-names): * mail/sendmail.el (same-window-buffer-names): * progmodes/inf-lisp.el (same-window-buffer-names): * bindings.el (mode-line-client) (mode-line-column-line-number-mode-map): * language/tibetan.el (tibetan-precomposition-rule-regexp) (tibetan-precomposed-regexp): Purecopy string arguments.
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* (ielm-eval-input): Fix thinko in last change.Stefan Monnier2008-11-161-1/+1
|
* * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)Juanma Barranquero2008-11-161-180/+158
| | | | | | | | | | | | | | | (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings. (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos. (ielm-map): Define within defvar. Add docstring. (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return) (ielm-complete-filename): Use `when', `unless'. (ielm-is-whitespace-or-comment): Use `string-match-p'. (ielm-return, ielm-get-old-input): Use `looking-at-p'. (ielm-change-working-buffer): Check that the buffer is live. (inferior-emacs-lisp-mode): Define with `define-derived-mode'. Simplify. Reflow docstring. (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map): New aliases, to satisfy `define-derived-mode' expectations.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.Bastien Guerry2008-02-161-1/+1
|
* 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)Bastien Guerry2008-02-151-4/+6
| | | | | | * ielm.el (ielm-is-whitespace): Remove. (ielm-is-whitespace-or-comment): New function. (ielm-eval-input): Use it.
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/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 <teirllm@mail.auburn.edu>]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
|