Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 498 Bytes

1.1.0.md

File metadata and controls

19 lines (12 loc) · 498 Bytes

Change log 1.1.0

Date: 20160507

Inhibit message from redirecting back from child thread

There is a variabel timp-server-inhibit-message added to timp-server.

If this variable set to nil, messages will not redirect back to parent thread.

In your dark package, you can also do:

(with-timp-server-inhibited-message
    (message "123")
    (message "abc"))

The with-timp-server-inhibited-message macro temporarily disable message from redirecting back to parent thread.