help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Programatically suppress "Async Shell command" buffer


From: gearheart
Subject: Programatically suppress "Async Shell command" buffer
Date: Mon, 6 Jul 2009 06:43:50 -0700 (PDT)

Hi

When async shell-command is run, i get empty buffer that takes like half of
the screen. I know that if command is ran with C-u M-! than buffer is not
shown. I want to bind a calling of specific shell command to some key combo.

C-u is universal-argument, so i wrote a function like

(universal-argument)
(shell-command "something&")

but that still shows empty buffer. So how to write this correctly?

Thank you.
-- 
View this message in context: 
http://www.nabble.com/Programatically-suppress-%22Async-Shell-command%22-buffer-tp24355670p24355670.html
Sent from the Emacs - Help mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]