GNU bug report logs - #60479
=package-vc-selected-packages=

Previous Next

Package: emacs;

Reported by: Colin McLear <mclear <at> unl.edu>

Date: Sun, 1 Jan 2023 20:38:02 UTC

Severity: normal

Done: Philip Kaludercic <philipk <at> posteo.net>

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 60479 in the body.
You can then email your comments to 60479 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#60479; Package emacs. (Sun, 01 Jan 2023 20:38:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Colin McLear <mclear <at> unl.edu>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 01 Jan 2023 20:38:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Colin McLear <mclear <at> unl.edu>
To: "bug-gnu-emacs <at> gnu.org" <bug-gnu-emacs <at> gnu.org>
Subject: =package-vc-selected-packages=
Date: Sun, 1 Jan 2023 15:46:20 +0000
[Message part 1 (text/plain, inline)]
Hi – I’m not sure if this is a bug or user ineptitude, but when trying to use the package-vc functionality like so:

(setq package-vc-selected-packages
      '((capf-bibtex
         :url "https://github.com/mclear-tools/capf-bibtex.git"
         :branch "main")))

(package-vc-install-selected-packages)


I get the error package-vc--unpack: Wrong type argument: package-desc, nil. I’ve tried this with various other packages from github as well and get the same error. The above seems to be just like the example described in the info manual so I’m unsure what I could be doing wrong. I should also say that the package installs just fine using package-vc-install.

thanks,

Colin

–
Colin McLear
Associate Professor
Department of Philosophy
University of Nebraska–Lincoln
https://www.colinmclear.net
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#60479; Package emacs. (Mon, 13 Feb 2023 20:02:01 GMT) Full text and rfc822 format available.

Message #8 received at 60479 <at> debbugs.gnu.org (full text, mbox):

From: Philip Kaludercic <philipk <at> posteo.net>
To: Colin McLear <mclear <at> unl.edu>
Cc: 60479 <at> debbugs.gnu.org
Subject: Re: bug#60479: =package-vc-selected-packages=
Date: Mon, 13 Feb 2023 20:01:10 +0000
Colin McLear <mclear <at> unl.edu> writes:

> Hi – I’m not sure if this is a bug or user ineptitude, but when trying
> to use the package-vc functionality like so:
>
> (setq package-vc-selected-packages
>       '((capf-bibtex
>          :url "https://github.com/mclear-tools/capf-bibtex.git"
>          :branch "main")))
>
> (package-vc-install-selected-packages)
>
>
> I get the error package-vc--unpack: Wrong type argument: package-desc,
> nil. I’ve tried this with various other packages from github as well
> and get the same error. The above seems to be just like the example
> described in the info manual so I’m unsure what I could be doing
> wrong. I should also say that the package installs just fine using
> package-vc-install.

I have recently fixed a few bugs and this appears to work on my machine.
Can you check as well?

> thanks,
>
> Colin
>
> –
> Colin McLear
> Associate Professor
> Department of Philosophy
> University of Nebraska–Lincoln
> https://www.colinmclear.net

-- 
Philip Kaludercic




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#60479; Package emacs. (Tue, 14 Feb 2023 14:46:02 GMT) Full text and rfc822 format available.

Message #11 received at 60479 <at> debbugs.gnu.org (full text, mbox):

From: Colin McLear <mclear <at> unl.edu>
To: Philip Kaludercic <philipk <at> posteo.net>
Cc: "60479 <at> debbugs.gnu.org" <60479 <at> debbugs.gnu.org>
Subject: Re: bug#60479: =package-vc-selected-packages=
Date: Tue, 14 Feb 2023 14:45:48 +0000
I pulled from emacs master today and now I can get the original code working. /But/, I tried with a different package, like so:


,----
 (setq package-vc-selected-packages              
 '((zotxt                                        
 :url "<https://github.com/egh/zotxt-emacs.git>" 
 :branch "master")))                             

 (package-vc-install-selected-packages)          
