From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kelvin White Newsgroups: gmane.emacs.devel Subject: ERC user mode support Date: Mon, 9 Jun 2014 19:00:02 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c3413ed6310f04fb6f2bf5 X-Trace: ger.gmane.org 1402367526 15159 80.91.229.3 (10 Jun 2014 02:32:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Jun 2014 02:32:06 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 10 04:32:00 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WuBqo-0002SS-V1 for ged-emacs-devel@m.gmane.org; Tue, 10 Jun 2014 04:31:51 +0200 Original-Received: from localhost ([::1]:36223 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuBqo-0002de-H2 for ged-emacs-devel@m.gmane.org; Mon, 09 Jun 2014 22:31:50 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wu8Xt-00070v-7E for emacs-devel@gnu.org; Mon, 09 Jun 2014 19:00:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wu8Xs-0005d8-Cm for emacs-devel@gnu.org; Mon, 09 Jun 2014 19:00:05 -0400 Original-Received: from mail-la0-x235.google.com ([2a00:1450:4010:c03::235]:47008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wu8Xs-0005Zk-4E for emacs-devel@gnu.org; Mon, 09 Jun 2014 19:00:04 -0400 Original-Received: by mail-la0-f53.google.com with SMTP id ty20so3505143lab.12 for ; Mon, 09 Jun 2014 16:00:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=WeZqzimmWluhfEdiXYW2yNxnKLcZzeD0DpIvEV8E50Y=; b=byVIRGO6z0PAuS3YlRN7xtJ/M69htVG5sY3EMVhHqOU65rEMXHCk2jwkVIriDVMq6I pOf3bIfJhJAEhvcP88vrih3kEfmVp1+ozJnaaKey7TeJ+ZQU/en0w3I0Zg8fqGWNQ0Vc /tYa7CRaWDMC/9o3Ox3yJ0O6t0tfKsIYGJnvKTpAx9kfDRoQhjIQQE0AsOriZj/Qpmjb uns0inkV0MqYkhIJX9Z0grfSXFxR0jOAoVIwIvqFS623H1YxdF7L87d6HQEcIJ1t1lMu UMQRp4R/AUP9tjVLtABvZNxkGIs1kj9iBAqjaE0aZ2eM0daUnZBaLQszXg3dN92WJ+h5 jzqw== X-Received: by 10.112.157.162 with SMTP id wn2mr18654046lbb.38.1402354802240; Mon, 09 Jun 2014 16:00:02 -0700 (PDT) Original-Received: by 10.112.57.45 with HTTP; Mon, 9 Jun 2014 16:00:02 -0700 (PDT) Original-Received: by 10.112.57.45 with HTTP; Mon, 9 Jun 2014 16:00:02 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::235 X-Mailman-Approved-At: Mon, 09 Jun 2014 22:31:47 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:172429 Archived-At: --001a11c3413ed6310f04fb6f2bf5 Content-Type: text/plain; charset=UTF-8 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 --001a11c3413ed6310f04fb6f2bf5 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

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 l= acking functionality in regards to supporting user modes beyond op and voic= e (+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 wor= king code to add this feature, but I'm curious of any suggestions you m= ay have. Is there any plans to add this feature in the future, and If so, w= hat would be the requirements, and process of contributing to the project. =

Thanks

--001a11c3413ed6310f04fb6f2bf5--