From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#68913: [PATCH] Fix browse-url-url-at-point so that scheme does not duplicate Date: Thu, 08 Feb 2024 14:07:03 +0200 Message-ID: <86ttmjw460.fsf@gnu.org> References: <86o7cx2ur6.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20591"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 68913-done@debbugs.gnu.org To: Kenta USAMI Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Feb 08 13:08:10 2024 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 1rY3CL-00057b-NA for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 08 Feb 2024 13:08:09 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rY3C1-0000Gf-By; Thu, 08 Feb 2024 07:07:49 -0500 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 1rY3C0-0000Fo-A1 for bug-gnu-emacs@gnu.org; Thu, 08 Feb 2024 07:07:48 -0500 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rY3C0-00042P-1d for bug-gnu-emacs@gnu.org; Thu, 08 Feb 2024 07:07:48 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rY3CD-0002Yh-VQ for bug-gnu-emacs@gnu.org; Thu, 08 Feb 2024 07:08:01 -0500 Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Thu, 08 Feb 2024 12:08:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 68913 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Mail-Followup-To: 68913@debbugs.gnu.org, eliz@gnu.org, zonuexe@zonu.me Original-Received: via spool by 68913-done@debbugs.gnu.org id=D68913.17073940489741 (code D ref 68913); Thu, 08 Feb 2024 12:08:01 +0000 Original-Received: (at 68913-done) by debbugs.gnu.org; 8 Feb 2024 12:07:28 +0000 Original-Received: from localhost ([127.0.0.1]:59290 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rY3Bg-0002X2-7V for submit@debbugs.gnu.org; Thu, 08 Feb 2024 07:07:28 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44740) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rY3Be-0002Wo-Oc for 68913-done@debbugs.gnu.org; Thu, 08 Feb 2024 07:07:27 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rY3BK-0003km-Pd; Thu, 08 Feb 2024 07:07:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=vv8jWlY+qFmuPL46pF4kzlYjVrS8VWptY+XBAT2+VZk=; b=i55nQoIwrfng UpeSoMa3l74JNETr73o0UU7LG4QIB3FvFTlGFfmPLjzR3nbRYgX7029bDd2/OPHjLQmF1jyvCoQr/ /LgFS4c1x8U45Vz/x4WhHOXWCJzCOFmm241/yTGYzyptfnlqMWPiis6hs8bG86lI2T8nU0ytawWt1 xQXmn7IuY1nhjHBKGTpQhMBC12kiCoO80UR+nKup0UeGJXASco844OhH77IgtA2jACuntlXa46pIh ujiP/+jbt+qZ90jGastppjKW/Ta6JUPQQFmHN/hkLsuWCh9zNW05DQK4h3DK8eZL8fJ87hBhvROtn aKXvbKrD2OOLnAnRX6csZA==; In-Reply-To: (message from Kenta USAMI on Sun, 4 Feb 2024 05:48:27 +0900) 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:279623 Archived-At: > From: Kenta USAMI > Date: Sun, 4 Feb 2024 05:48:27 +0900 > Cc: 68913@debbugs.gnu.org > > I'm using Emacs 29.2 on macOS. > GNU Emacs 29.2 (build 2, aarch64-apple-darwin23.3.0, NS appkit-2487.40 Version 14.3 (Build 23D56)) > of 2024-01-26 > > This problem is most noticeable when using markdown-mode and goto-address-mode, > but it also seems to occur even if goto-address-mode is disabled in text-mode or fundamental-mode. > > You can see the problem by evaluating the Lisp code below. Thanks, I installed your patch on the master branch, and I'm closing this bug.