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

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

bug#15180: Using princ without ending newline


From: Johan Andersson
Subject: bug#15180: Using princ without ending newline
Date: Sat, 24 Aug 2013 17:49:12 +0200

Hi,

It seems that princ will not print output directly if there's no ending newline. For example:

(princ "foo\n")
(princ "bar")
(sleep-for 3)

This will print "foo" directly, then wait three seconds and then print "bar". Why does it not print "bar" directly?

reply via email to

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