Jason Rumney <[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? Best regards, Michael. _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
