From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Eglen Newsgroups: gmane.emacs.devel Subject: Re: icomplete-mode vs. iswitchb Date: Mon, 09 Dec 2013 18:39:17 +0000 Organization: University of Cambridge, Maths Message-ID: References: <8761ra7uq3.fsf@yandex.ru> <87k3ffnos0.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1386614385 22547 80.91.229.3 (9 Dec 2013 18:39:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Dec 2013 18:39:45 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 09 19:39:51 2013 Return-path: Envelope-to: ged-emacs-devel@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 1Vq5k9-0004pf-HK for ged-emacs-devel@m.gmane.org; Mon, 09 Dec 2013 19:39:45 +0100 Original-Received: from localhost ([::1]:45426 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq5k9-0004SF-2x for ged-emacs-devel@m.gmane.org; Mon, 09 Dec 2013 13:39:45 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53084) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq5k1-0004RI-2j for emacs-devel@gnu.org; Mon, 09 Dec 2013 13:39:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vq5jv-0006GF-7q for emacs-devel@gnu.org; Mon, 09 Dec 2013 13:39:36 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:51388) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq5jv-0006G4-1M for emacs-devel@gnu.org; Mon, 09 Dec 2013 13:39:31 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vq5js-0004gm-C7 for emacs-devel@gnu.org; Mon, 09 Dec 2013 19:39:28 +0100 Original-Received: from rgc.damtp.cam.ac.uk ([131.111.17.127]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Dec 2013 19:39:28 +0100 Original-Received: from S.J.Eglen by rgc.damtp.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Dec 2013 19:39:28 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: rgc.damtp.cam.ac.uk User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:YLfAq4Umjqsstl81rFOHSEpkkb8= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:166234 Archived-At: On Sun, Dec 08 2013, Jambunathan K wrote: > Here is some historical context... Thanks, I missed this earlier discussoin (was it on emacs-devel as well as on the debug?) I take responsibility for picking C-s and C-r (I think it was me, all those years ago). I'd like to still keep them, so as long as they can be added back in with an easy hook, that would be okay. Stephen > > 2013-02-15 Jambunathan K > > * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to > `iswitchb-next-match' and `iswitchb-prev-match' resply. > * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to > `ido-next-match' and `ido-prev-match' resply. > * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'. > Bind `C-.' and `C-,' to `icomplete-forward-completions' and > `icomplete-backward-completions' (Bug#13708). > > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13602 > >> >> Stephen