GNU bug report logs - #66456
30.0.50; erc-server-prevent-duplicates uses list instead of repeat

Previous Next

Package: emacs;

Reported by: Mauro Aranda <maurooaranda <at> gmail.com>

Date: Tue, 10 Oct 2023 23:21:02 UTC

Severity: normal

Tags: patch

Found in version 30.0.50

Done: "J.P." <jp <at> neverwas.me>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Mauro Aranda <maurooaranda <at> gmail.com>
Subject: bug#66456: closed (Re: bug#66456: 30.0.50; erc-server-prevent-duplicates
 uses list instead of repeat)
Date: Wed, 11 Oct 2023 02:54:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#66456: 30.0.50; erc-server-prevent-duplicates uses list instead of repeat

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 66456 <at> debbugs.gnu.org.

-- 
66456: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66456
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: "J.P." <jp <at> neverwas.me>
To: Mauro Aranda <maurooaranda <at> gmail.com>
Cc: emacs-erc <at> gnu.org, 66456-done <at> debbugs.gnu.org
Subject: Re: bug#66456: 30.0.50; erc-server-prevent-duplicates uses list
 instead of repeat
Date: Tue, 10 Oct 2023 19:52:30 -0700
Mauro Aranda <maurooaranda <at> gmail.com> writes:

> tags 66456 patch
> quit
>
>
> Patch attached.

I've installed this as cdf369b0129eb196684dad5d290c076392997770. Thanks
and closing.

[Message part 3 (message/rfc822, inline)]
From: Mauro Aranda <maurooaranda <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 30.0.50; erc-server-prevent-duplicates uses list instead of repeat
Date: Tue, 10 Oct 2023 20:19:25 -0300
The docstring of erc-server-prevent-duplicates says it can be either nil
or a list of strings (multiple strings).  So it looks like
:type '(choice (const nil) (list string))
is not right.

It should be:
:type '(repeat string)




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

Previous Next


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