diff options
| author | Michal Nazarewicz | 2012-04-14 13:16:17 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2012-04-14 13:16:17 +0200 |
| commit | 29734c215668ccd0c5d9affb71a7290b0ea9dbe4 (patch) | |
| tree | 3dc7afdec5ce3e047597df97121c1a6ab06d737e /etc | |
| parent | d65c95210da2e583a60b43804b49399242c34e01 (diff) | |
| download | emacs-29734c215668ccd0c5d9affb71a7290b0ea9dbe4.tar.gz emacs-29734c215668ccd0c5d9affb71a7290b0ea9dbe4.zip | |
Allow using `server-auth-key' to set a permanent shared key
* server.el (server-auth-key): New variable.
(server-generate-key): New function.
(server-get-auth-key): New function.
(server-start): Use the new variable and functions to allow
setting a permanent server key.
Fixes: debbugs:9423
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -53,8 +53,11 @@ character when doing minibuffer filename prompts. | |||
| 53 | ** which-function-mode now applies to all applicable major modes by default. | 53 | ** which-function-mode now applies to all applicable major modes by default. |
| 54 | 54 | ||
| 55 | ** erc will look up server/channel names via auth-source and use the | 55 | ** erc will look up server/channel names via auth-source and use the |
| 56 | channel keys found, if any. | 56 | channel keys found, if any. |
| 57 | 57 | ||
| 58 | ** The `server-auth-key' variable can be used to set a permanent | ||
| 59 | shared key for Emacs Server. | ||
| 60 | |||
| 58 | ** Obsolete packages: | 61 | ** Obsolete packages: |
| 59 | 62 | ||
| 60 | *** mailpost.el | 63 | *** mailpost.el |