From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: emacsq Newsgroups: gmane.emacs.devel Subject: Re: Why is goto-address-mode not enabled by default everywhere? Date: Sun, 17 Apr 2022 08:41:41 +0000 Message-ID: References: <87fsmcnm7h.fsf@yahoo.com> Reply-To: emacsq Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12796"; mail-complaints-to="usenet@ciao.gmane.io" Cc: "emacs-devel@gnu.org" To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Apr 17 10:43:23 2022 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 1ng0V7-0003AP-LJ for ged-emacs-devel@m.gmane-mx.org; Sun, 17 Apr 2022 10:43:21 +0200 Original-Received: from localhost ([::1]:44744 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ng0V6-0006By-Ir for ged-emacs-devel@m.gmane-mx.org; Sun, 17 Apr 2022 04:43:20 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45372) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ng0Ti-0004oe-SH for emacs-devel@gnu.org; Sun, 17 Apr 2022 04:41:54 -0400 Original-Received: from mail-0301.mail-europe.com ([188.165.51.139]:38951) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ng0Tg-00056U-P3 for emacs-devel@gnu.org; Sun, 17 Apr 2022 04:41:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1650184906; bh=g8Z77QWyipskFW6WIV3fUMA9lunchBpKO43/XWdy0cM=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID; b=bEcgswQPpUjTWVN62D66WOe7w90KQztkWvFj2uc5alOXeaiv04wfx6m0//QrIKAEZ Wdx7OshoImiy8YdGszeLFg2TwecGa3bNE3lHu8L5q7Vfxji934iTQDEspQpeWzIoNH rxe8vID5DVVZmG9dvQ33GSPQOi0lh+uGXK15JacBiWEW1ZXyK/4XTrgjlTY8gyXc/p /3dbUib51B0VTWhgxCBsx2D5Vmt3V7yctQbGIpNTwQer9kb9e88CrGuJhBb1of0LlZ 76Mif9nDHzUvLp91FTThXq1p85sgA8agF2bb/CbrmQFWUrh3oKbpjmBDQD8O5315PO L0mrvP5JD8ZGw== In-Reply-To: <87fsmcnm7h.fsf@yahoo.com> Received-SPF: pass client-ip=188.165.51.139; envelope-from=laszlomail@protonmail.com; helo=mail-0301.mail-europe.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, FREEMAIL_FROM=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 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:288532 Archived-At: > emacsq laszlomail@protonmail.com writes: > > Because that's not what most people expect in buffers visiting plain > text, or even code. For example, you would certainly not want to click > the "URL" in this: > > sprintf (buf, "https://example.com/colors.php?color=3D=02x=02x=02x", ... I have code where there are urls in comments and it's very convenient to vi= sit those urls with a click or enter. Maybe goto address mode shoud be smarter and in programming modes it should= only enable links in comments?