syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.64k stars 4.89k forks source link

ERC layout issue with more than one server #11186

Closed dschrempf closed 4 years ago

dschrempf commented 6 years ago

Description :octocat:

When using more than one erc server, only channels from the last server get added to the @ERC layout.

Reproduction guide :beetle:

(setq erc-server-list
      '(("irc.freenode.net"
         :port "6697"
         :ssl t
         :nick "mynick1")
        ("irc.gitter.im"
         :port "6697"
         :ssl t
         :nick "mynick2")))
(setq erc-autojoin-channels-alist
      '(("freenode.net" "#emacs" "#archlinux" )
       ("gitter.im" "#syl20bnr/spacemacs")))

Observed behaviour: :eyes: :broken_heart: ERC does it's magic. However, after all chat rooms have been entered, only #syl20bnr/spacemacs is in the @ERC layout.

Expected behaviour: :heart: :smile: #emacs, #archlinux, and #sul20bnr/spacemacs are in @ERC layout.

System Info :computer:

Backtrace :paw_prints:

Not relevant.

github-actions[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!