[elpa] externals/multishell d08d954922: Revise the multishell README description.

2022-06-05 Thread ken manheimer
branch: externals/multishell commit d08d9549222e5ba75013f1c32af24b6dda22190d Author: Ken Manheimer Commit: Ken Manheimer Revise the multishell README description. --- README.md | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index

[elpa] externals/multishell 86e07ba8db 1/3: Refine multishell features description.

2022-06-05 Thread ken manheimer
branch: externals/multishell commit 86e07ba8db36743ea2082bb1839a568b9cee254b Author: Ken Manheimer Commit: Ken Manheimer Refine multishell features description. In README.md and multishell.el commentary. --- README.md | 62

[elpa] externals/multishell aa1433b8df 3/3: Increment the package version and refine the description header a little.

2022-06-05 Thread ken manheimer
branch: externals/multishell commit aa1433b8df6d950e8592c7e878922b4ec5374569 Author: Ken Manheimer Commit: Ken Manheimer Increment the package version and refine the description header a little. --- multishell.el | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a

[elpa] externals/multishell 7343133f3f 2/3: Autoload customizations so the customized keybinding loads the package.

2022-06-05 Thread ken manheimer
branch: externals/multishell commit 7343133f3fdd11cb868f8052812fee49d53f1f27 Author: Ken Manheimer Commit: Ken Manheimer Autoload customizations so the customized keybinding loads the package. An explanation of the technique (included in the code): ;; For the package load

[elpa] externals/multishell updated (82b2ac6735 -> aa1433b8df)

2022-06-05 Thread ken manheimer
kenmanheimer pushed a change to branch externals/multishell. from 82b2ac6735 Try to clarify multishell-command-key description, remove deprecated stuff. new 86e07ba8db Refine multishell features description. new 7343133f3f Autoload customizations so the customized keybindin

[elpa] master 9c589a6: * multishell/multishell.el: Require cl-lib when compiling for cl-letf macro.

2020-10-30 Thread ken manheimer
branch: master commit 9c589a62750fc2856811271aea4fceda9e3fe74c Author: Ken Manheimer Commit: Ken Manheimer * multishell/multishell.el: Require cl-lib when compiling for cl-letf macro. --- packages/multishell/multishell.el | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff

[elpa] master 53891c9: * packages/multishell: Fix dumb errors in version statements.

2020-10-29 Thread ken manheimer
branch: master commit 53891c906a9e54a30a110db808cd1b11d063112f Author: Ken Manheimer Commit: Ken Manheimer * packages/multishell: Fix dumb errors in version statements. It's actually 1.1.8. The important Version: header was left at 1.1.7 and my Change Log had it at

[elpa] master 533001c: * packages/multishell: require multishell from multishell-list,

2020-10-28 Thread ken manheimer
branch: master commit 533001cb860f9a29474a0e0dcbb12b037684ab28 Author: Ken Manheimer Commit: Ken Manheimer * packages/multishell: require multishell from multishell-list, Remove now unnecessary autoload cookies. Update version number so these are the revisions that are

[elpa] master a3deba9: * packages/multishell: require multishell-list from multishell,

2020-10-28 Thread ken manheimer
branch: master commit a3deba9a83b212f08c34a91a34333969d8aa958a Author: Ken Manheimer Commit: Ken Manheimer * packages/multishell: require multishell-list from multishell, Add some autoloads for inter-dependencies and update version number. * multishell.el: Update copyright

[elpa] master e6eade0 1/2: multishell - 1.1.5, preserve listing recency, increment multishell-version

2016-02-12 Thread ken manheimer
branch: master commit e6eade0542bcbb262816a10aa183165cab34bdfb Author: Ken Manheimer Commit: Ken Manheimer multishell - 1.1.5, preserve listing recency, increment multishell-version Some small "whoops" fixes. The listing recency change is necessary just in cas

[elpa] master 42a7b2e 2/2: multishell - merge 1.1.5 from multishell repo.

2016-02-12 Thread ken manheimer
branch: master commit 42a7b2ee05354745f234df7325939efd4f8abca2 Merge: b19288e e6eade0 Author: Ken Manheimer Commit: Ken Manheimer multishell - merge 1.1.5 from multishell repo. --- packages/multishell/multishell-list.el |9 ++--- packages/multishell/multishell.el |7

[elpa] master b19288e 9/9: Merge commit 'f2458211bc25749f07e0d70addde7c7745dcc79d'

2016-02-12 Thread ken manheimer
branch: master commit b19288e6ef625e22bf4dda36578eebe157662ad5 Merge: 1abce8e f245821 Author: Ken Manheimer Commit: Ken Manheimer Merge commit 'f2458211bc25749f07e0d70addde7c7745dcc79d' --- packages/multishell/multishell-list.el | 97 packages/

[elpa] master f245821 8/9: multishell - 1.1.4, resolves several TODO items.

2016-02-12 Thread ken manheimer
branch: master commit f2458211bc25749f07e0d70addde7c7745dcc79d Author: Ken Manheimer Commit: Ken Manheimer multishell - 1.1.4, resolves several TODO items. --- multishell-list.el |2 +- multishell.el | 14 +++--- 2 files changed, 4 insertions(+), 12 deletions(-) diff

