From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stephan Stahl" Newsgroups: gmane.emacs.devel Subject: keybinding for send-invisible in comint.el Date: Mon, 22 Nov 2004 16:24:29 +0100 (CET) Message-ID: <47922.217.194.34.123.1101137069.squirrel@wwws.franken.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Trace: sea.gmane.org 1101137105 1568 80.91.229.6 (22 Nov 2004 15:25:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 22 Nov 2004 15:25:05 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 22 16:24:53 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CWG3h-0005kS-00 for ; Mon, 22 Nov 2004 16:24:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CWGCj-0005dF-St for ged-emacs-devel@m.gmane.org; Mon, 22 Nov 2004 10:34:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CWGCZ-0005ci-KR for emacs-devel@gnu.org; Mon, 22 Nov 2004 10:34:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CWGCY-0005cK-VQ for emacs-devel@gnu.org; Mon, 22 Nov 2004 10:34:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CWGCY-0005cG-TE for emacs-devel@gnu.org; Mon, 22 Nov 2004 10:34:02 -0500 Original-Received: from [193.175.24.27] (helo=ilsa.franken.de) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CWG3N-0001wE-At for emacs-devel@gnu.org; Mon, 22 Nov 2004 10:24:33 -0500 Original-Received: from wwws.franken.de (mail-n.franken.de [193.175.24.27]) by ilsa.franken.de (Postfix) with SMTP id EB3E5245EB for ; Mon, 22 Nov 2004 16:24:28 +0100 (CET) Original-Received: from 217.194.34.123 (SquirrelMail authenticated user eos) by wwws.franken.de with HTTP; Mon, 22 Nov 2004 16:24:29 +0100 (CET) Original-To: emacs-devel@gnu.org User-Agent: SquirrelMail/1.4.0 X-Priority: 3 Importance: Normal X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:30248 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30248 Hi. I'd like to propose (define-key shell-mode-map "\C-c\C-i" 'send-invisible) to be included in comint.el. I know there is comint-password-prompt-regexp and this feature is now on by default but there can always be a situation that is not recognized by the regexp (*). This keybinding does seem to be free and memonic. (*) I think that for example when (open)ssh does ask for a keyphrase and one mistypes it the first time, the prompt for the second time is slightly diffrent and does not match the regexp. However i can not confirm right now if my memory is correct. Thanks, Stephan -- Stephan Stahl