emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: address@hidden
Subject: [O] org-irc.el get IRC link port error
Date: Wed, 28 Jun 2017 19:53:03 +0800

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)

You can see what's wrong.

[stardiviner]           <Hack this world!>      GPG key ID: 47C32433
IRC(freeenode): stardiviner                     Twitter:  @numbchild
Key fingerprint = 9BAA 92BC CDDD B9EF 3B36  CB99 B8C4 B8E5 47C3 2433
Blog: http://stardiviner.github.io/

reply via email to

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