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

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

bug#45821: Emacs UDP support on Windows


From: Po Lu
Subject: bug#45821: Emacs UDP support on Windows
Date: Tue, 03 Jan 2023 21:30:12 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

Alex Matei <matei.alexandru@live.com> writes:

> Thank you!
>
> Yes I was looking for some LISP level logging options so planning on giving 
> `Fmessage` / `message1` a try!

If you want to print an object to the standard error stream, then:

  Fprint (foo, Qexternal_debugging_output);

where `foo' is the object you want to print.  Thanks for working on
Emacs.




reply via email to

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