[elpa] master d68099d 7/9: multishell - Suppress trivial duplicates in completions list presentation.

2016-02-12 Thread ken manheimer
branch: master commit d68099dadbc82e6cbd604f717620b1b305372830 Author: Ken Manheimer Commit: Ken Manheimer multishell - Suppress trivial duplicates in completions list presentation. The duplicates are useful in minibuffer, distinguishing active shells, but not useful in

[elpa] master 1220cdc 6/9: multishell - Be more specific about why we use tramp-cleanup-connection.

2016-02-12 Thread ken manheimer
branch: master commit 1220cdce470b640175faf2093250acc7b7fad16f Author: Ken Manheimer Commit: Ken Manheimer multishell - Be more specific about why we use tramp-cleanup-connection. --- multishell.el |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/multishell.el

[elpa] master fd514d3 4/9: multishell - method to conclude minibuffer interaction from multishell-list

2016-02-12 Thread ken manheimer
branch: master commit fd514d34466844216e754ad3c16a9ce33db7f8df Author: Ken Manheimer Commit: Ken Manheimer multishell - method to conclude minibuffer interaction from multishell-list Use throw-catch facility for non-local minibuffer exit. Originally implemented for invoking and

[elpa] master 7b66048 5/9: multishell - Use better names for completing read and dispatch provisions.

2016-02-12 Thread ken manheimer
branch: master commit 7b6604880039245e326921b68b689e52e2b618d1 Author: Ken Manheimer Commit: Ken Manheimer multishell - Use better names for completing read and dispatch provisions. --- multishell-list.el | 24 +--- multishell.el | 51

[elpa] master 378b866 1/9: Rough stab at using tabulated-list-mode for minibuffer-completion-help

2016-02-12 Thread ken manheimer
branch: master commit 378b866d860092bef7c75153bd6150612131a817 Author: Ken Manheimer Commit: Ken Manheimer Rough stab at using tabulated-list-mode for minibuffer-completion-help A few big problems with what's implemented here: - looks like tabulated-list-mo

[elpa] master 4802f57 3/9: Clarify scheme for using multishell-list for completions help buffer.

2016-02-12 Thread ken manheimer
branch: master commit 4802f5736fd0ccd3db8ffc4627bb84756a8a2c2b Author: Ken Manheimer Commit: Ken Manheimer Clarify scheme for using multishell-list for completions help buffer. 1.1.4 - Use a custom version of display-completion-list - Via institution via cl-letf

[elpa] master 996d534 2/9: multishell - roughly working draft using multishell-list for completions

2016-02-12 Thread ken manheimer
branch: master commit 996d5347c80289d6eb97a7fc620b40e2724b14cc Author: Ken Manheimer Commit: Ken Manheimer multishell - roughly working draft using multishell-list for completions Workable, need to resolve pending issues: - depends on flet - what do i need to do about that

[elpa] master updated (1abce8e -> b19288e)

2016-02-12 Thread ken manheimer
kenmanheimer pushed a change to branch master. from 1abce8e Merge commit 'd827bb511203a64da3ae5cc6910b87b7c99d233b' new 378b866 Rough stab at using tabulated-list-mode for minibuffer-completion-help new 996d534 multishell - roughly working draft using multishell-list

[elpa] master 1303f57 2/4: multishell-list - decorate shell names and implement mouse-click open-here

2016-02-09 Thread ken manheimer
branch: master commit 1303f57d4fd4902595c9281286b2eb6bc8806765 Author: Ken Manheimer Commit: Ken Manheimer multishell-list - decorate shell names and implement mouse-click open-here --- multishell-list.el | 59 --- 1 files changed, 46

[elpa] master updated (6298b25 -> 6bc7135)

2016-02-09 Thread ken manheimer
kenmanheimer pushed a change to branch master. from 6298b25 Merge commit '1ce5a659e968af25122b46a3fc3b04b30b5ebdd5' new 13a585b multishell-list - provide for returning to stopped shells w/out restarting new 1303f57 multishell-list - decorate shell names and implement

[elpa] master 6bc7135 4/4: Merge multishell 1.1.3

2016-02-09 Thread ken manheimer
branch: master commit 6bc713541191d94282cd418f196cfe6d38473f0e Merge: 6298b25 6cbf082 Author: Ken Manheimer Commit: Ken Manheimer Merge multishell 1.1.3 --- packages/multishell/multishell-list.el | 165 ++-- packages/multishell/multishell.el | 14 ++- 2

[elpa] master 6cbf082 3/4: multishell - 1.1.3

2016-02-09 Thread ken manheimer
branch: master commit 6cbf0825f805b6c6588e6a600dbd2c6839127d26 Author: Ken Manheimer Commit: Ken Manheimer multishell - 1.1.3 --- multishell-list.el |2 +- multishell.el | 11 +-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/multishell-list.el b

[elpa] master 13a585b 1/4: multishell-list - provide for returning to stopped shells w/out restarting

