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
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
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
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
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
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
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
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
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
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
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
branch: master
commit b19288e6ef625e22bf4dda36578eebe157662ad5
Merge: 1abce8e f245821
Author: Ken Manheimer
Commit: Ken Manheimer
Merge commit 'f2458211bc25749f07e0d70addde7c7745dcc79d'
---
packages/multishell/multishell-list.el | 97
packages/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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"
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.
kenmanheimer pushed a change to tag 1.1.1.
at 30ba444 (commit)
No new revisions were added by this update.
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,
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
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
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
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
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
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
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
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 ++
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
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
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
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 --
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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 - 100 of 109 matches
Mail list logo