unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#44035: 26.3; `C-h f package-desc-name'
@ 2020-10-16 15:28 Drew Adams
  2020-10-16 15:41 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Drew Adams @ 2020-10-16 15:28 UTC (permalink / raw)
  To: 44035

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''





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

* bug#44035: 26.3; `C-h f package-desc-name'
  2020-10-16 15:28 bug#44035: 26.3; `C-h f package-desc-name' Drew Adams
@ 2020-10-16 15:41 ` Lars Ingebrigtsen
  2020-10-16 16:21   ` Drew Adams
  0 siblings, 1 reply; 4+ messages in thread
From: Lars Ingebrigtsen @ 2020-10-16 15:41 UTC (permalink / raw)
  To: Drew Adams; +Cc: 44035

Drew Adams <drew.adams@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





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

* bug#44035: 26.3; `C-h f package-desc-name'
  2020-10-16 15:41 ` Lars Ingebrigtsen
@ 2020-10-16 16:21   ` Drew Adams
  2020-11-05 10:39     ` Basil L. Contovounesios
  0 siblings, 1 reply; 4+ messages in thread
From: Drew Adams @ 2020-10-16 16:21 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 44035

> > 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.)





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

* bug#44035: 26.3; `C-h f package-desc-name'
  2020-10-16 16:21   ` Drew Adams
@ 2020-11-05 10:39     ` Basil L. Contovounesios
  0 siblings, 0 replies; 4+ messages in thread
From: Basil L. Contovounesios @ 2020-11-05 10:39 UTC (permalink / raw)
  To: Drew Adams; +Cc: Lars Ingebrigtsen, 44035

fixed 44035 27.1
quit

Drew Adams <drew.adams@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





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

end of thread, other threads:[~2020-11-05 10:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-16 15:28 bug#44035: 26.3; `C-h f package-desc-name' Drew Adams
2020-10-16 15:41 ` Lars Ingebrigtsen
2020-10-16 16:21   ` Drew Adams
2020-11-05 10:39     ` Basil L. Contovounesios

Code repositories for project(s) associated with this public inbox

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

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).