`----

and I get the following stacktrace:

,----
 Debugger entered--Lisp error: (cl-assertion-failed ((package-vc-p pkg) nil))                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
 cl--assertion-failed((package-vc-p pkg))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
 package-vc--version(#s(package-desc :name zotxt :version (20210908 402) :summary "Tools to integrate emacs with Zotero via the zotxt..." :reqs ((request (0 3 2)) (deferred (0 5 1))) :kind tar :archive "melpa" :dir "/Users/roambot/.emacs.d/var/elpa/zotxt-20210908.40..." :extras ((:commit . "d344e7ac281a083f4e39e95b5664633a015e2b3b") (:authors ("Erik Hetzner" . "egh <at> e6h.org")) (:maintainer "Erik Hetzner" . "egh <at> e6h.org") (:keywords "bib")) :signed nil))                                                                           
 package-vc--generate-description-file(#s(package-desc :name zotxt :version (20210908 402) :summary "Tools to integrate emacs with Zotero via the zotxt..." :reqs ((request (0 3 2)) (deferred (0 5 1))) :kind tar :archive "melpa" :dir "/Users/roambot/.emacs.d/var/elpa/zotxt-20210908.40..." :extras ((:commit . "d344e7ac281a083f4e39e95b5664633a015e2b3b") (:authors ("Erik Hetzner" . "egh <at> e6h.org")) (:maintainer "Erik Hetzner" . "egh <at> e6h.org") (:keywords "bib")) :signed nil) "/Users/roambot/.emacs.d/var/elpa/zotxt-20210908.40...") 
 package-vc--unpack-1(#s(package-desc :name zotxt :version (20210908 402) :summary "Tools to integrate emacs with Zotero via the zotxt..." :reqs ((request (0 3 2)) (deferred (0 5 1))) :kind tar :archive "melpa" :dir "/Users/roambot/.emacs.d/var/elpa/zotxt-20210908.40..." :extras ((:commit . "d344e7ac281a083f4e39e95b5664633a015e2b3b") (:authors ("Erik Hetzner" . "egh <at> e6h.org")) (:maintainer "Erik Hetzner" . "egh <at> e6h.org") (:keywords "bib")) :signed nil) "/Users/roambot/.emacs.d/var/elpa/zotxt-20210908.40...")                  
 package-vc--unpack(#s(package-desc :name zotxt :version (20210908 402) :summary "Tools to integrate emacs with Zotero via the zotxt..." :reqs ((request (0 3 2)) (deferred (0 5 1))) :kind tar :archive "melpa" :dir "/Users/roambot/.emacs.d/var/elpa/zotxt-20210908.40..." :extras ((:commit . "d344e7ac281a083f4e39e95b5664633a015e2b3b") (:authors ("Erik Hetzner" . "egh <at> e6h.org")) (:maintainer "Erik Hetzner" . "egh <at> e6h.org") (:keywords "bib")) :signed nil) (:url "<https://github.com/egh/zotxt-emacs.git>" :branch "master"))         
 package-vc-install-selected-packages()                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
 (progn (package-vc-install-selected-packages))                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
 elisp--eval-last-sexp(nil)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
 eval-last-sexp(nil)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
 funcall-interactively(eval-last-sexp nil)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
 command-execute(eval-last-sexp)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
`----

This package /does/ install normally if I just do:

