From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Manuel Uberti Newsgroups: gmane.emacs.devel Subject: Re: History completion Date: Thu, 9 Dec 2021 07:05:13 +0100 Message-ID: <2badb641-ed89-178e-f3f1-93cee911a6c6@inventati.org> References: <86mtlbvuq2.fsf@mail.linkov.net> <87bl1qq30j.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8244"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Dec 09 07:07:20 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mvCaO-0001tS-5M for ged-emacs-devel@m.gmane-mx.org; Thu, 09 Dec 2021 07:07:20 +0100 Original-Received: from localhost ([::1]:41792 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mvCaM-0008WU-8R for ged-emacs-devel@m.gmane-mx.org; Thu, 09 Dec 2021 01:07:18 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:36590) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mvCYl-0007RR-Ef for emacs-devel@gnu.org; Thu, 09 Dec 2021 01:05:39 -0500 Original-Received: from confino.investici.org ([212.103.72.250]:25449) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mvCYR-00067n-K0 for emacs-devel@gnu.org; Thu, 09 Dec 2021 01:05:38 -0500 Original-Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4J8k625T7vz112D for ; Thu, 9 Dec 2021 06:05:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1639029914; bh=nBWYb5jdMXB1TjDwg7sJWRIyHYz9s+t6erm7/QaIDtE=; h=Subject:To:References:From:Date:In-Reply-To:From; b=rbZ4JVqQ2Daou3zbqzZaxyHv9TU2XgHtFNEcGz1n52yyPgkkNKHy5C7gRbr++q7rD AVo4kg0Srir57fyIFSiql1AWZKr9puyDXZIsNpSpjm8Z2z6N3ehbVJemBa1BBIU/be YqjdTbfqI1yYRjEog5k5e3Pcerw2WrOsl6S+m5sc= Original-Received: from [212.103.72.250] (mx1.investici.org [212.103.72.250]) (Authenticated sender: manuel.uberti@inventati.org) by localhost (Postfix) with ESMTPSA id 4J8k624tJJz1129 for ; Thu, 9 Dec 2021 06:05:14 +0000 (UTC) In-Reply-To: <87bl1qq30j.fsf@gmail.com> Content-Language: en-GB Received-SPF: pass client-ip=212.103.72.250; envelope-from=manuel.uberti@inventati.org; helo=confino.investici.org X-Spam_score_int: -48 X-Spam_score: -4.9 X-Spam_bar: ---- X-Spam_report: (-4.9 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-2.803, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:281438 Archived-At: On 08/12/21 21:02, André A. Gomes wrote: > To cycle the history ring with a given prefix string, I suggest C-n/p. > The minibuffer is always a single line after all, or am I missing > something? M-n/p can't be taken, and the same applies to C-M-n/p. > Another suggestion would be to follow comint mode's bindings: C-c M-r/s. > But, unlike comint's case, C-c M-p/n aren't being used so it's also an > option. C-n/p are already taken in icomplete-vertical-mode-minibuffer-map, though. (And I use them every day.) -- Manuel Uberti www.manueluberti.eu