all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Drew Adams <drew.adams@oracle.com>
To: Noam Postavsky <npostavs@users.sourceforge.net>
Cc: 29077@debbugs.gnu.org
Subject: bug#29077: 26.0; NEWS: "Values in call stack frames are now displayed using `cl-prin1'"
Date: Tue, 31 Oct 2017 19:59:39 -0700 (PDT)	[thread overview]
Message-ID: <0a35cb62-27ba-4060-9066-a50764c13abf@default> (raw)
In-Reply-To: <87k1zb9bab.fsf@users.sourceforge.net>

> >   :group 'convenience)
> 
> Did you mean to put this in?  I don't see very many uses of :group
> 'convenience, and most are in defgroup forms.

No, not for this.  I add a :group by habit.  Emacs used to
complain if there isn't one.  It was just a `foo' example.

> > If you use larger list elements then you will see that
> > the list gets truncated.
> >
> > (defun return-a-large-list ()
> >   (let ((lst  ()))
> >     (dotimes (ii 5)
> >       (push ctl-x-map lst))
> >     lst))
> 
> Hmm, nope not seeing it.  Do you get this from 'emacs -Q'?  As far as I
> can tell, there is nothing in cl-print.el that would perform truncation.

Damn! Such a waste of time. Sorry for the noise - it took
me a while to figure it out.

For some reason (I don't even recall) I had a copy of `cl-print.el'
that dated from 2017-09-10 in my load-path. That was being loaded.

Very sorry for the noise.  Please close this bug.





  reply	other threads:[~2017-11-01  2:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-30 22:18 bug#29077: 26.0; NEWS: "Values in call stack frames are now displayed using `cl-prin1'" Drew Adams
2017-10-30 23:27 ` Noam Postavsky
2017-10-31 16:41   ` Drew Adams
2017-10-31 22:56     ` Noam Postavsky
2017-11-01  2:59       ` Drew Adams [this message]
2017-11-01 13:23         ` Noam Postavsky

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0a35cb62-27ba-4060-9066-a50764c13abf@default \
    --to=drew.adams@oracle.com \
    --cc=29077@debbugs.gnu.org \
    --cc=npostavs@users.sourceforge.net \
    /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.
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.