2016-02-09 Thread ken manheimer
branch: master commit 13a585bed56dea2912d4d5daa4e2aa9fec880001 Author: Ken Manheimer Commit: Ken Manheimer multishell-list - provide for returning to stopped shells w/out restarting ... and other optional behaviors. Fix positioning in multishell-list-clone-entry using line

[elpa] master 0e4d322 1/2: multishell - multishell-list "clone"; small edits

2016-01-31 Thread ken manheimer
branch: master commit 0e4d3229f8967c177dfa623501cdad85bf701b42 Author: Ken Manheimer Commit: Ken Manheimer multishell - multishell-list "clone"; small edits Use "Directory" insetad of "Path" in multishell-list header. multishell-list-clone

[elpa] master d33fb54 2/2: multishell - a bit more for 1.1.2, including missed change log entries.

2016-01-31 Thread ken manheimer
branch: master commit d33fb5489c4cc6c9111d7f485376699516896e72 Merge: 9df64fc 0e4d322 Author: Ken Manheimer Commit: Ken Manheimer multishell - a bit more for 1.1.2, including missed change log entries. --- packages/multishell/multishell-list.el | 38

[elpa] master 9df64fc 3/3: Merge multishell 1.1.2.

2016-01-31 Thread ken manheimer
branch: master commit 9df64fc64f09c459c22894c8bfa88dce054afbe0 Merge: 3715fb2 a58fb5d Author: Ken Manheimer Commit: Ken Manheimer Merge multishell 1.1.2. --- packages/multishell/multishell-list.el | 49 +++- packages/multishell/multishell.el | 201

[elpa] master a58fb5d 2/3: multishell - Resolve byte-compiler complaints, and rectify some warts

2016-01-31 Thread ken manheimer
branch: master commit a58fb5d0e5b6bc826cba465adbf9a9e38330d60c Author: Ken Manheimer Commit: Ken Manheimer multishell - Resolve byte-compiler complaints, and rectify some warts Thanks to Stefan Monnier for steering me in the right direction on many of these items

[elpa] master updated (3715fb2 -> 9df64fc)

2016-01-31 Thread ken manheimer
kenmanheimer pushed a change to branch master. from 3715fb2 Fix missing mail-header-separator new fd37d9c multishell - settle known multishell-list sort instability issues. new a58fb5d multishell - Resolve byte-compiler complaints, and rectify some warts new

[elpa] master fd37d9c 1/3: multishell - settle known multishell-list sort instability issues.

2016-01-31 Thread ken manheimer
branch: master commit fd37d9cca2520218b2229f18c42e1d45f0805b9b Author: Ken Manheimer Commit: Ken Manheimer multishell - settle known multishell-list sort instability issues. Increment version to 1.1.2 --- multishell-list.el | 18 +++- multishell.el | 53

[elpa] master 2d1062d 7/7: multishell - merge 1.1.1

2016-01-30 Thread ken manheimer
branch: master commit 2d1062d1876e4413b95d003720fee25df77e5975 Merge: 19862ff 0bb7575 Author: Ken Manheimer Commit: Ken Manheimer multishell - merge 1.1.1 --- packages/multishell/multishell-list.el | 91 +++- packages/multishell/multishell.el | 20

[elpa] master 6145889 1/7: multishell-list-edit-entry - make actual buffer name track edit

2016-01-30 Thread ken manheimer
branch: master commit 6145889b7aeb9c6d91fc9ddb31f76ef45b72322a Author: Ken Manheimer Commit: Ken Manheimer multishell-list-edit-entry - make actual buffer name track edit --- multishell-list.el | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/multishell

[elpa] master 0bb7575 6/7: multishell - set rev to 1.1.1

2016-01-30 Thread ken manheimer
branch: master commit 0bb75756aac2a041689ab6d863637d490f19cd8a Author: Ken Manheimer Commit: Ken Manheimer multishell - set rev to 1.1.1 Addition of multishell-list should have been 1.1.0. --- multishell-list.el |2 +- multishell.el |7 --- 2 files changed, 5

[elpa] master 07e6318 4/7: multishell - more shaking out of initial multishell-list glitches

2016-01-30 Thread ken manheimer
branch: master commit 07e631852b8778f3355c7f8ce4bf1fb8f7aad343 Author: Ken Manheimer Commit: Ken Manheimer multishell - more shaking out of initial multishell-list glitches --- multishell-list.el | 47 +++ multishell.el | 15

[elpa] master 79384cc 5/7: multishell-list - refer to multishell.el for commentary, etc.

2016-01-30 Thread ken manheimer
branch: master commit 79384cc26686d3c04d3ef7e57d4441bc9592db4f Author: Ken Manheimer Commit: Ken Manheimer multishell-list - refer to multishell.el for commentary, etc. --- multishell-list.el |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/multishell-list.el b

[elpa] master 4c06767 3/7: multishell - shake out some initial multishell-list glitches

