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

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

Re: Minor comint.el bug


From: Kevin Rodgers
Subject: Re: Minor comint.el bug
Date: Mon, 22 Sep 2003 09:56:20 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Marshall, Simon wrote:

-----Original Message-----
From: Davis Herring [mailto:sdh6@ra.msstate.edu]
Sent: 22 September 2003 10:18
To: Olin Shivers; Simon Marshall
Subject: Minor comint.el bug


If, when using `comint-watch-for-password-prompt' as an output filter,
the
user quits at the pretty password prompt it provides, the `nil' that
`comint-read-noecho' returns causes `send-invisible' to prompt again
with
the generic "Non-echoed text: ", which is confusing.  However, if the
user
quits again, this time it displays "Warning: text will be echoed"; this
is a good thing, so it would be bad to just make
`comint-watch-for-password-prompt' do (and pw (send-invisible pw)).
Some
merger or refactoring is evidently needed (which I'd be glad to attempt
if
desired).

Why not just (send-invisible (or pw ""))?

--
Kevin Rodgers





reply via email to

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