GNU bug report logs - #6178
[PATCH] Adding per-server email-userid support for erc

Previous Next

Package: emacs;

Reported by: George Kadianakis <desnacked <at> gmail.com>

Date: Wed, 12 May 2010 13:34:02 UTC

Severity: wishlist

Tags: moreinfo, patch, wontfix

Done: Lars Magne 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 6178 in the body.
You can then email your comments to 6178 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 owner <at> debbugs.gnu.org, help-debbugs <at> gnu.org:
bug#6178; Package erc. (Wed, 12 May 2010 13:34:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to George Kadianakis <desnacked <at> gmail.com>:
New bug report received and forwarded. Copy sent to help-debbugs <at> gnu.org. (Wed, 12 May 2010 13:34:02 GMT) Full text and rfc822 format available.

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

From: George Kadianakis <desnacked <at> gmail.com>
To: submit <at> debbugs.gnu.org
Subject: [PATCH] Adding per-server email-userid support
Date: Wed, 12 May 2010 16:21:22 +0300
[Message part 1 (text/plain, inline)]
Package: erc
Tags: patch

The attached patch adds support for per-server configuration of the
erc-email-userid variable.
For example: (erc :server "my.irc.net" :port 6667 :nick "test" :full-name "test" :email-userid "test")
will set the email-userid to "test" for the my.irc.net server.

[userid.patch (text/x-patch, attachment)]

Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#6178; Package emacs. (Wed, 12 May 2010 16:05:01 GMT) Full text and rfc822 format available.

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

From: Glenn Morris <rgm <at> gnu.org>
To: George Kadianakis <desnacked <at> gmail.com>
Cc: 6178 <at> debbugs.gnu.org
Subject: Re: bug#6178: [PATCH] Adding per-server email-userid support for erc
Date: Wed, 12 May 2010 12:04:28 -0400
George Kadianakis wrote:

> Package: erc

"erc" is not a valid package, so this ended up on the help-debbugs list.
I am resending it so it appears on the bug-gnu-emacs list.

I suggest people forget about packages on the whole. You can just put
"erc" in the title for much the same effect. Though if you want to use
the submit@ address as opposed to bug-gnu-emacs, you should specify a
package "emacs".

Please also not that "emacsbugs.donarmstrong.com" was retired some
time ago (though it still works), it is "debbugs.gnu.org" now.

> Tags: patch
>
> The attached patch adds support for per-server configuration of the
> erc-email-userid variable.
> For example: (erc :server "my.irc.net" :port 6667 :nick "test"
> :full-name "test" :email-userid "test") will set the email-userid to
> "test" for the my.irc.net server.

Patch can be seen at

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6178




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#6178; Package emacs. (Mon, 28 Dec 2015 20:29:01 GMT) Full text and rfc822 format available.

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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: George Kadianakis <desnacked <at> gmail.com>
Cc: 6178 <at> debbugs.gnu.org
Subject: Re: bug#6178: [PATCH] Adding per-server email-userid support
Date: Mon, 28 Dec 2015 21:28:26 +0100
George Kadianakis <desnacked <at> gmail.com> writes:

> Package: erc
> Tags: patch
>
> The attached patch adds support for per-server configuration of the
> erc-email-userid variable.
> For example: (erc :server "my.irc.net" :port 6667 :nick "test" :full-name "test" :email-userid "test")
> will set the email-userid to "test" for the my.irc.net server.

Looks good.  Do you have Emacs copyright assignment papers on file, or
if not, are you willing to sign such papers?  (All contributions to
Emacs needs to have the copyright assigned to the FSF.)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Added tag(s) moreinfo. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 28 Dec 2015 20:29:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#6178; Package emacs. (Sat, 02 Jan 2016 17:22:02 GMT) Full text and rfc822 format available.

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

From: George Kadianakis <desnacked <at> riseup.net>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: George Kadianakis <desnacked <at> gmail.com>, 6178 <at> debbugs.gnu.org
Subject: Re: bug#6178: [PATCH] Adding per-server email-userid support
Date: Sat, 02 Jan 2016 19:08:00 +0200
Lars Ingebrigtsen <larsi <at> gnus.org> writes:

> George Kadianakis <desnacked <at> gmail.com> writes:
>
>> Package: erc
>> Tags: patch
>>
>> The attached patch adds support for per-server configuration of the
>> erc-email-userid variable.
>> For example: (erc :server "my.irc.net" :port 6667 :nick "test" :full-name "test" :email-userid "test")
>> will set the email-userid to "test" for the my.irc.net server.
>
> Looks good.  Do you have Emacs copyright assignment papers on file, or
> if not, are you willing to sign such papers?  (All contributions to
> Emacs needs to have the copyright assigned to the FSF.)

Hello there,

I tried to understand what this "copyright assignment" thing is but I got lost
in all the text:  http://www.gnu.org/prep/maintain/html_node/Copyright-Papers.html

I wrote that patch 6 years ago and I don't even remember what it did.
I don't want to sign any legal docs about it.

If you still like the patch, feel free to use it as you see fit. Feel free to
even remove my authorship information if this makes bureaucracy easier!

Cheers and sorry for the confusion!





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#6178; Package emacs. (Sun, 03 Jan 2016 09:10:01 GMT) Full text and rfc822 format available.

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

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: George Kadianakis <desnacked <at> riseup.net>
Cc: George Kadianakis <desnacked <at> gmail.com>, 6178 <at> debbugs.gnu.org
Subject: Re: bug#6178: [PATCH] Adding per-server email-userid support
Date: Sun, 03 Jan 2016 10:09:05 +0100
George Kadianakis <desnacked <at> riseup.net> writes:

> I wrote that patch 6 years ago and I don't even remember what it did.
> I don't want to sign any legal docs about it.
>
> If you still like the patch, feel free to use it as you see fit. Feel free to
> even remove my authorship information if this makes bureaucracy easier!

Thanks, but it doesn't quite work that way.  :-)  So I'll just close
this bug report as a "wontfix".

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Added tag(s) wontfix. Request was from Lars Magne Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sun, 03 Jan 2016 09:10:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 6178 <at> debbugs.gnu.org and George Kadianakis <desnacked <at> gmail.com> Request was from Lars Magne Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sun, 03 Jan 2016 09:10:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#6178; Package emacs. (Sun, 03 Jan 2016 21:33:02 GMT) Full text and rfc822 format available.

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

From: John Wiegley <jwiegley <at> gmail.com>
To: George Kadianakis <desnacked <at> riseup.net>
Cc: Lars Ingebrigtsen <larsi <at> gnus.org>, 6178 <at> debbugs.gnu.org,
 George Kadianakis <desnacked <at> gmail.com>
Subject: Re: bug#6178: [PATCH] Adding per-server email-userid support
Date: Sun, 03 Jan 2016 13:28:37 -0800
>>>>> George Kadianakis <desnacked <at> riseup.net> writes:

> I tried to understand what this "copyright assignment" thing is but I got
> lost in all the text:
> http://www.gnu.org/prep/maintain/html_node/Copyright-Papers.html

> I wrote that patch 6 years ago and I don't even remember what it did. I
> don't want to sign any legal docs about it.

The signature gives us the right to assume ownership of it within Emacs. If
you send a letter to assign <at> gnu.org, they'll send you the necessary paperwork.

-- 
John Wiegley                  GPG fingerprint = 4710 CF98 AF9B 327B B80F
http://newartisans.com                          60E1 46C4 BD1A 7AC1 4BA2




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 01 Feb 2016 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 9 years and 140 days ago.

Previous Next


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