From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alex Kost Newsgroups: gmane.emacs.help Subject: Re: Disable erc-fill-mode Date: Sun, 30 Mar 2014 09:28:19 +0400 Message-ID: <87y4zsgsr0.fsf@gmail.com> References: <8738i3m7nh.fsf@quasar.esben-stien.name> <87mwg8iy9t.fsf@quasar.esben-stien.name> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1396157332 21917 80.91.229.3 (30 Mar 2014 05:28:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 30 Mar 2014 05:28:52 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Esben Stien Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 30 07:28:46 2014 Return-path: Envelope-to: geh-help-gnu-emacs@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 1WU8IW-0001BH-SV for geh-help-gnu-emacs@m.gmane.org; Sun, 30 Mar 2014 07:28:44 +0200 Original-Received: from localhost ([::1]:42750 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WU8IW-0003OW-AR for geh-help-gnu-emacs@m.gmane.org; Sun, 30 Mar 2014 01:28:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WU8IH-0003OQ-8m for help-gnu-emacs@gnu.org; Sun, 30 Mar 2014 01:28:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WU8IB-0006kq-A1 for help-gnu-emacs@gnu.org; Sun, 30 Mar 2014 01:28:29 -0400 Original-Received: from mail-lb0-x236.google.com ([2a00:1450:4010:c04::236]:56745) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WU8IB-0006kj-1t for help-gnu-emacs@gnu.org; Sun, 30 Mar 2014 01:28:23 -0400 Original-Received: by mail-lb0-f182.google.com with SMTP id n15so4893901lbi.13 for ; Sat, 29 Mar 2014 22:28:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=fKnXi6gaWnZgqzvFRirxbQu2lrsbPKQLtVyJ2amJQsU=; b=OJhl9CQv2DjX0xWVFEUSOYOYfN+G63z7pov+823u7euQmJqhLTbycZx5vjn9YwOAQH 0WgrGp5qZzUVVmSlci6zf30pIjJQUzGOKkTzWMtHJwEaiVjkz2I0Y6b2cWwaPQWtrXcX lqhyqFey01UGIUUUXVI3laQWjylNzCIVM1/0HHxyvElDbfuockPE+Cf1dWQ+9mjWSwyI tm0w3KFMR4CX5BCX0dDaywqOStt2Q1hCuW/ic1WtKaLlSbYMJw92D7P1X2VXOnjiFXOl /I4I/EWqh9Y4Wz7qRc/k/CF0WVrDpqP4gaelRZdgWDWWkcy62qgBLxNlVyb8R1GJX+ZM vLAA== X-Received: by 10.152.22.37 with SMTP id a5mr13255502laf.4.1396157301648; Sat, 29 Mar 2014 22:28:21 -0700 (PDT) Original-Received: from leviafan (128-70-206-28.broadband.corbina.ru. [128.70.206.28]) by mx.google.com with ESMTPSA id dl4sm7163237lbc.4.2014.03.29.22.28.20 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 29 Mar 2014 22:28:21 -0700 (PDT) In-Reply-To: <87mwg8iy9t.fsf@quasar.esben-stien.name> (Esben Stien's message of "Sat, 29 Mar 2014 20:46:06 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::236 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:96856 Archived-At: Esben Stien (2014-03-29 23:46 +0400) wrote: > Esben Stien writes: > >> I'm trying to disable erc-fill-mode without luck. > > Is help-gnu-emacs the proper mailing list to ask this? I find that the > erc mailing list is dead? Try to remove `fill' symbol from `erc-modules' variable or just set the latter to the list of modules you need - (info "(erc) Modules"). -- Alex Kost