2016-01-30 Thread ken manheimer
branch: master commit 4c06767983603e85d0c219520989d9ab75e3fecf Author: Ken Manheimer Commit: Ken Manheimer multishell - shake out some initial multishell-list glitches - (Offer to) delete shell buffer, if present, when deleting an entry. Rely on the default active-shell

[elpa] master b265d3c 2/7: multishell-list-open-as-default - new operation, on "O"

2016-01-30 Thread ken manheimer
branch: master commit b265d3c65a823c2b3ae703a2c6e22acb8b78387c Author: Ken Manheimer Commit: Ken Manheimer multishell-list-open-as-default - new operation, on "O" --- multishell-list.el |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/multishell

[elpa] master updated (19862ff -> 2d1062d)

2016-01-30 Thread ken manheimer
kenmanheimer pushed a change to branch master. from 19862ff Use font-lock-fontify-region instead of jit-lock-fontify-now new 6145889 multishell-list-edit-entry - make actual buffer name track edit new b265d3c multishell-list-open-as-default - new operation, on "O"

[elpa] tag 1.1.1 deleted (was 30ba444)

2016-01-30 Thread ken manheimer
kenmanheimer pushed a change to tag 1.1.1. *** WARNING: tag 1.1.1 was deleted! *** was 30ba444 Merge multishell 1.0.9 The revisions that were on this tag are still contained in other references; therefore, this change does not discard any commits from the repository.

[elpa] tag 1.1.1 created (now 30ba444)

2016-01-30 Thread ken manheimer
kenmanheimer pushed a change to tag 1.1.1. at 30ba444 (commit) No new revisions were added by this update.

[elpa] master updated (8f6fe36 -> 30ba444)

2016-01-29 Thread ken manheimer
kenmanheimer pushed a change to branch master. from 8f6fe36 Add 'packages/loccur/' from commit 'fb1fbc0ff5da7a8b117542ab8083d29cd79e12b2' new 04a0dec multishell - start multishell-list-shells tabulated list functionality. new 59cb26c multishell - add multishell-list,

[elpa] master 7b19a19 3/5: multishell - whoops, changed commentary while editing commit message.

2016-01-29 Thread ken manheimer
branch: master commit 7b19a19976c67a532ef349c84843275e3ab8a0c2 Author: Ken Manheimer Commit: Ken Manheimer multishell - whoops, changed commentary while editing commit message. --- multishell.el |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/multishell.el b

[elpa] master 46bdd13 4/5: multishell - list active the present then historical buffers

2016-01-29 Thread ken manheimer
branch: master commit 46bdd13d97357cd624de91fb19e5a602aabfa8e6 Author: Ken Manheimer Commit: Ken Manheimer multishell - list active the present then historical buffers and identify them in multishell-list as "+" = active, "." = present, and &q

[elpa] master 30ba444 5/5: Merge multishell 1.0.9

2016-01-29 Thread ken manheimer
branch: master commit 30ba44404311276d2650664001c5261e52d3008f Merge: 8f6fe36 46bdd13 Author: Ken Manheimer Commit: Ken Manheimer Merge multishell 1.0.9 --- packages/multishell/multishell-list.el | 137 packages/multishell/multishell.el | 271

[elpa] master 04a0dec 1/5: multishell - start multishell-list-shells tabulated list functionality.

2016-01-29 Thread ken manheimer
branch: master commit 04a0dec67dab70f378c49277178ba294e7392a38 Author: Ken Manheimer Commit: Ken Manheimer multishell - start multishell-list-shells tabulated list functionality. --- multishell.el | 56 1 files changed, 56

[elpa] master 59cb26c 2/5: multishell - add multishell-list, solidify facilities

2016-01-29 Thread ken manheimer
branch: master commit 59cb26c3984c59047c186b040689643a4b81bf17 Author: Ken Manheimer Commit: Ken Manheimer multishell - add multishell-list, solidify facilities - multishell-list.el based on tabulated-list - refactor multishell-pop-to-shell so users can activate multishell-list

[elpa] master 77c698c 6/8: multishell - add pending 1.0.9 changes, revise TODO/known issues

2016-01-28 Thread ken manheimer
branch: master commit 77c698c621d5972e501558742d8107b1c8f2a6d5 Author: Ken Manheimer Commit: Ken Manheimer multishell - add pending 1.0.9 changes, revise TODO/known issues --- multishell.el | 16 +++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a

[elpa] master ef022b1 8/8: multishell - merge latest updates

2016-01-28 Thread ken manheimer
branch: master commit ef022b1e5e455fd13d0a374d41f1863cff8577bf Merge: a136ff8 6e308f9 Author: Ken Manheimer Commit: Ken Manheimer multishell - merge latest updates Still at 1.0.8. --- packages/multishell/multishell.el | 68 + 1 files changed

[elpa] master 8cea630 4/8: multishell - don't inhibit buffer names from completions.

2016-01-28 Thread ken manheimer
branch: master commit 8cea630b74fe4b8806d250d551be4a23d346fa59 Author: Ken Manheimer Commit: Ken Manheimer multishell - don't inhibit buffer names from completions. Allow duplicates as sign of buffers that currently exist vs historical entries. --- multishell.el |4 ++

