Eli Zaretskii <[EMAIL PROTECTED]> writes:

>> > 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.

I was kidding. No, I don't believe it is important enough to put it
into the C basement.

Best regards, Michael.


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

Reply via email to