From: Michael Pontus <m.pontus@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Was it once possible to expand capped print output by using ellipsis as button?
Date: Thu, 16 Apr 2015 03:16:30 +0300 [thread overview]
Message-ID: <87r3rl2aht.fsf@gmail.com> (raw)
In case I'm not expressing myself clearly, example below should
illustrate where I'm coming from:
(let ((print-length 2) (print-level 3))
(pp load-history (current-buffer)))
And output from evaluating this form will look something like this:
(("/home/michael/repos/emacs/lisp/emacs-lisp/pp.elc" pp-escape-newlines ...)
("/home/michael/repos/emacs/lisp/help-mode.elc"
(require . button)
...)
...)
These ellipsis cut off the part of the node that would otherwise escape
beyond limits: print-length and print-level; as they were set above.
I have vivid memory of being able to interact with those ellipsis as
buttons, which would then expand and reveal previously invisible forms.
Please let me know that my memory does not deceive me. It's possible to
be the product of external package, but so far my searches didn't turn
up anything of this nature.
If this was in fact a feature, that was pulled out of stock emacs
I would find it very interesting to learn about the reason that forced
such decision.
next reply other threads:[~2015-04-16 0:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-16 0:16 Michael Pontus [this message]
2015-04-16 2:00 ` Was it once possible to expand capped print output by using ellipsis as button? Stefan Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87r3rl2aht.fsf@gmail.com \
--to=m.pontus@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).