|
From: | Kevin Rodgers |
Subject: | Re: Whizzytex opens passwords |
Date: | Sat, 22 Sep 2007 05:43:27 -0600 |
User-agent: | Thunderbird 1.5.0.13 (Macintosh/20070809) |
Sven Bretfeld wrote:
Hi Pete On Fri, Sep 21, 2007 at 12:17:39AM +0200, Peter Dyballa wrote:Am 20.09.2007 um 23:46 schrieb Sven Bretfeld:I can't. But I can report that recent versions of GNU Emacs, version 22.x, transfers the password prompt into the mini-buffer and there nothing is echoed. This works without any hook.Can anybody reproduce this problem or even has a workaround?You are right. I deleted the hook on my version 22.1.50.1. But still, after I launched Whizzytex, passwords are typed clearly in the shell prompt :-(
This bit at the end of whizzy-start-process looks suspicious: (save-excursion (set-buffer buf) (setq whizzy-status status) (setq comint-output-filter-functions (list (function whizzy-filter-output))) ) Perhaps that second setq should be replaced by (add-hook 'comint-output-filter-functions 'whizzy-filter-output t t) -- Kevin Rodgers Denver, Colorado, USA
[Prev in Thread] | Current Thread | [Next in Thread] |