1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-21 23:50:36 -08:00
emacs/lisp/emacs-lisp
Juri Linkov b41594fd4d * lisp/simple.el (eval-expression-print-format): Don't check for
command names and the last command.  Always display additional
formats of the integer result in the echo area, and insert them
to the current buffer only with a zero prefix arg.
Display character when char-displayable-p is non-nil.
(eval-expression): With a zero prefix arg, set `print-length' and
`print-level' to nil, and insert the integer values from
`eval-expression-print-format' at the end.  Doc fix. 

* lisp/emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
`eval-last-sexp-arg-internal'.  Doc fix.
(eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
`eval-last-sexp-print-value'.  Doc fix.
(eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
Set `print-length' and `print-level' to nil when arg is zero.
(eval-last-sexp): Doc fix.
(eval-defun-2): Print the integer values from
`eval-expression-print-format' at the end.

* lisp/emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
values from `eval-expression-print-format' at the end.

* lisp/ielm.el (ielm-eval-input): Print the integer
values from `eval-expression-print-format' at the end.

Fixes: debbugs:12985
2013-12-19 23:02:46 +02:00
..
advice.el * lisp/subr.el (pop): Use `car-safe'. 2013-09-04 23:46:34 -04:00
authors.el * etc/enriched.txt: Rename from enriched.doc. 2013-11-22 18:21:51 -08:00
autoload.el * lisp/Makefile.in (autoloads): Do not use abs_lisp. 2013-10-30 16:27:35 -04:00
avl-tree.el
backquote.el * lisp/emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@ 2013-10-08 00:30:31 -04:00
benchmark.el
bindat.el
byte-opt.el Introduce new bytecodes for efficient catch/condition-case in lexbind. 2013-10-03 00:58:56 -04:00
byte-run.el * lisp/emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec. 2013-11-20 21:46:00 -05:00
bytecomp.el Make the interactive-only' bytecomp warning like the obsolete' one 2013-11-30 00:42:28 -08:00
cconv.el * lisp/emacs-lisp/cconv.el (cconv-convert): Print warning instead of 2013-11-10 23:55:39 -05:00
chart.el * emacs-lisp/chart.el (x-display-color-cells): Declare. 2013-09-17 22:04:41 -07:00
check-declare.el
checkdoc.el * lisp/emacs-lisp/checkdoc.el: Remove redundant :group keywords. 2013-08-08 21:19:42 -04:00
cl-extra.el
cl-indent.el * lisp/emacs-lisp/cl-indent.el (with-compilation-unit): Add rule. 2013-11-04 14:50:56 -05:00
cl-lib.el * lisp/subr.el (define-error): New function. 2013-08-09 17:22:44 -04:00
cl-macs.el * lisp/emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn. 2013-11-07 14:30:43 -05:00
cl-seq.el
cl.el
copyright.el Use with-demoted-errors now that it can format any error messages 2013-09-11 22:32:57 -07:00
crm.el * lisp/minibuffer.el: Make minibuffer-complete call completion-in-region 2013-09-06 18:46:44 -04:00
debug.el * lisp/emacs-lisp/nadvice.el: Add `depth' property to manage ordering. 2013-12-12 14:47:11 -05:00
derived.el
disass.el
easy-mmode.el
easymenu.el * lisp/emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures. 2013-10-07 01:13:51 -04:00
edebug.el * lisp/simple.el (eval-expression-print-format): Don't check for 2013-12-19 23:02:46 +02:00
eieio-base.el
eieio-core.el
eieio-custom.el
eieio-datadebug.el
eieio-opt.el
eieio-speedbar.el
eieio.el * lisp/emacs-lisp/eieio.el (class-parent): Undo previous change. 2013-09-19 16:11:48 -04:00
eldoc.el Fix eldoc-in-minibuffer's modeline update. 2013-12-03 23:42:01 -05:00
elint.el
elp.el * lisp/emacs-lisp/nadvice.el: Add `depth' property to manage ordering. 2013-12-12 14:47:11 -05:00
ert-x.el
ert.el * lisp/emacs-lisp/ert.el (ert-select-tests): Fix string/symbol mixup. 2013-12-19 00:14:37 -08:00
ewoc.el
find-func.el
find-gc.el
float-sup.el
generic.el
gulp.el
gv.el * lisp/emacs-lisp/gv.el (gv-ref): Mention lexbind restriction. 2013-12-16 14:12:21 -05:00
helper.el
helpers.el * lisp/emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'. 2013-12-07 20:46:03 +02:00
lisp-mnt.el Trim whitespace in lm-keywords-list 2013-12-04 16:32:05 -05:00
lisp-mode.el * lisp/simple.el (eval-expression-print-format): Don't check for 2013-12-19 23:02:46 +02:00
lisp.el * lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for 2013-10-17 00:49:42 -04:00
macroexp.el
map-ynp.el
nadvice.el * lisp/emacs-lisp/nadvice.el: Add `depth' property to manage ordering. 2013-12-12 14:47:11 -05:00
package-x.el * lisp/emacs-lisp/package-x.el (package-upload-buffer-internal): Pass 2013-09-29 22:41:00 +03:00
package.el Support filtering by keywords in package listings. 2013-12-14 14:55:19 -05:00
pcase.el
pp.el * lisp/emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression): 2013-08-21 14:26:15 -04:00
re-builder.el
regexp-opt.el * lisp/emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^. 2013-12-05 15:25:54 -05:00
regi.el
ring.el
rx.el
shadow.el Use accented form of some names 2013-10-12 17:31:19 -07:00
smie.el Fix bug#16116 2013-12-17 03:31:55 +02:00
syntax.el * lisp/emacs-lisp/syntax.el (syntax-ppss): Doc fix. 2013-10-04 22:46:31 +08:00
tabulated-list.el
tcover-ses.el
tcover-unsafep.el
testcover.el
timer.el * lisp/emacs-lisp/timer.el (timer--time-setter): New function. 2013-08-12 22:30:52 -04:00
tq.el * lisp/emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...). 2013-10-07 01:10:06 -04:00
trace.el * lisp/emacs-lisp/nadvice.el: Add `depth' property to manage ordering. 2013-12-12 14:47:11 -05:00
unsafep.el
warnings.el