From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#11182: 24.0.93; In *shell* buffer, '?' can't be inserted after TAB. Date: Fri, 06 Apr 2012 12:31:59 +0300 Message-ID: <83ehs1b3zk.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1333704873 20631 80.91.229.3 (6 Apr 2012 09:34:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 6 Apr 2012 09:34:33 +0000 (UTC) Cc: 11182@debbugs.gnu.org To: Kenichi Handa Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Apr 06 11:34:32 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SG5Yt-0003t6-Ec for geb-bug-gnu-emacs@m.gmane.org; Fri, 06 Apr 2012 11:34:31 +0200 Original-Received: from localhost ([::1]:36649 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SG5Ys-00073h-Mk for geb-bug-gnu-emacs@m.gmane.org; Fri, 06 Apr 2012 05:34:30 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:46080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SG5Yp-00073E-4T for bug-gnu-emacs@gnu.org; Fri, 06 Apr 2012 05:34:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SG5Yn-00057C-8L for bug-gnu-emacs@gnu.org; Fri, 06 Apr 2012 05:34:26 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:45590) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SG5Yn-00054e-1H for bug-gnu-emacs@gnu.org; Fri, 06 Apr 2012 05:34:25 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SG5ZO-0003iP-9m for bug-gnu-emacs@gnu.org; Fri, 06 Apr 2012 05:35:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 06 Apr 2012 09:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11182 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11182-submit@debbugs.gnu.org id=B11182.133370484214216 (code B ref 11182); Fri, 06 Apr 2012 09:35:02 +0000 Original-Received: (at 11182) by debbugs.gnu.org; 6 Apr 2012 09:34:02 +0000 Original-Received: from localhost ([127.0.0.1]:42128 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SG5YQ-0003hF-2l for submit@debbugs.gnu.org; Fri, 06 Apr 2012 05:34:02 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:63988) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SG5YM-0003gp-TI for 11182@debbugs.gnu.org; Fri, 06 Apr 2012 05:34:00 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0M2100E00X05KQ00@a-mtaout21.012.net.il> for 11182@debbugs.gnu.org; Fri, 06 Apr 2012 12:32:35 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.229.252.114]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M2100EQ3X6AHO60@a-mtaout21.012.net.il>; Fri, 06 Apr 2012 12:32:35 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org 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 Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:58548 Archived-At: > From: Kenichi Handa > Date: Fri, 06 Apr 2012 12:23:23 +0900 > > In article , Stefan Monnier writes: > > > > Ah, that's what "the standard completion UI" in NEWS means. > > > Ummm, I don't like it. What annoys me most is that it's > > > very difficult to find when '?' is bound to > > > completion-help-at-point. Are there any easy way to > > > customize Emacs not to bind '?' to completion-help-at-point? > > > You can remove the binding from completion-in-region-mode-map. > > Thank you. I now have this in my .emacs. > > ;; To avoid '?' run completion-help-at-point in *shell* buffer. > (define-key completion-in-region-mode-map "?" nil) Shouldn't Shell Mode and its derivatives remap that to M-? or some such? `?' is too frequent a character in command-line interfaces to have it bound to anything other than self-insert-command, IMO. At least both Bash and GDB bind that function to M-?, and I think Emacs should follow suit.