]> code.delx.au - gnu-emacs-elpa/commitdiff
Track new repo URL, include more commentary (change log, todo) in README
authorKen Manheimer <ken.manheimer@gmail.com>
Mon, 18 Jan 2016 01:23:28 +0000 (20:23 -0500)
committerKen Manheimer <ken.manheimer@gmail.com>
Mon, 18 Jan 2016 01:23:28 +0000 (20:23 -0500)
README.md
multishell.el

index 485d22d847f6c265dd7bf06f6b8c9bc4edc875ed..4252d3beff1b57c19d118997e05f3b73542a1be5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -32,3 +32,34 @@ various behaviors. Customize-group `savehist` to preserve buffer
 names/paths across emacs sessions.
 
 See the `multishell-pop-to-shell` docstring for details.
+
+Change Log
+----------
+* 2016-01-16 1.0.5 Ken Manheimer:
+  - History now includes paths, when designated
+  - Actively track current directory in history entries that have a path.
+    Custom control: multishell-history-entry-tracks-current-directory
+  - Offer to remove shell's history entry when buffer is killed
+    (For now, the only UI way to remove history entries.)
+  - Fix - prevent duplicate entries for same name but different paths
+  - Fix - recognize and respect tramp path syntax to start in home dir
+    - But tramp bug, remote+sudo hops to a home dir can fail, get wedged.
+  - Simplify history var name, migrate existing history if any from old name
+* 2016-01-04 Ken Manheimer - Released to ELPA
+* 2016-01-02 Ken Manheimer - working on this in public, but not yet released.
+
+ TODO
+----------
+* Isolate tramp sporadic failure to connect to remote+sudo+homedir syntax
+  (eg, /ssh:xyz.com|sudo:root@xyz.com: or /ssh:xyz.com|sudo:root@xyz.com:~)
+* Find suitable, internally consistent ways to sort tidy completions, eg:
+  - first list completions for active shells, then present but inactive,
+    then historical
+  - some way for user to toggle between presenting just buffer names vs
+    full buffer/path
+    - without cutting user off from easy editing of path
+* Find proper method for setting field boundary at beginning of tramp path
+  in the minibuffer, in order to see whether the field boundary magically
+  enables tramp completion of the path.
+* Assess whether option to delete history entry on kill-buffer is
+  sufficient.
index b5d6cc02e85151e92320e62cb8a608853e40ef9d..b3f55ad62e74e0a0fa8c0e9cf028010dc1b17244 100644 (file)
@@ -6,7 +6,7 @@
 ;; Version: 1.0.5
 ;; Created: 1999 -- first public availability
 ;; Keywords: processes
-;; URL: https://github.com/kenmanheimer/EmacsUtils
+;; URL: https://github.com/kenmanheimer/EmacsMultishell
 ;;
 ;;; Commentary:
 ;;
 ;; a la `pop-to-buffer' - plus a keybinding. Together, they enable you to:
 ;;
 ;; * Get to the input point from wherever you are in a shell buffer,
-;; * ... or to one of your shell buffers if you're not currently in one,
-;; * ... with just a keystroke.
+;; * ... or to one of your shell buffers if you're not currently in one.
 ;; * Use universal arguments to launch and choose among alternate shell buffers,
 ;; * ... and select which is default.
 ;; * Append a path to a new shell name to launch a shell in that directory,
 ;; * ... and use a path with Emacs tramp syntax to launch a remote shell.
 ;;
-;;       For example: 
+;;   For example: 
 ;;
-;;       * '/ssh:example.net:/' for a shell buffer in / on
-;;         example.net; the buffer will be named "*example.net*".
+;;   * `/ssh:example.net:/` for a shell buffer in / on
+;;     example.net; the buffer will be named "*example.net*".
 ;;
-;;       * '#ex/ssh:example.net|sudo:root@example.net:/etc' for a root shell
-;;         starting in /etc on example.net named "*#ex*".
+;;   * `#ex/ssh:example.net|sudo:root@example.net:/etc` for a root shell
+;;     starting in /etc on example.net named "*#ex*".
 ;;
-;; (NOTE that there is a problem with specifying a remote homedir using
-;; tramp syntax, eg '/ssh:example.net:'. That sometimes fails on an obscure
-;; bug - particularly for remote+sudo with homedir syntax. Until fixed, you
-;; may need to start remote+sudo shells with an explicit path, then cd ~.)
+;; (NOTE that there is a frequent problem with specifying a remote homedir
+;; using tramp syntax, eg `/ssh:example.net:` or `/ssh:example.net:~`. That
+;; sometimes fails on an obscure bug - particularly for remote+sudo with
+;; homedir syntax. Until fixed, you may need to start remote+sudo shells with
+;; an explicit path, then cd ~. With `multishell`s dir-tracking persistent
+;; history, you'll be able to use completion to start that shell in the right
+;; place, in your subsequent sessions.) 
+;;
+;; See the `multishell-pop-to-shell` docstring for details.
 ;;
 ;; Customize-group `multishell' to select and activate a keybinding and set
 ;; various behaviors. Customize-group `savehist' to preserve buffer
 ;;
 ;;; Change Log:
 ;;
-;; 2016-01-16 1.0.5 Ken Manheimer:
-;;   - History now includes paths, when specified.
-;;   - Actively track current directory in history entry, if it has a path
-;;     Customize: multishell-history-entry-tracks-current-directory
-;;   - Offer to user to remove shell's history entry when buffer is killed
+;; * 2016-01-16 1.0.5 Ken Manheimer:
+;;   - History now includes paths, when designated
+;;   - Actively track current directory in history entries that have a path.
+;;     Custom control: multishell-history-entry-tracks-current-directory
+;;   - Offer to remove shell's history entry when buffer is killed
+;;     (For now, the only UI way to remove history entries.)
 ;;   - Fix - prevent duplicate entries for same name but different paths
 ;;   - Fix - recognize and respect tramp path syntax to start in home dir
-;;     - But tramp bug, sudo hops to a home dir often fails.
+;;     - But tramp bug, remote+sudo hops to a home dir can fail, get wedged.
 ;;   - Simplify history var name, migrate existing history if any from old name
-;; 2016-01-06 Ken Manheimer - Released
-;; 2016-01-02 Ken Manheimer - working on this in public, but not yet released.
+;; * 2016-01-04 Ken Manheimer - Released to ELPA
+;; 2016-01-02 Ken Manheimer - working on this in public, but not yet released.
 ;;
 ;;; TODO:
 ;;
-;; * Isolate frequent failure with remote tramp home-dir syntax (`/host.dom:')
-;; * Find suitable modes for brief and elaborate name/path exposures,
-;;   e.g. toggle for completions to show just name or name+path
+;; * Isolate tramp sporadic failure to connect to remote+sudo+homedir syntax
+;;   (eg, /ssh:xyz.com|sudo:root@xyz.com: or /ssh:xyz.com|sudo:root@xyz.com:~)
+;; * Find suitable, internally consistent ways to sort tidy completions, eg:
+;;   - first list completions for active shells, then present but inactive,
+;;     then historical
+;;   - some way for user to toggle between presenting just buffer names vs
+;;     full buffer/path
+;;     - without cutting user off from easy editing of path
+;; * Find proper method for setting field boundary at beginning of tramp path
+;;   in the minibuffer, in order to see whether the field boundary magically
+;;   enables tramp completion of the path.
+;; * Assess whether option to delete history entry on kill-buffer is
+;;   sufficient.
 
 ;;; Code: