emacs-devel
[Top][All Lists]
Advanced

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

`message' not outputting the newline "atomically"


From: Lars Ingebrigtsen
Subject: `message' not outputting the newline "atomically"
Date: Wed, 19 Jun 2019 16:12:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

When lines are output as a unit (and we're below OS-dependent block
sizes, I guess), we're guaranteed that two processes outputting lines
won't have them stomp on each other.

However, with make -j8:

  INFO     Scraping files for autoloads... 
  INFO     Scraping files for autoloads...20%   GEN      
../../lisp/cedet/semantic/wisent/javat-wy.el

  GEN      ../../lisp/cedet/semantic/wisent/js-wy.el

And it always seems like it's the newline that's output separately?

These messages are output with `message', I think?  Is this something
that could be fixed?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




reply via email to

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