From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: [PATCH 2/2] response handlers needed for SASL PLAIN authentication Date: Thu, 19 Apr 2012 13:21:40 -0400 Message-ID: References: <87ty3ae7s1.fsf@geneva.hpsy.me> <87obtie7lp.fsf@geneva.hpsy.me> <87y5psqqy4.fsf@geneva.hpsy.me> <1b8vhrzmau.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1334856116 19905 80.91.229.3 (19 Apr 2012 17:21:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 19 Apr 2012 17:21:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: Joseph Gay Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 19 19:21:55 2012 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 1SKv3K-0004vi-Jd for ged-emacs-devel@m.gmane.org; Thu, 19 Apr 2012 19:21:54 +0200 Original-Received: from localhost ([::1]:51709 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKv3J-0002TN-Qg for ged-emacs-devel@m.gmane.org; Thu, 19 Apr 2012 13:21:53 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:39658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKv3D-0002TE-DB for emacs-devel@gnu.org; Thu, 19 Apr 2012 13:21:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SKv38-0001uJ-Sx for emacs-devel@gnu.org; Thu, 19 Apr 2012 13:21:46 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:40053) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKv38-0001uE-PJ for emacs-devel@gnu.org; Thu, 19 Apr 2012 13:21:42 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SKv36-0000VX-PA; Thu, 19 Apr 2012 13:21:40 -0400 X-Spook: InfoSec JSOFC3IP covert video Legion of Doom Chobetsu X-Ran: v8ehFbIM$4cGBEn?g/1X42i;2R[FM=U"5k*|`xl9cte?(O9{ar.)}:7j@;{:6b;|Gh`DrK X-Hue: yellow X-Attribution: GM In-Reply-To: <1b8vhrzmau.fsf@fencepost.gnu.org> (Glenn Morris's message of "Thu, 19 Apr 2012 13:03:21 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.10 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:149826 Archived-At: Glenn Morris wrote: >>> +(defvar erc-sasl-use-sasl t >>> + "Set to nil to disable SASL auth") > > PS I think this should be in erc.el, as I said in the other mail. PPS then it could be called just "erc-use-sasl".