From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#13602: 24.3.50; remove bindings for `icomplete-minibuffer-map' - make a separate mode Date: Thu, 07 Feb 2013 01:45:55 +0200 Organization: JURTA Message-ID: <87wquluiks.fsf@mail.jurta.org> References: <65EEA895D8A0443A859A780AB233146E@us.oracle.com> <625A327B282C4C279837A7542B76E5C8@us.oracle.com> <87zjzk112u.fsf@gmail.com> <20DF11E25EE542A1A334DA1FDB79F77B@us.oracle.com> <87bobz7ajl.fsf@gmail.com> <87bobys6yc.fsf@mail.jurta.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1360194596 13175 80.91.229.3 (6 Feb 2013 23:49:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Feb 2013 23:49:56 +0000 (UTC) Cc: 13602@debbugs.gnu.org, 'Jambunathan K' To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Feb 07 00:50:16 2013 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 1U3Ekj-0005zN-6k for geb-bug-gnu-emacs@m.gmane.org; Thu, 07 Feb 2013 00:50:09 +0100 Original-Received: from localhost ([::1]:43626 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3EkQ-0005IX-IE for geb-bug-gnu-emacs@m.gmane.org; Wed, 06 Feb 2013 18:49:50 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:35881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3EkL-0005DF-Sl for bug-gnu-emacs@gnu.org; Wed, 06 Feb 2013 18:49:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3EkK-0004jd-4P for bug-gnu-emacs@gnu.org; Wed, 06 Feb 2013 18:49:45 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:34727) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3EkK-0004jZ-1o for bug-gnu-emacs@gnu.org; Wed, 06 Feb 2013 18:49:44 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1U3Ela-0001DH-Ar for bug-gnu-emacs@gnu.org; Wed, 06 Feb 2013 18:51:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 06 Feb 2013 23:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13602 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 13602-submit@debbugs.gnu.org id=B13602.13601946504641 (code B ref 13602); Wed, 06 Feb 2013 23:51:02 +0000 Original-Received: (at 13602) by debbugs.gnu.org; 6 Feb 2013 23:50:50 +0000 Original-Received: from localhost ([127.0.0.1]:40190 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U3ElN-0001Cn-Pg for submit@debbugs.gnu.org; Wed, 06 Feb 2013 18:50:50 -0500 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:46680 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U3ElJ-0001CT-De for 13602@debbugs.gnu.org; Wed, 06 Feb 2013 18:50:46 -0500 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 8D795200EC1829; Wed, 6 Feb 2013 15:49:25 -0800 (PST) In-Reply-To: (Stefan Monnier's message of "Wed, 06 Feb 2013 11:02:06 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) 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.x 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:70791 Archived-At: >>> I for one just disabled `icomplete-mode' in ~/.emacs when it got >>> added ido keybindings, waiting in the hope that someone will implement >>> `icomplete-mode-without-ido-keybindings' :-) >> (setq icomplete-minibuffer-map (make-sparse-keymap)) >> should do it. > > BTW, which of those keybindings do you find inconvenient? `C-r' like in bash is useful to search for previous input in the history. This is especially useful for frequently used long command names for which it's difficult to find the shortest completion alias and remember it, e.g. for the command `gnus-read-ephemeral-emacs-bug-group' re-invoking it from the history is easy with just `M-x C-r gn RET RET'. Another frequently used case is using `C-s C-w C-w' to put the completed string into the search ring, exit Isearch, exit the minibuffer and search the same string from the ring in another buffer with `C-s C-s'.