[elpa] master 0eb0987 1/8: multishell - refine some docstring bumpiness

2016-01-28 Thread ken manheimer
branch: master commit 0eb0987af5bbceb2c9f7a04f640c46b2f42b751d Author: Ken Manheimer Commit: Ken Manheimer multishell - refine some docstring bumpiness --- multishell.el | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/multishell.el b/multishell.el index

[elpa] master f01cf3f 3/8: multishell-start-shell-in-buffer - consolidate conditions better

2016-01-28 Thread ken manheimer
branch: master commit f01cf3f72d5aa35dfdbe2a7f59e93f370a0949c2 Author: Ken Manheimer Commit: Ken Manheimer multishell-start-shell-in-buffer - consolidate conditions better --- multishell.el | 10 -- 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/multishell.el b

[elpa] master updated (a136ff8 -> ef022b1)

2016-01-28 Thread ken manheimer
kenmanheimer pushed a change to branch master. from a136ff8 Merged from upstream with StefanM's changes new 0eb0987 multishell - refine some docstring bumpiness new 57f56f2 multishell - don't skip cd when restarting local shells; note new starts new f01cf3f

[elpa] master 57f56f2 2/8: multishell - don't skip cd when restarting local shells; note new starts

2016-01-28 Thread ken manheimer
branch: master commit 57f56f2cf150a918ad4e258475433b9b950f2fc0 Author: Ken Manheimer Commit: Ken Manheimer multishell - don't skip cd when restarting local shells; note new starts Shaking out implementation of shell launch decision tree. --- multishell.el | 12 --

[elpa] master 6e308f9 7/8: multishell - include active shell buffers names along with history entries.

2016-01-28 Thread ken manheimer
branch: master commit 6e308f9f0ed7421baab802faa21dfef53196a39c Author: Ken Manheimer Commit: Ken Manheimer multishell - include active shell buffers names along with history entries. The effect is that existing shell buffers will complete as both the bare names and the name

[elpa] master 81c9e3e 5/8: multishell - add paths to shells started without one, when dir tracking

2016-01-28 Thread ken manheimer
branch: master commit 81c9e3e669dc436846db1626b9856c77d145b8b7 Author: Ken Manheimer Commit: Ken Manheimer multishell - add paths to shells started without one, when dir tracking --- multishell.el | 22 +++--- 1 files changed, 15 insertions(+), 7 deletions(-) diff --git

[elpa] master f05c908 6/7: multishell - reduce multishell-primary-name savehist extra fuss

2016-01-26 Thread ken manheimer
branch: master commit f05c908495cce0f5742c0f751537976a0071ecb9 Author: Ken Manheimer Commit: Ken Manheimer multishell - reduce multishell-primary-name savehist extra fuss I'm finding that preserving multishell-primary-name across sessions isn't so desirable, and thi

[elpa] master 0341f3e 1/7: multishell README.md - Add link to ELPA package entry.

2016-01-26 Thread ken manheimer
branch: master commit 0341f3e03f25a6d68d39478791e14d47673d6401 Author: Ken Manheimer Commit: Ken Manheimer multishell README.md - Add link to ELPA package entry. --- README.md |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index 08125f1

[elpa] master e7f3aa4 7/7: multishell - merge code tidying, still on 1.0.8.

2016-01-26 Thread ken manheimer
branch: master commit e7f3aa420da097fd3f2ffe6c2ba5aa42af4b671f Merge: ad2214a f05c908 Author: Ken Manheimer Commit: Ken Manheimer multishell - merge code tidying, still on 1.0.8. Accumulating for eventual inclusion in 1.0.9. --- packages/multishell/README.md | 12

[elpa] master 4d6a16a 5/7: multishell - save match-data whenever; relocate some helper funcs

2016-01-26 Thread ken manheimer
branch: master commit 4d6a16a04eae6fd5e22a40b163e81340ba29dd3f Author: Ken Manheimer Commit: Ken Manheimer multishell - save match-data whenever; relocate some helper funcs --- multishell.el | 57 + 1 files changed, 29 insertions

[elpa] master updated (ad2214a -> e7f3aa4)

2016-01-26 Thread ken manheimer
kenmanheimer pushed a change to branch master. from ad2214a * sm-c-mode/sm-c-mode.el (sm-c-smie-rules): Improve indent of enum's {...} new 0341f3e multishell README.md - Add link to ELPA package entry. new bd088d0 multishell - Refine documentation a bit. new 9

[elpa] master 96c6843 3/7: multishell - simplify multishell-start-shell-in-buffer

2016-01-26 Thread ken manheimer
branch: master commit 96c68433cd0ad705f30d07c30c355548312249d8 Author: Ken Manheimer Commit: Ken Manheimer multishell - simplify multishell-start-shell-in-buffer Apparently we don't need to go beneath the shell command to set the path and tidy prior connec

[elpa] master bd088d0 2/7: multishell - Refine documentation a bit.

