erc-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Erc-discuss] trying to erc-fill-disable


From: Giorgos Keramidas
Subject: Re: [Erc-discuss] trying to erc-fill-disable
Date: Sun, 02 Nov 2008 06:56:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix)

On Sat, 01 Nov 2008 21:49:32 -0700, Michael Olson <address@hidden> wrote:
> Giorgos Keramidas <address@hidden> writes:
>> But something is not right in my setup.  I tried both ways of disabling
>> erc-fill shown here:
>>
>>     (require 'erc-fill)             ;Support for message filling
>>     (erc-fill-disable)              ;  but disable it by default.
>>
>>     (require 'erc-fill)             ;Support for message filling
>>     (erc-fill-mode -1)              ;  but disable it by default.
>>
>> but ERC still adds `erc-fill' to the `erc-insert-modify-hook' and
>> `erc-send-modify-hook' hooks.
>
> You probably want:
>
>   (setq erc-modules (delq 'fill erc-modules))

Thanks, that's it :)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]