From: Kevin Rodgers <kevin.d.rodgers@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Whizzytex opens passwords
Date: Sat, 22 Sep 2007 05:43:27 -0600 [thread overview]
Message-ID: <fd2v4l$k03$1@sea.gmane.org> (raw)
In-Reply-To: <20070920224212.GD30345@relwi.unibe.ch>
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:
>>
>>> Can anybody reproduce this problem or even has a workaround?
>> 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.
>
> 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
next prev parent reply other threads:[~2007-09-22 11:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-20 21:46 Whizzytex opens passwords Sven Bretfeld
2007-09-20 22:17 ` Peter Dyballa
2007-09-20 22:42 ` Sven Bretfeld
2007-09-22 11:43 ` Kevin Rodgers [this message]
2007-09-22 21:50 ` Sven Bretfeld
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='fd2v4l$k03$1@sea.gmane.org' \
--to=kevin.d.rodgers@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).