From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Antero Mejr via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#62800: [PATCH] eww: Use completion in URL/keyword prompt. Date: Wed, 12 Apr 2023 19:44:49 +0000 Message-ID: <87jzygdgwe.fsf@mailbox.org> References: <87o7ntc6pp.fsf@mailbox.org> <86v8i1x86z.fsf@mail.linkov.net> Reply-To: Antero Mejr Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34740"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 62800@debbugs.gnu.org To: Juri Linkov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Apr 12 21:46:36 2023 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1pmgQO-0008rv-6C for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 12 Apr 2023 21:46:36 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pmgQ8-0006nU-QJ; Wed, 12 Apr 2023 15:46:20 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pmgPv-0006lm-Tm for bug-gnu-emacs@gnu.org; Wed, 12 Apr 2023 15:46:18 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pmgPr-0007Nm-0g for bug-gnu-emacs@gnu.org; Wed, 12 Apr 2023 15:46:07 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pmgPq-0006l8-Ct for bug-gnu-emacs@gnu.org; Wed, 12 Apr 2023 15:46:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Antero Mejr Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 12 Apr 2023 19:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62800 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 62800-submit@debbugs.gnu.org id=B62800.168132870525908 (code B ref 62800); Wed, 12 Apr 2023 19:46:02 +0000 Original-Received: (at 62800) by debbugs.gnu.org; 12 Apr 2023 19:45:05 +0000 Original-Received: from localhost ([127.0.0.1]:41834 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pmgOu-0006jn-Qf for submit@debbugs.gnu.org; Wed, 12 Apr 2023 15:45:05 -0400 Original-Received: from mout-p-202.mailbox.org ([80.241.56.172]:45836) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pmgOq-0006iu-PC for 62800@debbugs.gnu.org; Wed, 12 Apr 2023 15:45:03 -0400 Original-Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:b231:465::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4PxY846qpwz9spr; Wed, 12 Apr 2023 21:44:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailbox.org; s=mail20150812; t=1681328692; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=YUy3+fW9so4oCEAVwFW9tRJP6neuwkbIZqRl5AFPmc8=; b=q87kSqqO5wGIvHiHlo14WNHzs49sTl64cNRU8zzm7VrKxOxE9knq9nfPmsHRPubrN0VX5n rHqG0L02XegmLzVUvWI+jbFJm0KDrt+klSgtJiqoq4iRyFNNOaiMxh8Pw94yY5RlbbG83P wDBEaHBX8NSZ3nrqwHFjOkcWYMUCx5ie/fCMqEsS0LAcKmJGq7ZSm79WyEBlY0etTuPy3i dhEfno4/oOlV4SWF6ArVQ4kof0qjFzOwQ+B+WzAoxrCZF8Ds9YDIubM6bu99aPKHkJkHXk gPKuuzhxZhusa7IB64Bja99IvJtzyoipHqN0sal8t5By4SbiHPOyTRa/hcd9xQ== In-Reply-To: <86v8i1x86z.fsf@mail.linkov.net> (Juri Linkov's message of "Wed, 12 Apr 2023 21:32:36 +0300") X-MBO-RS-META: wqqhsjyn9gt93azimhgid58jk9mydnaz X-MBO-RS-ID: c8e204c13ce78c16d7e X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:259807 Archived-At: Juri Linkov writes: > Emacs 29 has a new command 'minibuffer-complete-history' > that completes on the history. I don't understand. The patch adds the ability to use minibuffer-complete-history by pressing the TAB key while typing a URL. The behavior I'm seeing now (in version 29.0.50), is when I type in a URL and press tab, instead of completing, it inserts a tab character. The intention isn't to finish the completion automatically. Suppose a user has "example.com/a" in their completion history. If the user types out "example.com" and we call (minibuffer-complete-history) for them, it will expand to "example.com/a" which is not the URL they want. I may have misworded the commit message or be misunderstanding what you are suggesting.