,----
 (unless (package-installed-p 'zotxt-emacs)                       
 (package-vc-install "<https://github.com/egh/zotxt-emacs.git>")) 
`----

Please let me know if there is other information I can provide.

regards,

Colin

On 2023-02-13 at 20:01 UTC, Philip Kaludercic <philipk <at> posteo.net> wrote...
> Non-NU Email
>
> Colin McLear <mclear <at> unl.edu> writes:
>
>> Hi – I’m not sure if this is a bug or user ineptitude, but when trying
>> to use the package-vc functionality like so:
>>
>> (setq package-vc-selected-packages
>>       '((capf-bibtex
>>          :url "<https://urldefense.com/v3/__https://github.com/mclear-tools/capf-bibtex.git__;!!PvXuogZ4sRB2p-tU!DmhU_CroTe5ssC5YQFGK32EQz4JmYhCM-MrZmdoQD1oJxWwAiZ1DUmmalUE6KN4ZTHmQAuUZgUVd8g>$ "
>>          :branch "main")))
>>
>> (package-vc-install-selected-packages)
>>
>>
>> I get the error package-vc--unpack: Wrong type argument: package-desc,
>> nil. I’ve tried this with various other packages from github as well
>> and get the same error. The above seems to be just like the example
>> described in the info manual so I’m unsure what I could be doing
>> wrong. I should also say that the package installs just fine using
>> package-vc-install.
>
> I have recently fixed a few bugs and this appears to work on my machine.
> Can you check as well?
>
>> thanks,
>>
>> Colin
>>
>> –
>> Colin McLear
>> Associate Professor
>> Department of Philosophy
>> University of Nebraska–Lincoln
>> <https://urldefense.com/v3/__https://www.colinmclear.net__;!!PvXuogZ4sRB2p-tU!DmhU_CroTe5ssC5YQFGK32EQz4JmYhCM-MrZmdoQD1oJxWwAiZ1DUmmalUE6KN4ZTHmQAuXfGhHsow>$ 


-- 
Colin McLear
Associate Professor
Department of Philosophy
University of Nebraska–Lincoln
<https://www.colinmclear.net>

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#60479; Package emacs. (Tue, 14 Feb 2023 15:20:01 GMT) Full text and rfc822 format available.

Message #14 received at 60479 <at> debbugs.gnu.org (full text, mbox):

From: Colin McLear <mclear <at> unl.edu>
To: Philip Kaludercic <philipk <at> posteo.net>
Cc: "60479 <at> debbugs.gnu.org" <60479 <at> debbugs.gnu.org>
Subject: Re: bug#60479: =package-vc-selected-packages=
Date: Tue, 14 Feb 2023 15:19:06 +0000
Please disregard the last email. There was an error in my code. Looks like the new changes work fine. Thank you!

regards,

Colin

On 2023-02-14 at 09:44 -05, Colin McLear <mclear <at> unl.edu> wrote...
> I pulled from emacs master today and now I can get the original code working. /But/, I tried with a different package, like so:
>
>
> ,----
>  (setq package-vc-selected-packages              
>  '((zotxt                                        
>  :url "<https://github.com/egh/zotxt-emacs.git>" 
>  :branch "master")))                             
>
>  (package-vc-install-selected-packages)          
> `----
>
> and I get the following stacktrace:
>
> ,----
>  Debugger entered--Lisp error: (cl-assertion-failed ((package-vc-p pkg) nil))
>  cl--assertion-failed((package-vc-p pkg))
>  package-vc--version(#s(package-desc :name zotxt :version (20210908 402)
> :summary "Tools to integrate emacs with Zotero via the zotxt..." :reqs ((request
> (0 3 2)) (deferred (0 5 1))) :kind tar :archive "melpa" :dir
> "/Users/roambot/.emacs.d/var/elpa/zotxt-20210908.40..." :extras ((:commit .
> "d344e7ac281a083f4e39e95b5664633a015e2b3b") (:authors ("Erik Hetzner" .
> "egh <at> e6h.org")) (:maintainer "Erik Hetzner" . "egh <at> e6h.org") (:keywords "bib"))
> :signed nil))
>  package-vc--generate-description-file(#s(package-desc :name zotxt :version
> (20210908 402) :summary "Tools to integrate emacs with Zotero via the zotxt..."
> :reqs ((request (0 3 2)) (deferred (0 5 1))) :kind tar :archive "melpa" :dir
> "/Users/roambot/.emacs.d/var/elpa/zotxt-20210908.40..." :extras ((:commit .
> "d344e7ac281a083f4e39e95b5664633a015e2b3b") (:authors ("Erik Hetzner" .
> "egh <at> e6h.org")) (:maintainer "Erik Hetzner" . "egh <at> e6h.org") (:keywords "bib"))
> :signed nil) "/Users/roambot/.emacs.d/var/elpa/zotxt-20210908.40...")
>  package-vc--unpack-1(#s(package-desc :name zotxt :version (20210908 402)
> :summary "Tools to integrate emacs with Zotero via the zotxt..." :reqs ((request
> (0 3 2)) (deferred (0 5 1))) :kind tar :archive "melpa" :dir
> "/Users/roambot/.emacs.d/var/elpa/zotxt-20210908.40..." :extras ((:commit .
> "d344e7ac281a083f4e39e95b5664633a015e2b3b") (:authors ("Erik Hetzner" .
> "egh <at> e6h.org")) (:maintainer "Erik Hetzner" . "egh <at> e6h.org") (:keywords "bib"))
> :signed nil) "/Users/roambot/.emacs.d/var/elpa/zotxt-20210908.40...")
>  package-vc--unpack(#s(package-desc :name zotxt :version (20210908 402) :summary
> "Tools to integrate emacs with Zotero via the zotxt..." :reqs ((request (0 3 2))
> (deferred (0 5 1))) :kind tar :archive "melpa" :dir
> "/Users/roambot/.emacs.d/var/elpa/zotxt-20210908.40..." :extras ((:commit .
> "d344e7ac281a083f4e39e95b5664633a015e2b3b") (:authors ("Erik Hetzner" .
> "egh <at> e6h.org")) (:maintainer "Erik Hetzner" . "egh <at> e6h.org") (:keywords "bib"))
> :signed nil) (:url "<https://github.com/egh/zotxt-emacs.git>" :branch "master"))
>  package-vc-install-selected-packages()
>  (progn (package-vc-install-selected-packages))
>  elisp--eval-last-sexp(nil)
>  eval-last-sexp(nil)
>  funcall-interactively(eval-last-sexp nil)
>  command-execute(eval-last-sexp)
> `----
>
> This package /does/ install normally if I just do:
>
> ,----
>  (unless (package-installed-p 'zotxt-emacs)                       
>  (package-vc-install "<https://github.com/egh/zotxt-emacs.git>")) 
> `----
>
> Please let me know if there is other information I can provide.
>
> regards,
>
> Colin
>
> On 2023-02-13 at 20:01 UTC, Philip Kaludercic <philipk <at> posteo.net> wrote...
>> Non-NU Email
>>
>> Colin McLear <mclear <at> unl.edu> writes:
>>
>>> Hi – I’m not sure if this is a bug or user ineptitude, but when trying
>>> to use the package-vc functionality like so:
>>>
>>> (setq package-vc-selected-packages
>>>       '((capf-bibtex
>>>          :url "<https://urldefense.com/v3/__https://github.com/mclear-tools/capf-bibtex.git__;!!PvXuogZ4sRB2p-tU!DmhU_CroTe5ssC5YQFGK32EQz4JmYhCM-MrZmdoQD1oJxWwAiZ1DUmmalUE6KN4ZTHmQAuUZgUVd8g>$ "
>>>          :branch "main")))
>>>
>>> (package-vc-install-selected-packages)
>>>
>>>
>>> I get the error package-vc--unpack: Wrong type argument: package-desc,
>>> nil. I’ve tried this with various other packages from github as well
>>> and get the same error. The above seems to be just like the example
>>> described in the info manual so I’m unsure what I could be doing
>>> wrong. I should also say that the package installs just fine using
>>> package-vc-install.
>>
>> I have recently fixed a few bugs and this appears to work on my machine.
>> Can you check as well?
>>
>>> thanks,
>>>
>>> Colin
>>>
>>> –
>>> Colin McLear
>>> Associate Professor
>>> Department of Philosophy
>>> University of Nebraska–Lincoln
>>> <https://urldefense.com/v3/__https://www.colinmclear.net__;!!PvXuogZ4sRB2p-tU!DmhU_CroTe5ssC5YQFGK32EQz4JmYhCM-MrZmdoQD1oJxWwAiZ1DUmmalUE6KN4ZTHmQAuXfGhHsow>$ 


