emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: TRAMP password caching


From: Michael Albinus
Subject: Re: TRAMP password caching
Date: Wed, 13 Dec 2006 14:47:56 +0100
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/20.7 (hpux)

Jason Rumney <address@hidden> 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.





reply via email to

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