]> code.delx.au - gnu-emacs-elpa/commitdiff
poptoshell - Document the incomplete functionality.
authorKen Manheimer <ken.manheimer@gmail.com>
Mon, 14 Dec 2015 17:01:05 +0000 (12:01 -0500)
committerKen Manheimer <ken.manheimer@gmail.com>
Mon, 14 Dec 2015 17:01:05 +0000 (12:01 -0500)
poptoshell.el

index 6cbe0ae5325b94474191ece36aef331132e88016..da54d05aefbec76e4c6b0e746d2df2cb6408ec6b 100644 (file)
@@ -90,7 +90,17 @@ For example: '/ssh:myriadicity.net:/' or
 '/ssh:myriadicity.net|sudo:root@myriadicity.net:/\#myr', etc.
 The stuff between the '/' slashes will be used for
 starting the remote shell, and the stuff after the second
-slash will be used for the shell name."
+slash will be used for the shell name.
+
+===== Persisting your alternate shell buffer names and paths:
+
+You can use emacs builtin SaveHist to preserve your alternate
+shell buffer names and paths across emacs sessions. To do so,
+customize the `savehist' group, and:
+
+1. Add `pop-to-shell-buffer-name-history' to Savehist Additional Variables.
+2. Activate Savehist Mode, if not already activated.
+3. Save."
 
   (interactive "P")