emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-irc.el get IRC link port error


From: Nicolas Goaziou
Subject: Re: [O] org-irc.el get IRC link port error
Date: Wed, 28 Jun 2017 14:47:58 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Hello,

"address@hidden" <address@hidden> writes:

> Here is the steps to reproduce this issue:
>
> Emacs version: 26.0.50 (from source code repo master branch)
> Org-mode version: 9.0.8 (from source code repo master branch)
>
> Here is the example link:
> IRC: [[irc://irc.freenode.net/#nextcloud][#nextcloud]] on Freenode
>
> I use Edebug to debug on function `org-irc-visit-erc`:
>
> - [-] check out source code
>   - [X] org-open-at-point(nil)
>   - [X] org-irc-visit("//irc.freenode.net/#nextcloud")
>   - [ ] org-irc-visit-erc((("irc.freenode.net") "#nextcloud"))
>     - [ ] (port (or (string-to-number (cadr (pop link))) erc-default-port))
>       - [ ] (string-to-number (cadr (pop link)))
>         - [ ] (cadr (pop link)) -> (cadr ("irc.freenode.net")) -> nil
>
>           #+BEGIN_SRC emacs-lisp
>           (setq temp-link '(("irc.freenode.net") ("#clojure")))
>
>           (pop temp-link)
>           (cadr (pop temp-link))
>           #+END_SRC
>
>         - [ ] (string-to-number nil)

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou



reply via email to

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