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: Michael Olson
Subject: Re: [Erc-discuss] trying to erc-fill-disable
Date: Sat, 01 Nov 2008 21:49:32 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

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))

-- 
|       Michael Olson  |  FSF Associate Member #652     |
| http://mwolson.org/  |  Hobbies: Lisp, HCoop          |
| Projects: Emacs, Muse, ERC, EMMS, ErBot, DVC, Planner |
`-------------------------------------------------------'




reply via email to

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