GNU bug report logs -
#59676
30.0.50; package-report-bug fails getting maintainer address
Previous Next
Reported by: Eshel Yaron <me <at> eshelyaron.com>
Date: Tue, 29 Nov 2022 09:46:04 UTC
Severity: normal
Found in version 30.0.50
Done: Philip Kaludercic <philipk <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
Message #16 received at 59676-done <at> debbugs.gnu.org (full text, mbox):
Eshel Yaron <eshelshay.yaron <at> gmail.com> writes:
> Hello Philip,
>
> Philip Kaludercic <philipk <at> posteo.net> writes:
>
>> Eshel Yaron <me <at> eshelyaron.com> writes:
>>
>>> 1. emacs -Q
>>> 2. M-x list-packages
>>> 3. Move point to over some package, e.g. Magit
>>> 4. M-x package-report-bug
>>> 5. See error:
>>>
>>> package-maintainers: Wrong type argument: char-or-string-p, ("Jonas
>>> Bernoulli" . "jonas <at> bernoul.li")
>>
>> Does the following fix it?
>>
>> diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
>> index 8d44fae30a..8e7c34da38 100644
>> --- a/lisp/emacs-lisp/package.el
>> +++ b/lisp/emacs-lisp/package.el
>> @@ -4549,7 +4549,7 @@ package-maintainers
>> (user-error "Package `%s' has no explicit maintainer" name))
>> ((and (not (progn
>> (require 'ietf-drums)
>> - (ietf-drums-parse-address maint)))
>> + (ietf-drums-parse-address (cdr maint))))
>> (null no-error))
>> (user-error "Package `%s' has no maintainer address" name))
>> ((not (null maint))
>
> Yes, that seems to work. With this I now get a pre-populated Message
> mode buffer, as expected.
Ok, I have pushed a commit with these changes. Thank for confirming the
fix, I'll be closing this report then.
>>> On another note, seems package-report-bug could also benefit from an
>>> autoload cookie, no?
>>
>> I think that would be a good idea, but I don't know if it is too late
>> now that Emacs 29 has been cut.
>
> I see, maybe it should only be added to the master branch then? Anyway
> it's not very crucial (to me at least).
The thing I am confused about is that package.el ought to be autoloaded
itself, or am I mistaken in that assumption?
> Thanks,
> Eshel
This bug report was last modified 2 years and 266 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.