From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.help Subject: Re: from irssi to ERC Date: Sun, 31 Jul 2005 12:44:05 +0200 Organization: disorganized Message-ID: <873bpvfe6i.fsf@robotron.ath.cx> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1122807296 1204 80.91.229.2 (31 Jul 2005 10:54:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 31 Jul 2005 10:54:56 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 31 12:54:49 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DzBSL-0001ia-RF for geh-help-gnu-emacs@m.gmane.org; Sun, 31 Jul 2005 12:54:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DzBUw-00050C-6l for geh-help-gnu-emacs@m.gmane.org; Sun, 31 Jul 2005 06:56:50 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.gamma.ru!Gamma.RU!fu-berlin.de!uni-berlin.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-X-Trace: news.uni-berlin.de MzAK7LTfUAmiernLHH2sygJXLm2ldIdm4rBXxKsSwU7Q== X-Orig-Path: robotron.ath.cx!news Mail-Copies-To: nobody User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:eI3OiWW9/q8FWQ1ccwuK8RhNX48= Original-Xref: shelby.stanford.edu gnu.emacs.help:132783 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:28307 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28307 On Sat, 30 Jul 2005 14:18:24 -0400 Angelina Carlton wrote: > Hi, I have used irssi for a long time and am accustomed to some of its > features but want to try erc. I need to know if it can do the following: > > 1. irc command history, if I type something in an irc buffer, either a > /command or just some text, can up arrow recall it? It seems not to > do that by default. M-n and M-p > 2. beep the terminal on highlights (erc-sound-el seems only able to play > sound files) > > 3. beep the terminal on each message in a /query or /msg window If you know a bit elisp try M-x apropos erc.*hook RET. I guess there is a way to accomplish this by just adding `beep' to some hook. David