abingham / prosjekt

A emacs extension for working with "projects"
22 stars 7 forks source link

Support running commands in non-compilation buffer #30

Closed abingham closed 12 years ago

abingham commented 12 years ago

Right now all commands are executed in the compilation buffer. This can be a problem if you want to have your compilation output preserved while running some other command. We should be able to let folks run their commands in some other buffer, e.g. not the compilation buffer. Think it over.

abingham commented 12 years ago

Actually, you can already do this kind of stuff with existing functionality:

("[f7]" "call" (shell-command "my_command --with argument &" "*some-outupt-buffer*"))