> Cc: Eli Zaretskii <[EMAIL PROTECTED]>, [email protected], [EMAIL 
> PROTECTED],
>         [EMAIL PROTECTED]
> From: Michael Albinus <[EMAIL PROTECTED]>
> Date: Wed, 13 Dec 2006 14:47:56 +0100
> 
> > PuTTY itself uses the following code:
> >
> > *int* *agent_exists*(*void*)
> > {
> >    HWND hwnd;
> >    hwnd = FindWindow(*"Pageant"*, *"Pageant"*);
> >    *if* (!hwnd)
> >     *return* FALSE;
> >    *else*
> >     *return* TRUE;
> > }
> 
> Hmm. Could you translate it into Lisp?

What for?  It's much easier to write a new w32-specific primitive in
C, and then use it from Lisp.


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to