
On Mon, Feb 1, 2010 at 2:22 AM, Mark Harig <idirectscm@aim.com> wrote:
diff -u slime/ChangeLog:1.1973 slime/ChangeLog:1.1975
--- slime/ChangeLog:1.1973 Thu Jan 28 04:52:18 2010 +++ slime/ChangeLog Sat Jan 30 10:59:52 2010 @@ -1,8 +1,19 @@ +2010-01-30 Stas Boukarev <stassats@gmail.com> + + * slime.el (slime-cycle-connections): Change docstring, it + doesn't make connection buffer-local. + * doc/slime.texi (Multiple connections): document + slime-cycle-connections. +
1. The changes to doc/slime.texi (revision 1.95) generated some errors when processed by "makeinfo." It appears line 1593 has invalid syntax:
@kbditem{, slime-cycle-connections}
The definition of the macro 'kbditem' (line 58) requires a non-null `key' argument.
2. Please find attached a pair of patches for slime.el and doc/slime.texi that add 'n' to the slime-selector menu and the key-binding C-c C-x n to the function `slime-cycle-connections'. The changes to doc/slime.texi have been tested by generating new "slime.info", "slime.pdf", and HTML files without any errors.
Applied, thanks! -- With best regards, Stas.