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

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

Re: TRAMP password caching


From: Eli Zaretskii
Subject: Re: TRAMP password caching
Date: Wed, 13 Dec 2006 20:35:18 +0200

> Cc: Eli Zaretskii <address@hidden>, address@hidden, address@hidden,
>         address@hidden
> From: Michael Albinus <address@hidden>
> 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.




reply via email to

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