-- 
Colin McLear
Associate Professor
Department of Philosophy
University of Nebraska–Lincoln
<https://www.colinmclear.net>

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#60479; Package emacs. (Wed, 15 Feb 2023 13:40:02 GMT) Full text and rfc822 format available.

Message #17 received at 60479 <at> debbugs.gnu.org (full text, mbox):

From: Philip Kaludercic <philipk <at> posteo.net>
To: Colin McLear <mclear <at> unl.edu>
Cc: "60479 <at> debbugs.gnu.org" <60479 <at> debbugs.gnu.org>
Subject: Re: bug#60479: =package-vc-selected-packages=
Date: Wed, 15 Feb 2023 13:39:24 +0000
Colin McLear <mclear <at> unl.edu> writes:

> I pulled from emacs master today and now I can get the original code
> working. /But/, I tried with a different package, like so:
>
>
> ,----
>  (setq package-vc-selected-packages              
>  '((zotxt                                        
>  :url "<https://github.com/egh/zotxt-emacs.git>" 
>  :branch "master")))                             

Are you actually executing this code with the string

  "<https://github.com/egh/zotxt-emacs.git>"

(i.e. including the less-than and greater-than signs)?

>  (package-vc-install-selected-packages)          

(Btw, `package-vc-selected-packages' is a user option so you can trigger
the same effect by using `setopt' instead of `setq'.)

