For me, the warning spam is on stderr, not stdout. I often launch emacs
from the same terminal that I'm executing code in, so the error messages
are really annoying.
Below is the workaround I'm using for emacs; hopefully this will be
useful to others affected by this.
For bash, add this to ~/.bashrc:
emacs_dn () { emacs $* 2> /dev/null ; }
alias emacs='emacs_dn'
For csh, add this to ~/.cshrc:
alias emacs 'emacs \!* >& /dev/null'
-Scott
--
warning spam on stdout: CRITICAL **: murrine_style_draw_box_gap: assertion
`height >= -1' failed
https://bugs.launchpad.net/bugs/538499
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs