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 20:15:04 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.91 (gnu/linux)

Eli Zaretskii <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?
>
> 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.




reply via email to

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