> `----
>
> and I get the following stacktrace:
>
> ,----
>  Debugger entered--Lisp error: (cl-assertion-failed ((package-vc-p
> pkg) nil))
>  cl--assertion-failed((package-vc-p pkg))
>  package-vc--version(#s(package-desc :name zotxt :version (20210908
> 402) :summary "Tools to integrate emacs with Zotero via the zotxt..."
> :reqs ((request (0 3 2)) (deferred (0 5 1))) :kind tar :archive
> "melpa" :dir "/Users/roambot/.emacs.d/var/elpa/zotxt-20210908.40..."
> :extras ((:commit . "d344e7ac281a083f4e39e95b5664633a015e2b3b")
> (:authors ("Erik Hetzner" . "egh <at> e6h.org")) (:maintainer "Erik
> Hetzner" . "egh <at> e6h.org") (:keywords "bib")) :signed nil))
>  package-vc--generate-description-file(#s(package-desc :name zotxt
> :version (20210908 402) :summary "Tools to integrate emacs with Zotero
> via the zotxt..." :reqs ((request (0 3 2)) (deferred (0 5 1))) :kind
> tar :archive "melpa" :dir
> "/Users/roambot/.emacs.d/var/elpa/zotxt-20210908.40..." :extras
> ((:commit . "d344e7ac281a083f4e39e95b5664633a015e2b3b") (:authors
> ("Erik Hetzner" . "egh <at> e6h.org")) (:maintainer "Erik Hetzner"
> . "egh <at> e6h.org") (:keywords "bib")) :signed nil)
> "/Users/roambot/.emacs.d/var/elpa/zotxt-20210908.40...")
>  package-vc--unpack-1(#s(package-desc :name zotxt :version (20210908
> 402) :summary "Tools to integrate emacs with Zotero via the zotxt..."
> :reqs ((request (0 3 2)) (deferred (0 5 1))) :kind tar :archive
> "melpa" :dir "/Users/roambot/.emacs.d/var/elpa/zotxt-20210908.40..."
> :extras ((:commit . "d344e7ac281a083f4e39e95b5664633a015e2b3b")
> (:authors ("Erik Hetzner" . "egh <at> e6h.org")) (:maintainer "Erik
> Hetzner" . "egh <at> e6h.org") (:keywords "bib")) :signed nil)
> "/Users/roambot/.emacs.d/var/elpa/zotxt-20210908.40...")
>  package-vc--unpack(#s(package-desc :name zotxt :version (20210908
> 402) :summary "Tools to integrate emacs with Zotero via the zotxt..."
> :reqs ((request (0 3 2)) (deferred (0 5 1))) :kind tar :archive
> "melpa" :dir "/Users/roambot/.emacs.d/var/elpa/zotxt-20210908.40..."
> :extras ((:commit . "d344e7ac281a083f4e39e95b5664633a015e2b3b")
> (:authors ("Erik Hetzner" . "egh <at> e6h.org")) (:maintainer "Erik
> Hetzner" . "egh <at> e6h.org") (:keywords "bib")) :signed nil) (:url
> "<https://github.com/egh/zotxt-emacs.git>" :branch "master"))
>  package-vc-install-selected-packages()
>  (progn (package-vc-install-selected-packages))
>  elisp--eval-last-sexp(nil)
>  eval-last-sexp(nil)
>  funcall-interactively(eval-last-sexp nil)
>  command-execute(eval-last-sexp)
> `----

