GNU bug report logs -
#44035
26.3; `C-h f package-desc-name'
Previous Next
Reported by: Drew Adams <drew.adams <at> oracle.com>
Date: Fri, 16 Oct 2020 15:29:02 UTC
Severity: normal
Tags: notabug
Found in version 26.3
Fixed in version 27.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 44035 in the body.
You can then email your comments to 44035 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#44035
; Package
emacs
.
(Fri, 16 Oct 2020 15:29:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Drew Adams <drew.adams <at> oracle.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Fri, 16 Oct 2020 15:29:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
emacs -Q
C-h f package-desc-name
package-desc-name is a compiled Lisp function in 'package.el'.
(package-desc-name CL-X)
This function has a compiler macro 'package-desc-name--cmacro'.
Access slot "name" of '(package-desc (:constructor package-desc-create) (:constructor package-desc-from-define (name-string version-string &optional summary requirements &rest rest-plist &aux (name (intern name-string)) (version (version-to-list version-string)) (reqs (mapcar (function (lambda (elt) (list (car elt) (version-to-list (cadr elt))))) (if (eq (quote quote) (car requirements)) (nth 1 requirements) requirements))) (kind (plist-get rest-plist :kind)) (archive (plist-get rest-plist :archive)) (extras (let (alist) (while rest-plist (unless (memq (car rest-plist) (quote (:kind :archive))) (let ((value (cadr rest-plist))) (when value (push (cons (car rest-plist) (if (eq (car-safe value) (quote quote)) (cadr value) value)) alist)))) (setq rest-plist (cddr rest-plist))) alist)))))' struct CL-X.
Slot "name" of _________?
In GNU Emacs 26.3 (build 1, x86_64-w64-mingw32)
of 2019-08-29
Repository revision: 96dd0196c28bc36779584e47fffcca433c9309cd
Windowing system distributor `Microsoft Corp.', version 10.0.18362
Configured using:
`configure --without-dbus --host=x86_64-w64-mingw32
--without-compress-install 'CFLAGS=-O2 -static -g3''
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#44035
; Package
emacs
.
(Fri, 16 Oct 2020 15:42:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 44035 <at> debbugs.gnu.org (full text, mbox):
Drew Adams <drew.adams <at> oracle.com> writes:
> emacs -Q
>
> C-h f package-desc-name
>
> package-desc-name is a compiled Lisp function in 'package.el'.
>
> (package-desc-name CL-X)
>
> This function has a compiler macro 'package-desc-name--cmacro'.
>
> Access slot "name" of '(package-desc (:constructor
> package-desc-create) (:constructor package-desc-from-define
I get:
--
package-desc-name is a compiled Lisp function in ‘package.el’.
(package-desc-name CL-X)
This function has a compiler macro ‘package-desc-name--cmacro’.
This function does not change global state, including the match data.
Access slot "name" of ‘package-desc’ struct CL-X.
--
> Slot "name" of _________?
Yes, the slot is called "name". I don't see anything to fix here; closing.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
Added tag(s) notabug.
Request was from
Lars Ingebrigtsen <larsi <at> gnus.org>
to
control <at> debbugs.gnu.org
.
(Fri, 16 Oct 2020 15:43:02 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
44035 <at> debbugs.gnu.org and Drew Adams <drew.adams <at> oracle.com>
Request was from
Lars Ingebrigtsen <larsi <at> gnus.org>
to
control <at> debbugs.gnu.org
.
(Fri, 16 Oct 2020 15:43:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#44035
; Package
emacs
.
(Fri, 16 Oct 2020 16:22:02 GMT)
Full text and
rfc822 format available.
Message #15 received at 44035 <at> debbugs.gnu.org (full text, mbox):
> > emacs -Q
> >
> > C-h f package-desc-name
> >
> > package-desc-name is a compiled Lisp function in 'package.el'.
> >
> > (package-desc-name CL-X)
> >
> > This function has a compiler macro 'package-desc-name--cmacro'.
> >
> > Access slot "name" of '(package-desc (:constructor
> > package-desc-create) (:constructor package-desc-from-define
>
> I get:
>
> --
> package-desc-name is a compiled Lisp function in ‘package.el’.
>
> (package-desc-name CL-X)
>
> This function has a compiler macro ‘package-desc-name--cmacro’.
> This function does not change global state, including the match data.
>
> Access slot "name" of ‘package-desc’ struct CL-X.
> --
>
> > Slot "name" of _________?
>
> Yes, the slot is called "name". I don't see anything to fix here; closing.
(I guess you don't pay attention to the release
for which a bug is reported. The bug exists as
reported in Emacs 26.3.)
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#44035
; Package
emacs
.
(Thu, 05 Nov 2020 10:40:02 GMT)
Full text and
rfc822 format available.
Message #18 received at 44035 <at> debbugs.gnu.org (full text, mbox):
fixed 44035 27.1
quit
Drew Adams <drew.adams <at> oracle.com> writes:
> (I guess you don't pay attention to the release
> for which a bug is reported. The bug exists as
> reported in Emacs 26.3.)
And is fixed in Emacs 27.
--
Basil
bug Marked as fixed in versions 27.1.
Request was from
"Basil L. Contovounesios" <contovob <at> tcd.ie>
to
control <at> debbugs.gnu.org
.
(Thu, 05 Nov 2020 10:40:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 03 Dec 2020 12:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 4 years and 260 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.