2016-01-26 Thread ken manheimer
branch: master commit bd088d08cc09a36e324467e0f1ef370fe12bfcbd Author: Ken Manheimer Commit: Ken Manheimer multishell - Refine documentation a bit. --- README.md | 10 +- multishell.el | 34 +++--- 2 files changed, 28 insertions(+), 16 deletions

[elpa] master 423c41a 4/7: multishell - use eval-after-load when with-eval-after-load isn't around.

2016-01-26 Thread ken manheimer
branch: master commit 423c41a333e2b7d6e0f4e6420b5b1dbeb72fbb0f Author: Ken Manheimer Commit: Ken Manheimer multishell - use eval-after-load when with-eval-after-load isn't around. With this, you can use multishell in Emacs 23. I saw a problem with a remote sudo shell

[elpa] master 07d8d96 1/4: multishell - describe shell choice decision tree in getting-to-a-shell.md

2016-01-24 Thread ken manheimer
branch: master commit 07d8d96720708e9923c1117da07a93e34163769e Author: Ken Manheimer Commit: Ken Manheimer multishell - describe shell choice decision tree in getting-to-a-shell.md --- getting-to-a-shell.md | 41 + 1 files changed, 41 insertions

[elpa] master 91905b6 4/4: multishell - merge 1.0.8.

2016-01-24 Thread ken manheimer
branch: master commit 91905b6de42dd519770186436c6f9a6c92921677 Merge: 360ed90 78e6619 Author: Ken Manheimer Commit: Ken Manheimer multishell - merge 1.0.8. --- packages/multishell/README.md | 90 + packages/multishell/getting-to-a-shell.md | 41

[elpa] master d6e51dd 2/4: multishell - work around remote+sudo+homedir problem, tidy shell resolution

2016-01-24 Thread ken manheimer
branch: master commit d6e51ddb4e5182109bbc89c178c47e6439e68e7a Author: Ken Manheimer Commit: Ken Manheimer multishell - work around remote+sudo+homedir problem, tidy shell resolution - Work around the shell/tramp mishandling of remote+sudo+homedir problem! The work around is

[elpa] master 78e6619 3/4: multishell - update features list, remove change log and todo

