emacs-devel
[Top][All Lists]
Advanced

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

Re: How to get a window Lisp_Object from struct window *w?


From: Keith David Bershatsky
Subject: Re: How to get a window Lisp_Object from struct window *w?
Date: Tue, 18 Sep 2018 09:29:20 -0700

Thank you, Eli.  Greatly appreciated!

Keith

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

> Date: [09-18-2018 01:24:14] <18 Sep 2018 11:24:14 +0300>
> From: Eli Zaretskii <address@hidden>
> To: Keith David Bershatsky <address@hidden>
> CC: address@hidden
> Subject: Re: How to get a window Lisp_Object from struct window *w?
> 
> > Date: Mon, 17 Sep 2018 17:57:45 -0700
> > From: Keith David Bershatsky <address@hidden>
> >
> > I was wondering if there is a more efficient way to derive window from a 
> > struct window *w?
> 
> Like this:
> 
>   struct window *w;
>   Lisp_Object window;
>   XSETWINDOW (window, w);



reply via email to

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