Bug#319881: subversion: [psvn] cannot type in passphrase for svn+ssh

2005-11-13 Thread Kalle Olavi Niemitalo
Frank Küster <[EMAIL PROTECTED]> writes: > Kalle Olavi Niemitalo <[EMAIL PROTECTED]> wrote: > >> Could you test the following patch, and report your Emacs and SSH versions? > > Yes, the patch fixed it: Now the graphical ssh-askpass dialog is shown. Thanks. I committed a similar patch in upstream

Bug#319881: subversion: [psvn] cannot type in passphrase for svn+ssh

2005-11-09 Thread Frank Küster
Kalle Olavi Niemitalo <[EMAIL PROTECTED]> wrote: > Could you test the following patch, and report your Emacs and SSH versions? Yes, the patch fixed it: Now the graphical ssh-askpass dialog is shown. $ ssh -V OpenSSH_3.8.1p1 Debian-8.sarge.4, OpenSSL 0.9.7e 25 Oct 2004 $ emacs -version GNU Emacs

Bug#319881: subversion: [psvn] cannot type in passphrase for svn+ssh

2005-10-31 Thread Kalle Olavi Niemitalo
Could you test the following patch, and report your Emacs and SSH versions? --- psvn.el (revision 13845) +++ psvn.el (local) @@ -368,7 +368,7 @@ (defun svn-run-svn (run-asynchron clear-process-buffer cmdtype &rest arglist) (svn-status-update-mode-line) (sit-for 0.1)

Bug#319881: subversion: [psvn] cannot type in passphrase for svn+ssh

2005-10-31 Thread Frank Küster
Kalle Olavi Niemitalo <[EMAIL PROTECTED]> wrote: > Frank Küster <[EMAIL PROTECTED]> writes: > >> In pcvs.el, x11-ssh-askpass is used. > > Not in Emacs 21.4, nor in emacs--multi-tty--0--patch-426. > In pcvs-parse.el, cvs-parse-ignored-messages holds a regexp > with which pcvs skips messages where s

Bug#319881: subversion: [psvn] cannot type in passphrase for svn+ssh

2005-10-29 Thread Kalle Olavi Niemitalo
Frank Küster <[EMAIL PROTECTED]> writes: > In pcvs.el, x11-ssh-askpass is used. Not in Emacs 21.4, nor in emacs--multi-tty--0--patch-426. In pcvs-parse.el, cvs-parse-ignored-messages holds a regexp with which pcvs skips messages where ssh reports it is starting ssh-askpass. But pcvs itself never

Bug#319881: subversion: [psvn] cannot type in passphrase for svn+ssh

2005-10-29 Thread Frank Küster
Kalle Olavi Niemitalo <[EMAIL PROTECTED]> wrote: > In the synchronous case, because you cannot use any commands > while Emacs is waiting, a process filter would have to detect > the password prompt and prompt you in a minibuffer. This would > presumably be done with a regexp, kept in a variable s

Bug#319881: subversion: [psvn] cannot type in passphrase for svn+ssh

2005-10-28 Thread Kalle Olavi Niemitalo
Frank Küster <[EMAIL PROTECTED]> writes: > When using psvn.el for a working copy that uses svn+ssh, I get a prompt > to type in the password (actually, the passphrase for my RSA key). The > prompt is written in the *svn-process* buffer (I think), but it does not > accept input. Therefore, commit