unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#6178: [PATCH] Adding per-server email-userid support for erc
       [not found] <87vdat8dd9.fsf@gmail.com>
@ 2010-05-12 16:04 ` Glenn Morris
  2015-12-28 20:28 ` bug#6178: [PATCH] Adding per-server email-userid support Lars Ingebrigtsen
  1 sibling, 0 replies; 5+ messages in thread
From: Glenn Morris @ 2010-05-12 16:04 UTC (permalink / raw)
  To: George Kadianakis; +Cc: 6178

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





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

* bug#6178: [PATCH] Adding per-server email-userid support
       [not found] <87vdat8dd9.fsf@gmail.com>
  2010-05-12 16:04 ` bug#6178: [PATCH] Adding per-server email-userid support for erc Glenn Morris
@ 2015-12-28 20:28 ` Lars Ingebrigtsen
  2016-01-02 17:08   ` George Kadianakis
  1 sibling, 1 reply; 5+ messages in thread
From: Lars Ingebrigtsen @ 2015-12-28 20:28 UTC (permalink / raw)
  To: George Kadianakis; +Cc: 6178

George Kadianakis <desnacked@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





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

* bug#6178: [PATCH] Adding per-server email-userid support
  2015-12-28 20:28 ` bug#6178: [PATCH] Adding per-server email-userid support Lars Ingebrigtsen
@ 2016-01-02 17:08   ` George Kadianakis
  2016-01-03  9:09     ` Lars Magne Ingebrigtsen
  2016-01-03 21:28     ` John Wiegley
  0 siblings, 2 replies; 5+ messages in thread
From: George Kadianakis @ 2016-01-02 17:08 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: George Kadianakis, 6178

Lars Ingebrigtsen <larsi@gnus.org> writes:

> George Kadianakis <desnacked@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!






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

* bug#6178: [PATCH] Adding per-server email-userid support
  2016-01-02 17:08   ` George Kadianakis
@ 2016-01-03  9:09     ` Lars Magne Ingebrigtsen
  2016-01-03 21:28     ` John Wiegley
  1 sibling, 0 replies; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 2016-01-03  9:09 UTC (permalink / raw)
  To: George Kadianakis; +Cc: George Kadianakis, 6178

George Kadianakis <desnacked@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





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

* bug#6178: [PATCH] Adding per-server email-userid support
  2016-01-02 17:08   ` George Kadianakis
  2016-01-03  9:09     ` Lars Magne Ingebrigtsen
@ 2016-01-03 21:28     ` John Wiegley
  1 sibling, 0 replies; 5+ messages in thread
From: John Wiegley @ 2016-01-03 21:28 UTC (permalink / raw)
  To: George Kadianakis; +Cc: Lars Ingebrigtsen, 6178, George Kadianakis

>>>>> George Kadianakis <desnacked@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@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





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

end of thread, other threads:[~2016-01-03 21:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <87vdat8dd9.fsf@gmail.com>
2010-05-12 16:04 ` bug#6178: [PATCH] Adding per-server email-userid support for erc Glenn Morris
2015-12-28 20:28 ` bug#6178: [PATCH] Adding per-server email-userid support Lars Ingebrigtsen
2016-01-02 17:08   ` George Kadianakis
2016-01-03  9:09     ` Lars Magne Ingebrigtsen
2016-01-03 21:28     ` John Wiegley

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