2016-01-24 Thread ken manheimer
branch: master commit 78e66196f6cf30356acc890dd2dcbd3c75412410 Author: Ken Manheimer Commit: Ken Manheimer multishell - update features list, remove change log and todo Use multishell code commentary for change log and todo, and refer to that from here. (The commentary

[elpa] master updated (360ed90 -> 91905b6)

2016-01-24 Thread ken manheimer
kenmanheimer pushed a change to branch master. from 360ed90 Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa new 07d8d96 multishell - describe shell choice decision tree in getting-to-a-shell.md new d6e51dd multishell - work around remote+sudo+homedir prob

[elpa] master 360ed90 3/3: Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa

2016-01-23 Thread ken manheimer
branch: master commit 360ed9017c595f9e1bef8b7b15feb3ca04d95ad2 Merge: 822d628 381726a Author: Ken Manheimer Commit: Ken Manheimer Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa --- .gitignore |5 + G

[elpa] master updated (381726a -> 360ed90)

2016-01-23 Thread ken manheimer
kenmanheimer pushed a change to branch master. from 381726a Add test capability to ELPA new cb35c72 multishell - Remove notes about tramp remote+sudo+homedir+sudo prob new 822d628 multishell - merge 1.0.7 new 360ed90 Merge branch 'master' of git.sv.gnu.org:

[elpa] master 822d628 2/3: multishell - merge 1.0.7

2016-01-23 Thread ken manheimer
branch: master commit 822d6284b0dc757a7537df2d1ed46e8a9187a9e2 Merge: 4300eae cb35c72 Author: Ken Manheimer Commit: Ken Manheimer multishell - merge 1.0.7 --- packages/multishell/multishell.el | 30 ++ 1 files changed, 6 insertions(+), 24 deletions(-) diff

[elpa] master cb35c72 1/3: multishell - Remove notes about tramp remote+sudo+homedir+sudo prob

2016-01-23 Thread ken manheimer
branch: master commit cb35c72c3ce027994352b42f3c6f027ccc5b6770 Author: Ken Manheimer Commit: Ken Manheimer multishell - Remove notes about tramp remote+sudo+homedir+sudo prob Apparently it's due to something in my local site configuration. The problem happens reliably in

[elpa] master 4300eae 2/2: multishell - still 1.0.6, clarify conditions for tramp homedir bug

2016-01-23 Thread ken manheimer
branch: master commit 4300eaeea7120e40693a8873d98b40272035c2a8 Merge: d34b2ae 5b011ac Author: Ken Manheimer Commit: Ken Manheimer multishell - still 1.0.6, clarify conditions for tramp homedir bug --- packages/multishell/multishell.el | 37 +++-- 1 files

[elpa] master 5b011ac 1/2: multishell - note that the tramp bug is on remote|sudo to homedir

2016-01-23 Thread ken manheimer
branch: master commit 5b011ac2c545be3ca824862f48032c9a2980798b Author: Ken Manheimer Commit: Ken Manheimer multishell - note that the tramp bug is on remote|sudo to homedir (I had neglected to include the sudo part.) --- multishell.el | 37

[elpa] master 2b2b9db 3/4: multishell - merge 1.0.6 changes.

2016-01-22 Thread ken manheimer
branch: master commit 2b2b9db1c622de08575c89b9e9e9a15ed69e3673 Merge: 7e40fdf 86322cc Author: Ken Manheimer Commit: Ken Manheimer multishell - merge 1.0.6 changes. --- packages/multishell/multishell.el | 274 +++-- 1 files changed, 169 insertions(+), 105

[elpa] master updated (eaa2c7a -> d34b2ae)

2016-01-22 Thread ken manheimer
kenmanheimer pushed a change to branch master. from eaa2c7a Merge commit '1054ea1bc5b07a1438a18c1b33f4266b28ff9d77' new d8ff701 multishell - revamp name and path resolution for clarity new 86322cc multishell - bump to 1.0.6, support primary name savehist, tweak docstr

[elpa] master d34b2ae 4/4: Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa

2016-01-22 Thread ken manheimer
branch: master commit d34b2ae62371edd2ac2bc04a22b3e39cb7d215b7 Merge: 2b2b9db eaa2c7a Author: Ken Manheimer Commit: Ken Manheimer Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa --- packages/gnome-c-style/README.md| 13 ++--- packages/gnome-c-sty

[elpa] master 86322cc 2/4: multishell - bump to 1.0.6, support primary name savehist, tweak docstrings

2016-01-22 Thread ken manheimer
branch: master commit 86322cc5fe35d474137ab49205049246babb04bc Author: Ken Manheimer Commit: Ken Manheimer multishell - bump to 1.0.6, support primary name savehist, tweak docstrings - Refine commentary and docstrings - With name/path handling rectified in last commit, users

[elpa] master d8ff701 1/4: multishell - revamp name and path resolution for clarity

2016-01-22 Thread ken manheimer
branch: master commit d8ff701f28360775035395f27a9b9f8f1380d3ae Author: Ken Manheimer Commit: Ken Manheimer multishell - revamp name and path resolution for clarity - Simplify multishell-resolve-target-name-and-path - Fix conduct when assigned primary name is associated with a

[elpa] master 7e40fdf 3/3: Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa

2016-01-22 Thread ken manheimer
branch: master commit 7e40fdfef68c4abe3ece06d8fa09d2b22f9f4699 Merge: 165dfe3 cea6e78 Author: Ken Manheimer Commit: Ken Manheimer Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa --- admin/archive-contents.el | 13 +- packages/ada-mode/a

[elpa] master 165dfe3 2/3: multishell - Merge commit '8d70b90b6f5b326749fbd1b8597ecf5cfc9b47d0'

2016-01-22 Thread ken manheimer
branch: master commit 165dfe3ba8a8da8df07c23d7d352326091958e51 Merge: da68117 8d70b90 Author: Ken Manheimer Commit: Ken Manheimer multishell - Merge commit '8d70b90b6f5b326749fbd1b8597ecf5cfc9b47d0' --- packages/multishell/multishell.el |2 +- 1 files changed, 1 insert

[elpa] master updated (cea6e78 -> 7e40fdf)

2016-01-22 Thread ken manheimer
kenmanheimer pushed a change to branch master. from cea6e78 * packages/gnome-c-style/gnome-c-tests.el: Really add copyright blurb new 8d70b90 multishell - tie down multishell-history-entries matches new 165dfe3 multishell - Merge commit '8d70b90b6f5b326749fbd1b8597ec

[elpa] master 8d70b90 1/3: multishell - tie down multishell-history-entries matches

2016-01-22 Thread ken manheimer
branch: master commit 8d70b90b6f5b326749fbd1b8597ecf5cfc9b47d0 Author: Ken Manheimer Commit: Ken Manheimer multishell - tie down multishell-history-entries matches so we get the correct entry for a name. --- multishell.el |2 +- 1 files changed, 1 insertions(+), 1 deletions

[elpa] master updated (ce03c01 -> da68117)

2016-01-21 Thread ken manheimer
kenmanheimer pushed a change to branch master. from ce03c01 Merge commit '6bf96861b98e91ca9c3bd146697580b42d30f5d9' new 47fe107 multishell - remove mistaken (and deadly) residual kill-buffer! new 3e639bf multishell - don't swallow connection errors besides tramp home

[elpa] master 3e639bf 2/4: multishell - don't swallow connection errors besides tramp homedir prob

2016-01-21 Thread ken manheimer
branch: master commit 3e639bfbf6f22149abb8b828a4b35f688d45b4a6 Author: Ken Manheimer Commit: Ken Manheimer multishell - don't swallow connection errors besides tramp homedir prob In arranging special provisions to recognize homedir prob, we were swallowing other, regular e

[elpa] master 47fe107 1/4: multishell - remove mistaken (and deadly) residual kill-buffer!

2016-01-21 Thread ken manheimer
branch: master commit 47fe1077bb26cffa742e0b75408e8430dbc99be3 Author: Ken Manheimer Commit: Ken Manheimer multishell - remove mistaken (and deadly) residual kill-buffer! --- multishell.el |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/multishell.el b

[elpa] master da68117 4/4: Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa

2016-01-21 Thread ken manheimer
branch: master commit da6811753a170961cc4f5173b85ceebb21291ddf Merge: 4d1fad6 ce03c01 Author: Ken Manheimer Commit: Ken Manheimer Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa --- packages/gnome-c-style/gnome-c-align.el | 21 ++--- packages/gno

[elpa] master 4d1fad6 3/4: multishell - Merge edge-case but significant fixes

2016-01-21 Thread ken manheimer
branch: master commit 4d1fad67524431f7c8f20bc62e503d49e8177fb8 Merge: 44207ea 3e639bf Author: Ken Manheimer Commit: Ken Manheimer multishell - Merge edge-case but significant fixes including one case that can apply kill-buffer to the wrong buffer, sigh. --- packages/multishell

[elpa] master 44207ea 2/2: Merge '0c8e5e554199814c25258bc93b64dc008a9ab840', register assoc early.

2016-01-20 Thread ken manheimer
branch: master commit 44207eadd7f8eb9192e128a0108efeb5e7f88009 Merge: db1061b 0c8e5e5 Author: Ken Manheimer Commit: Ken Manheimer Merge '0c8e5e554199814c25258bc93b64dc008a9ab840', register assoc early. --- packages/multishell/multishell.el | 11 --- 1 files changed, 8

[elpa] master 0c8e5e5 1/2: Register name/path association early, so name is at front of history.

2016-01-20 Thread ken manheimer
branch: master commit 0c8e5e554199814c25258bc93b64dc008a9ab840 Author: Ken Manheimer Commit: Ken Manheimer Register name/path association early, so name is at front of history. --- multishell.el | 11 --- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a

[elpa] master f557bd1 1/5: multishell - Comment and docstring tidying.

2016-01-19 Thread ken manheimer
branch: master commit f557bd1dc87cd8349b90bc71f4171ee5663809be Author: Ken Manheimer Commit: Ken Manheimer multishell - Comment and docstring tidying. --- multishell.el | 27 ++- 1 files changed, 14 insertions(+), 13 deletions(-) diff --git a/multishell.el b

[elpa] master updated (4bd8eeb -> db1061b)

2016-01-19 Thread ken manheimer
kenmanheimer pushed a change to branch master. from 4bd8eeb Release debbugs 0.9 new f557bd1 multishell - Comment and docstring tidying. new 74c53ba multishell - Refine the commentary. new d128c7d multishell - Clarify multishell-register-name-to-path. n

[elpa] master db1061b 5/5: Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa

2016-01-19 Thread ken manheimer
branch: master commit db1061b60417af3f6533c1e4166bd985ff0f0e46 Merge: 9cb1841 4bd8eeb Author: Ken Manheimer Commit: Ken Manheimer Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa --- packages/debbugs/debbugs-gnu.el |3 +- packages/debbugs/debbugs-org

[elpa] master 9cb1841 4/5: Merge commit recent multshell changes.

2016-01-19 Thread ken manheimer
branch: master commit 9cb1841ec809f25193fa007d4e7a16eaad756336 Merge: 236f345 d128c7d Author: Ken Manheimer Commit: Ken Manheimer Merge commit recent multshell changes. --- packages/multishell/multishell.el | 64 +--- 1 files changed, 37 insertions(+), 27

[elpa] master d128c7d 3/5: multishell - Clarify multishell-register-name-to-path.

2016-01-19 Thread ken manheimer
branch: master commit d128c7d503890de57cfe478ed9dc9f102ed36b45 Author: Ken Manheimer Commit: Ken Manheimer multishell - Clarify multishell-register-name-to-path. --- multishell.el | 13 ++--- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/multishell.el b

[elpa] master 74c53ba 2/5: multishell - Refine the commentary.

2016-01-19 Thread ken manheimer
branch: master commit 74c53baacd4b007ae456e114cd4dc0dd31be93e1 Author: Ken Manheimer Commit: Ken Manheimer multishell - Refine the commentary. --- multishell.el | 38 -- 1 files changed, 24 insertions(+), 14 deletions(-) diff --git a/multishell.el b

[elpa] master 236f345 3/3: Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa

2016-01-18 Thread ken manheimer
branch: master commit 236f345afddf3146b81bad2b0502e2c390be38a6 Merge: 7e7d7bb 988e407 Author: Ken Manheimer Commit: Ken Manheimer Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa --- externals-list|1 + packages/gnome-c-style/

[elpa] master 7e7d7bb 2/3: Merge commit '2c5d608ddfeb2dc1acc15d645d94cac087f001d4'

2016-01-18 Thread ken manheimer
branch: master commit 7e7d7bbea8bbe625bb38e29502c47b42245fcbd7 Merge: 445258b 2c5d608 Author: Ken Manheimer Commit: Ken Manheimer Merge commit '2c5d608ddfeb2dc1acc15d645d94cac087f001d4' --- packages/multishell/multishell.el | 13 ++--- 1 files changed, 10 insert

  1   2   >