From: Alex Kost <alezost@gmail.com>
To: Esben Stien <b0ef@esben-stien.name>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Disable erc-fill-mode
Date: Mon, 31 Mar 2014 22:48:14 +0400 [thread overview]
Message-ID: <87mwg6gq6p.fsf@gmail.com> (raw)
In-Reply-To: <87ha6edyft.fsf@quasar.esben-stien.name> (Esben Stien's message of "Mon, 31 Mar 2014 20:18:14 +0200")
Esben Stien (2014-03-31 22:18 +0400) wrote:
> Alex Kost <alezost@gmail.com> writes:
>
>> Try to remove `fill' symbol from `erc-modules' variable or just set the
>> latter to the list of modules you need - (info "(erc) Modules").
>
> I copied the following into my irc.lisp file and evaluated it, but there's
> still no difference.
>
> (defcustom erc-modules '(netsplit button match track completion readonly
> networks ring autojoin noncommands irccontrols
> move-to-prompt stamp menu list)
> ...
> :group 'erc)
Why "irc.lisp"? According to (info "(erc) Getting Started"), it should
be "~/.emacs.d/.ercrc.el" or just use your ".emacs" (or
"~/.emacs.d/init.el").
And you don't need to copy that defcustom, just set that variable.
Like this:
(setq erc-modules '(netsplit button match track completion readonly
networks ring autojoin noncommands irccontrols
move-to-prompt stamp menu list))
next prev parent reply other threads:[~2014-03-31 18:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-28 1:30 Disable erc-fill-mode Esben Stien
2014-03-29 19:46 ` Esben Stien
2014-03-30 5:28 ` Alex Kost
2014-03-31 18:18 ` Esben Stien
2014-03-31 18:48 ` Alex Kost [this message]
2014-03-31 19:09 ` Esben Stien
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87mwg6gq6p.fsf@gmail.com \
--to=alezost@gmail.com \
--cc=b0ef@esben-stien.name \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).