From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.devel Subject: Re: icomplete-mode vs. iswitchb Date: Mon, 09 Dec 2013 00:39:03 +0530 Message-ID: <87k3ffnos0.fsf@gmail.com> References: <8761ra7uq3.fsf@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1386529953 2971 80.91.229.3 (8 Dec 2013 19:12:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 8 Dec 2013 19:12:33 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Eglen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 08 20:12:39 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 1VpjmQ-0002Y2-Sd for ged-emacs-devel@m.gmane.org; Sun, 08 Dec 2013 20:12:38 +0100 Original-Received: from localhost ([::1]:40474 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VpjmQ-0001Rg-CR for ged-emacs-devel@m.gmane.org; Sun, 08 Dec 2013 14:12:38 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43527) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vpjm6-00012D-K7 for emacs-devel@gnu.org; Sun, 08 Dec 2013 14:12:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vpjm2-00033k-5Y for emacs-devel@gnu.org; Sun, 08 Dec 2013 14:12:18 -0500 Original-Received: from mail-pb0-x232.google.com ([2607:f8b0:400e:c01::232]:55302) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vpjm1-00033g-Un for emacs-devel@gnu.org; Sun, 08 Dec 2013 14:12:14 -0500 Original-Received: by mail-pb0-f50.google.com with SMTP id rr13so4067761pbb.9 for ; Sun, 08 Dec 2013 11:12:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=3gv0Np7IMyEFT2prZk201H6K/2YGyiEmYkmkYVymZ00=; b=nhjGTYk93l48FGitzBaBS0fCIlJMnR2dKi627kZSa/ZUX4/Ar/+6Q/OMshCHivs27O oLoHPRytpUD2ws23iSbE1KDXtBtQ7jl9wd7mGGU180/EqMFlfoMaHloNNIP6yi9Ul960 Sf1oei7klAjEo762nUzUeH7jzK8m25MoNscAWtYGNa0S5fE41+qWEtodHz0i/Ck5tTeH VhMUfZycY34QLAzXUB+eV7PMH2Lby1GczMwi7UA4BIXp7Q4Z3ysa2dXuSicRRLTsCQ1/ NLDneOj3sJxIxEUr/Ke4PjBy/JdtelhG9qXIVwghvYbRP8BtXPrBFgJ4VFolFd0m6ixk lFKA== X-Received: by 10.68.191.3 with SMTP id gu3mr16678982pbc.142.1386529932927; Sun, 08 Dec 2013 11:12:12 -0800 (PST) Original-Received: from debian-6.05 ([115.241.5.193]) by mx.google.com with ESMTPSA id wp8sm12575683pbc.26.2013.12.08.11.12.10 for (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Sun, 08 Dec 2013 11:12:12 -0800 (PST) In-Reply-To: (Stephen Eglen's message of "Sun, 08 Dec 2013 19:05:28 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c01::232 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:166211 Archived-At: Stephen Eglen writes: >> C-. and C-, (the logic behind those is that , and . are just below < >> and > in the US keyboard). > > For iswitchb/ido users, this is not going to be very intuitive -- would > you consider also C-s and C-r for those two rotation commands? I think > those bindings are more logical, as you are searching forwards (or > backwards) through the completion list. > > Also, the logic behind . and , doesn't help those many people not on a US > keyboard! Here is some historical context... 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