I want to define a log in function in my init script, but I don't want to hardcode my login credentials. I think a good workaround is to have my init script read in my login credentials from a local file and save these values as variables. That way,…
I'm using ERC (with ZNC) as my IRC client. I'm joined to quite a few channels and when I run znc-all all my buffers are restored and the logs are replayed. This is all great.
What I find very annoying, however, is that while replaying the logs…
Weirdly when I try to log onto freenode using ERC, a ` is added to my nickname, which results in the name not being found on the server. I get the following output in the Messages buffer - I have replaced my real nick with nickname.
Connecting to…
I'm trying to connect to Gitter's IRC servers to join the chat room vermiculus/stack-mode, but according to Gitter, they offer this service over SSL:
_ _ _ _ _
(_)_ __ ___ __ _(_) |_| |_ ___ _…
Some people in IRC channels I frequent have elected to use extremely common words for their nicks, including "a" and "me". I use erc-hl-nicks, and was able to block those particular nicks from getting colored, but I would like to block them from…
I would like to exchange on Freenode using ERC, however I do not know how to authenticate with SASL as required.
-xxxxxx.freenode.net- *** Lookup up your hostname...
-xxxxxx.freenode.net- *** Checking Ident
-xxxxxx.freenode.net- *** Found your…
I just started using erc in emacs and I've built emacs with --with-dbus compile option. I enabled notifications (so that I can get a notifications when my erc nickname gets mentioned) module in Erc modules list. But, whenever my nick gets mentioned…
I've a small problem with ERC, if I go away from keyboard for a while, it automatically disconnects the channels I've logged into and when I reopen emacs, it reconnects to the channels automatically. But I do not want this to happen. I want the erc…
My ERC irc client sends some very annoying messages that fill most of my screen, letting me know that I've connected. I'd like to turn these off.
I've tried setting a couple of variables and functions to nil without success: I expected setq…
I'm not sure if this is possible or if there's a workaround for it, but I want M-x erc to set the password after I try to call it, but before I input the actual parameters.
What I originally had in my init.el was
(let ((erc-plist (car…
How does one trigger a function to run when a buffer of a particular name is created?
My use case is connecting to freenode with ERC for Emacs related channels. I manually call a function to create a new frame with a window layout specific to the…
When I launch ERC or org2blog I get the following error:
dbus-call-method: peculiar error: "Emacs not compiled with dbus
support"
I've been trying to run down this error for weeks. How do I find out where dbus is called from? And how can I make…
I am trying to configure ERC to give me a desktop notification when any message is sent in particular channels.
I looked through the code of both erc-desktop-notifications.el and erc-notify.el and neither of these packages support this feature.
It…
I am working on configuring ERC. As a starting point I'm copying portions of the sample configuration file. So my .ercrc.el file begins with something this (taken straight from that guide):
(global-set-key "\C-cef" (lambda () (interactive)
…