From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard G Riley Subject: Re: rcirc (bug?) Date: Thu, 13 Mar 2008 13:10:39 +0100 Message-ID: <7qprty4yf4.fsf@richardriley.net> References: <878x0niixf.fsf@bzg.ath.cx> <87k5k7l99e.fsf@bzg.ath.cx> <87zlt298b9.fsf@shellarchive.co.uk> <9ktzja3lgn.fsf@richardriley.net> <87ve3q96pu.fsf@shellarchive.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZmGq-0007bS-JO for emacs-orgmode@gnu.org; Thu, 13 Mar 2008 08:10:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZmGm-0007VY-VP for emacs-orgmode@gnu.org; Thu, 13 Mar 2008 08:10:52 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZmGm-0007VB-Nc for emacs-orgmode@gnu.org; Thu, 13 Mar 2008 08:10:48 -0400 Received: from rn-out-0910.google.com ([64.233.170.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JZmGm-000575-GV for emacs-orgmode@gnu.org; Thu, 13 Mar 2008 08:10:48 -0400 Received: by rn-out-0910.google.com with SMTP id i6so2056837rng.2 for ; Thu, 13 Mar 2008 05:10:48 -0700 (PDT) In-Reply-To: <87ve3q96pu.fsf@shellarchive.co.uk> (Phil Jackson's message of "Thu, 13 Mar 2008 11:57:49 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Phil Jackson Cc: emacs-orgmode@gnu.org, Richard G Riley Phil Jackson writes: > Richard G Riley writes: > >>>> Both "enter" and "follow link" (C-c C-o) had the same problem. >>> >>> I've just put a fix in git for this. Can I ask how you initiate your >> >> How do I get it? Or can you post the line here? > > Hold two, I'm going to make sure this is more robust. I'll post to this > thread when I'm done and you can help me test it if you would. > >>> session? Is it interactively with erc-select? >> >> What do you mean interactively? The only way I know to start erc is with >> erc-select. Or did you mean was erc already open when I selected the >> link? If so, then both. Sometime erc is open, sometimes not. > > It can be initialised non-interactively like this: > > (erc :server "irc.blah.com" > :nick "phil" > :port 6667)) > > And :port can be a string or a number which is where this bug comes > from I think. Neither, like this: (defun load-erc() (interactive) (erc-select :server "irc.oftc.net" :password "**") (erc-select :server "irc.gnu.org" :password "**") )