all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* C-j in Lisp interaction mode.
@ 2003-08-07 17:08 Luc Teirlinck
  2003-08-08  6:11 ` Richard Stallman
  2003-08-08 21:41 ` Richard Stallman
  0 siblings, 2 replies; 4+ messages in thread
From: Luc Teirlinck @ 2003-08-07 17:08 UTC (permalink / raw)


C-j in Lisp interaction mode overrides `print-length' and
`print-level' using `eval-expression-print-length' and
`eval-expression-print-level'.  The purpose of the latter two
variables would seem to avoid printing huge expressions in the echo
area.  But I do not see any reason to use them in
`eval-print-last-sexp', bound to C-j in Lisp interaction mode.  I
would propose to change `eval-print-last-sexp' to just use
`print-length' and `print-level'.  Also,
`eval-expression-print-length' and `eval-expression-print-level' do
not seem to be documented in the Elisp manual, which makes their use
very confusing to beginning Elisp users.

Sincerely,

Luc.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-08-09  2:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-07 17:08 C-j in Lisp interaction mode Luc Teirlinck
2003-08-08  6:11 ` Richard Stallman
2003-08-08 21:41 ` Richard Stallman
2003-08-09  2:41   ` Luc Teirlinck

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.