GNU bug report logs -
#29077
26.0; NEWS: "Values in call stack frames are now displayed using `cl-prin1'"
Previous Next
Reported by: Drew Adams <drew.adams <at> oracle.com>
Date: Mon, 30 Oct 2017 22:20:02 UTC
Severity: minor
Tags: fixed
Found in version 26.0
Done: Drew Adams <drew.adams <at> oracle.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> > :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.
This bug report was last modified 7 years and 258 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.