You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Output of the print sp.call(["ls", "-l"]) is placed on the top of buffer Messages. But this line is the fourth line of print in the python script. This is inconsistent with output order when executing on terminal.
Using Emacs 25.0.95 and latest develop branch, I can confirm this behavior, BUT: I experience the same behavior with stock Emacs:
start stock Emacs: emacs -Q
M-! and execute command python test_cmd.py
So I don't think there's much we can do. I suggest searching the web and Emacs' bug tracker for this issue, and if you don't find anything you can report a bug to Emacs by calling M-x report-emacs-bug.
Observed behaviour:
Buffer Messages shows [...]
Note: for me the output is shown in the *Shell Command Output*, not the messages buffer. The messages buffer is a different buffer called *Messages*.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!
Description
Output of the
print sp.call(["ls", "-l"])
is placed on the top of bufferMessages
. But this line is the fourth line of print in the python script. This is inconsistent with output order when executing on terminal.Reproduction guide
python test_cmd.py
test_cmd.py
Observed behaviour:
Buffer
Messages
showsExpected behaviour:
If this script is run on terminal, output order will be as below
System Info
Backtrace
The text was updated successfully, but these errors were encountered: