From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xavier Maillard Newsgroups: gmane.emacs.devel Subject: Re: C-r and C-s in minibuffer should search completion Date: Sat, 29 Mar 2008 02:00:28 +0100 Organization: GNU's Not UNIX! Message-ID: <200803290100.m2T10S3j007668@localhost.localdomain> References: <87fxul194g.fsf@jurta.org> Reply-To: Xavier Maillard NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1206754910 11748 80.91.229.12 (29 Mar 2008 01:41:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Mar 2008 01:41:50 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 29 02:42:21 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JfQ5N-0007dl-0S for ged-emacs-devel@m.gmane.org; Sat, 29 Mar 2008 02:42:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JfQ4l-0006VQ-Ed for ged-emacs-devel@m.gmane.org; Fri, 28 Mar 2008 21:41:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JfQ22-0004hn-Mw for emacs-devel@gnu.org; Fri, 28 Mar 2008 21:38:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JfQ1z-0004el-Qf for emacs-devel@gnu.org; Fri, 28 Mar 2008 21:38:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JfQ1z-0004ea-JS for emacs-devel@gnu.org; Fri, 28 Mar 2008 21:38:51 -0400 Original-Received: from master.uucpssh.org ([193.218.105.66]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JfQ1z-0001Tz-5Y for emacs-devel@gnu.org; Fri, 28 Mar 2008 21:38:51 -0400 Original-Received: by master.uucpssh.org (Postfix, from userid 10) id 3426ED7CBA; Sat, 29 Mar 2008 02:36:41 +0100 (CET) Original-Received: from localhost.localdomain (IDENT:1000@localhost [127.0.0.1]) by localhost.localdomain (8.14.1/8.13.8) with ESMTP id m2T10gwX007700; Sat, 29 Mar 2008 02:00:42 +0100 Original-Received: (from xma@localhost) by localhost.localdomain (8.14.1/8.13.8/Submit) id m2T10S3j007668; Sat, 29 Mar 2008 02:00:28 +0100 In-reply-to: <87fxul194g.fsf@jurta.org> (message from Juri Linkov on Thu, 20 Mar 2008 21:35:43 +0200) User-Agent: Rmail in GNU Emacs 23.0.60.3 on GNU/Linux Jabber-ID: xma01@jabber.fr X-uucpssh: Found to be clean X-uucpssh-SpamCheck: not spam, SpamAssassin (not cached, score=-4.343, required 4.6, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.06, BAYES_00 -2.60, SPF_HELO_PASS -0.00) X-uucpssh-From: xma@gnu.org X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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: news.gmane.org gmane.emacs.devel:93739 Archived-At: But really there is no need to mix two separate search spaces. There exist already a convenient key sequence to search the completion table: `PgUp C-s'. PgUp switches to the *Completions* buffer and C-s starts searching among completion candidates. Gotcha ! I now understand why sometimes there is this *Completion* buffer that pops up when I do something wrong on my tiny keyboard :) Thank you for the tip ! Xavier -- http://www.gnu.org http://www.april.org http://www.lolica.org