emacs-devel
[Top][All Lists]
Advanced

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

NSTRACE: Create message indicating window and/or buffer.


From: Keith David Bershatsky
Subject: NSTRACE: Create message indicating window and/or buffer.
Date: Wed, 06 Sep 2017 22:07:53 -0700

I would like to insert a NSTRACE message to let me know the window and/or 
buffer at issue.

For example, ns_update_window_end contains a first argument of `w`.  I would 
like to see the pretty human readable name for that window, just like what we 
see when running `M-x trace-redisplay`.  The `%s` format argument requires a 
`char`, and rejects a Lisp_Object.

How can I achieve this feature?

Thanks,

Keith



reply via email to

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