diff options
| author | Lars Magne Ingebrigtsen | 2012-04-10 06:43:35 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2012-04-10 06:43:35 +0200 |
| commit | b245988452013d8cf83f0d45eb10ff6265f21db7 (patch) | |
| tree | ecf27132f34dd6e83c7cef2d73115395f9589f58 /etc | |
| parent | ec3e5f739a282667021905a3f62effcc8b0d6d80 (diff) | |
| download | emacs-b245988452013d8cf83f0d45eb10ff6265f21db7.tar.gz emacs-b245988452013d8cf83f0d45eb10ff6265f21db7.zip | |
Make erc use auth-source to look up channel keys
* lisp/erc/erc-join.el (erc-server-join-channel): New function to look up
the channel password via auth-source.
(erc-autojoin-channels): Use it.
(erc-autojoin-after-ident): Ditto.
(erc-autojoin-channels-alist): Mention auth-source.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -39,6 +39,10 @@ been adding them there, put them somewhere else, eg site-lisp. | |||
| 39 | * Editing Changes in Emacs 24.2 | 39 | * Editing Changes in Emacs 24.2 |
| 40 | 40 | ||
| 41 | * Changes in Specialized Modes and Packages in Emacs 24.2 | 41 | * Changes in Specialized Modes and Packages in Emacs 24.2 |
| 42 | |||
| 43 | ** erc will look up server/channel names via auth-source and use the | ||
| 44 | channel keys found, if any. | ||
| 45 | |||
| 42 | 46 | ||
| 43 | * New Modes and Packages in Emacs 24.2 | 47 | * New Modes and Packages in Emacs 24.2 |
| 44 | 48 | ||