From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.bugs Subject: Re: Minor comint.el bug Date: Mon, 22 Sep 2003 09:56:20 -0600 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3F6F1BA4.9030305@yahoo.com> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1064246243 30220 80.91.224.253 (22 Sep 2003 15:57:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 22 Sep 2003 15:57:23 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Sep 22 17:57:21 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A1T3w-0004SS-00 for ; Mon, 22 Sep 2003 17:57:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A1T3P-0000MG-JH for geb-bug-gnu-emacs@m.gmane.org; Mon, 22 Sep 2003 11:56:47 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 1A1T3F-0000Kf-VZ for bug-gnu-emacs@prep.ai.mit.edu; Mon, 22 Sep 2003 11:56:37 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 1A1T3C-0000IE-Iv for bug-gnu-emacs@prep.ai.mit.edu; Mon, 22 Sep 2003 11:56:35 -0400 Original-Received: from [132.239.1.56] (helo=mailbox4.ucsd.edu) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.22) id 1A1T3A-0000Gf-GO for bug-gnu-emacs@prep.ai.mit.edu; Mon, 22 Sep 2003 11:56:32 -0400 Original-Received: from mail.fu-berlin.de (mail.fu-berlin.de [160.45.11.165]) by mailbox4.ucsd.edu (8.12.10/8.12.3) with ESMTP id h8MFuNu6089845 for ; Mon, 22 Sep 2003 08:56:24 -0700 (PDT) Original-Received: by mail.fu-berlin.de (Smail3.2.0.98) from Curry.ZEDAT.FU-Berlin.DE (160.45.10.36) with esmtp id ; Mon, 22 Sep 2003 17:56:21 +0200 (MEST) Original-Received: by Curry.ZEDAT.FU-Berlin.DE (Smail3.2.0.98) from news.fu-berlin.de with bsmtp id ; Mon, 22 Sep 2003 17:56:21 +0200 (MEST) Original-To: gnu-emacs-bug@moderators.isc.org Original-Path: 170.207.51.80!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 29 X-Orig-NNTP-Posting-Host: 170.207.51.80 X-Orig-X-Trace: news.uni-berlin.de 1064246180 3665022 170.207.51.80 (16 [82742]) User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2 X-Accept-Language: en-us X-Spamscanner: mailbox4.ucsd.edu (v1.2 May 26 2003 01:55:38, 0.9/5.0 2.55) X-MailScanner: PASSED (v1.2.8 81450 h8MFuNu6089845 mailbox4.ucsd.edu) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5838 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5838 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