shell-command-x.el icon indicating copy to clipboard operation
shell-command-x.el copied to clipboard

Async Shell Command not advised

Open swflint opened this issue 2 years ago • 3 comments

It appears that async-shell-command isn't appropriately advised. When running interactively, for instance, with M-& echo foo, the standard Emacs "Async shell command" style buffer name is used.

swflint avatar Nov 06 '23 23:11 swflint

Hm, have you activated shell-command-x-mode? I use M-& all the time

elizagamedev avatar Nov 07 '23 01:11 elizagamedev

Alternatively, I wonder if there's some path somewhere in async shell command that doesn't call the advised functions in this package. I'll have to take another look at the function. Are you using this package in conjunction with similar packages that may conflict?

elizagamedev avatar Nov 07 '23 01:11 elizagamedev

I have enable shell-command-x-mode. I don't believe I'm using any similar/conflicting packages.

swflint avatar Nov 07 '23 02:11 swflint