]> git.neil.brown.name Git - edlib.git/commit
emacs: support shows shell output in a popup.
authorNeilBrown <neil@brown.name>
Thu, 27 Jul 2023 10:32:59 +0000 (20:32 +1000)
committerNeilBrown <neil@brown.name>
Thu, 27 Jul 2023 10:32:59 +0000 (20:32 +1000)
commit964e4e9981001ddcbb44aba32f57882259cd229d
tree6c720a6583921237aaa21563b90e40d69f84e265
parentadf0062e47ca7a09b88cdd984c817be430cdd2f4
emacs: support shows shell output in a popup.

With a prefix arg of 0 or 1, shellcmd still interpolates the output into
the current buffer.
With a prefix arg of 4, it now shows the output in a popup window, like
visiting a file with
  Cx 4 4 f

Signed-off-by: NeilBrown <neil@brown.name>
DOC/TODO.md
mode-emacs.c
python/lib-shellcmd.py