Interestingly, I don't get the stack track but a different one.  This
might be because I have pushed a few changes since you tries this out.

> This package /does/ install normally if I just do:
>
> ,----
>  (unless (package-installed-p 'zotxt-emacs)                       
>  (package-vc-install "<https://github.com/egh/zotxt-emacs.git>")) 
> `----

Again, with or without the <...>s?

> Please let me know if there is other information I can provide.
>
> regards,
>
> Colin
>
> On 2023-02-13 at 20:01 UTC, Philip Kaludercic <philipk <at> posteo.net> wrote...
>> Non-NU Email
>>
>> Colin McLear <mclear <at> unl.edu> writes:
>>
>>> Hi – I’m not sure if this is a bug or user ineptitude, but when trying
>>> to use the package-vc functionality like so:
>>>
>>> (setq package-vc-selected-packages
>>>       '((capf-bibtex
>>>          :url "<https://urldefense.com/v3/__https://github.com/mclear-tools/capf-bibtex.git__;!!PvXuogZ4sRB2p-tU!DmhU_CroTe5ssC5YQFGK32EQz4JmYhCM-MrZmdoQD1oJxWwAiZ1DUmmalUE6KN4ZTHmQAuUZgUVd8g>$ "
>>>          :branch "main")))
>>>
>>> (package-vc-install-selected-packages)
>>>
>>>
>>> I get the error package-vc--unpack: Wrong type argument: package-desc,
>>> nil. I’ve tried this with various other packages from github as well
>>> and get the same error. The above seems to be just like the example
>>> described in the info manual so I’m unsure what I could be doing
>>> wrong. I should also say that the package installs just fine using
>>> package-vc-install.
>>
>> I have recently fixed a few bugs and this appears to work on my machine.
>> Can you check as well?
>>
>>> thanks,
>>>
>>> Colin
>>>
>>> –
>>> Colin McLear
>>> Associate Professor
>>> Department of Philosophy
>>> University of Nebraska–Lincoln
>>> <https://urldefense.com/v3/__https://www.colinmclear.net__;!!PvXuogZ4sRB2p-tU!DmhU_CroTe5ssC5YQFGK32EQz4JmYhCM-MrZmdoQD1oJxWwAiZ1DUmmalUE6KN4ZTHmQAuXfGhHsow>$

-- 
Philip Kaludercic




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#60479; Package emacs. (Wed, 15 Feb 2023 15:13:01 GMT) Full text and rfc822 format available.

Message #20 received at 60479 <at> debbugs.gnu.org (full text, mbox):

From: Philip Kaludercic <philipk <at> posteo.net>
To: Colin McLear <mclear <at> unl.edu>
Cc: 60479 <at> debbugs.gnu.org
Subject: Re: bug#60479: =package-vc-selected-packages=
Date: Wed, 15 Feb 2023 15:11:56 +0000
Colin McLear <mclear <at> unl.edu> writes:

> Sorry those were all artifacts from sending with mu4e for some
> reason. Thanks for your help!

So should we close the issue?

-- 
Philip Kaludercic




Reply sent to Philip Kaludercic <philipk <at> posteo.net>:
You have taken responsibility. (Wed, 15 Feb 2023 17:03:01 GMT) Full text and rfc822 format available.

Notification sent to Colin McLear <mclear <at> unl.edu>:
bug acknowledged by developer. (Wed, 15 Feb 2023 17:03:02 GMT) Full text and rfc822 format available.

Message #25 received at 60479-done <at> debbugs.gnu.org (full text, mbox):

From: Philip Kaludercic <philipk <at> posteo.net>
To: Colin McLear <mclear <at> unl.edu>
Cc: 60479-done <at> debbugs.gnu.org
Subject: Re: bug#60479: =package-vc-selected-packages=
Date: Wed, 15 Feb 2023 17:02:11 +0000
Colin McLear <mclear <at> unl.edu> writes:

> Yes I think so thanks.

OK, in that case I'll close this report.

-- 
Philip Kaludercic




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 16 Mar 2023 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 14 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.