]> git.eshelyaron.com Git - emacs.git/commit
emacsclient: avoid background chatter
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Dec 2018 18:46:06 +0000 (10:46 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Dec 2018 18:48:04 +0000 (10:48 -0800)
commit46b810081165fecae5086b71fafdb3eb19c30df5
tree8bce3e5fb56b6040a5f955915b0a76182bd4cd2c
parent2f985977f691a37a6d45298128b88d0cefcc93a1
emacsclient: avoid background chatter

* lib-src/emacsclient.c (process_grouping): New function.
(act_on_signals, main): Use it.
(main): Omit "Waiting for Emacs..." and later "\n" messages
if in background, since that messes up the screen.
lib-src/emacsclient.c