all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ERC user mode support
@ 2014-06-09 23:00 Kelvin White
  2014-06-10 12:44 ` Tim Visher
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kelvin White @ 2014-06-09 23:00 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 581 bytes --]

I'm a long time user of irssi and an irc oper. I started using emacs about
3 years ago, but I couldn't use erc because it was lacking functionality in
regards to supporting user modes beyond op and voice (+o, +v). So, after
googling the issue and finding nothing of real value, I decided to add it
myself, and finally make the switch to erc. I have working code to add this
feature, but I'm curious of any suggestions you may have. Is there any
plans to add this feature in the future, and If so, what would be the
requirements, and process of contributing to the project.

Thanks

[-- Attachment #2: Type: text/html, Size: 631 bytes --]

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

* Re: ERC user mode support
  2014-06-09 23:00 ERC user mode support Kelvin White
@ 2014-06-10 12:44 ` Tim Visher
  2014-06-10 16:33 ` Mario Lang
  2014-06-10 20:32 ` Stefan Monnier
  2 siblings, 0 replies; 4+ messages in thread
From: Tim Visher @ 2014-06-10 12:44 UTC (permalink / raw)
  To: Kelvin White; +Cc: Emacs Development List

On Mon, Jun 9, 2014 at 7:00 PM, Kelvin White <kelvin.white77@gmail.com> wrote:
> I'm a long time user of irssi and an irc oper. I started using emacs about 3
> years ago, but I couldn't use erc because it was lacking functionality in
> regards to supporting user modes beyond op and voice (+o, +v). So, after
> googling the issue and finding nothing of real value, I decided to add it
> myself, and finally make the switch to erc. I have working code to add this
> feature, but I'm curious of any suggestions you may have. Is there any plans
> to add this feature in the future, and If so, what would be the
> requirements, and process of contributing to the project.

Probably best to include your patch.



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

* Re: ERC user mode support
  2014-06-09 23:00 ERC user mode support Kelvin White
  2014-06-10 12:44 ` Tim Visher
@ 2014-06-10 16:33 ` Mario Lang
  2014-06-10 20:32 ` Stefan Monnier
  2 siblings, 0 replies; 4+ messages in thread
From: Mario Lang @ 2014-06-10 16:33 UTC (permalink / raw)
  To: Kelvin White; +Cc: emacs-devel

Kelvin White <kelvin.white77@gmail.com> writes:

> I'm a long time user of irssi and an irc oper. I started using emacs about
> 3 years ago, but I couldn't use erc because it was lacking functionality in
> regards to supporting user modes beyond op and voice (+o, +v).

Excuse my ignorance please, but can you be a bit more details?  It is
years ago that I knew the IRC protocl by heart.  But I vaguely remember
that user-modes as well as channel-modes did not need any special client
side support?  /op is really just an alias for /mode nick +flag, IIRC.

> So, after googling the issue and finding nothing of real value, I
> decided to add it myself, and finally make the switch to erc. I have
> working code to add this feature, but I'm curious of any suggestions
> you may have. Is there any plans to add this feature in the future,
> and If so, what would be the requirements, and process of contributing
> to the project.

I don't see any reason to not add this, if special code is actually
required.  Since ERC is part of Emacs, the same contribution
requirements as with Emacs apply.

-- 
CYa,
  ⡍⠁⠗⠊⠕



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

* Re: ERC user mode support
  2014-06-09 23:00 ERC user mode support Kelvin White
  2014-06-10 12:44 ` Tim Visher
  2014-06-10 16:33 ` Mario Lang
@ 2014-06-10 20:32 ` Stefan Monnier
  2 siblings, 0 replies; 4+ messages in thread
From: Stefan Monnier @ 2014-06-10 20:32 UTC (permalink / raw)
  To: Kelvin White; +Cc: emacs-devel

> Is there any plans to add this feature in the future,

I think it's unlikely that someone else has been working on such support
at the same time as you (tho it's of course possible).  So if there are
such plans, maybe your code will be the realization of this plan.

> and If so, what would be the requirements, and process of contributing
> to the project.

Send the patch (e.g. via M-x report-emacs-bug so it gets a tracking
number), and if the patch is not trivial, we'll need some copyright
paperwork before we can accept the patch.  ERC has no dedicated
maintainer any more, IIRC, so if you're interested you could take over ;-)


        Stefan



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

end of thread, other threads:[~2014-06-10 20:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-09 23:00 ERC user mode support Kelvin White
2014-06-10 12:44 ` Tim Visher
2014-06-10 16:33 ` Mario Lang
2014-06-10 20:32 ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.