From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_LOW autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 21336 invoked from network); 25 Sep 2020 16:36:12 -0000 Received: from lists1.math.uh.edu (129.7.128.208) by inbox.vuxu.org with ESMTPUTF8; 25 Sep 2020 16:36:12 -0000 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94) (envelope-from ) id 1kLqha-00GMFM-0r; Fri, 25 Sep 2020 11:36:06 -0500 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kLqhW-00GMDW-OF for ding@lists.math.uh.edu; Fri, 25 Sep 2020 11:36:02 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kLqhU-009Meu-Tq for ding@lists.math.uh.edu; Fri, 25 Sep 2020 11:36:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References :Message-ID:Date:Subject:From:To:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=nXbhDIRp5u9XzjepzrPWqPIyKug2L9q8XE+vK7UhLNY=; b=MOPbEIRrVpD7eien9X9mqx/Zpn lYOoGAR/PjLSjFyiM1ulTTjNmTB7XtJCxz5Vua16nMS6W9/+6S4ngvBOnTT7SisihcRlaKxVtPNRf OB70BDfJWSK77+5+P54b6vZZIeFFcWj1wl6B07Z+1LwrhpWOTZhEpQPN4tP7YVyUGiAU=; Received: from static.214.254.202.116.clients.your-server.de ([116.202.254.214] helo=ciao.gmane.io) by quimby with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kLqhO-0004FI-LO for ding@gnus.org; Fri, 25 Sep 2020 18:35:56 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1kLqhO-0008SC-7N for ding@gnus.org; Fri, 25 Sep 2020 18:35:54 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Harry Putnam Subject: Re: How to capture URL in messages like this one Date: Fri, 25 Sep 2020 12:35:43 -0400 Organization: Still searching... Message-ID: <878scxu84g.fsf@local.lan> References: <877dsi4swx.fsf@local.lan> <87blhubqc5.fsf@ericabrahamsen.net> <87blhtal8u.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cancel-Lock: sha1:Vyx2ruc8Gx4444GIIl2BkTEY4/M= List-ID: Precedence: bulk Eric Abrahamsen writes: > Robert Pluim writes: > >>>>>>> On Thu, 24 Sep 2020 18:24:58 -0700, Eric Abrahamsen said: >> >> Eric> Harry Putnam writes: >> >> How to capture the url in message such as this: >> >> Mousing over the link shows the URL in echo area but there seems no >> >> way to copy it. It just disappears if you try to mouse to it. >> >> Eric> to get to the url, and "w" to copy it. >> >> Eric> That sure looks like spam! >> >> From the summary mode you donʼt need to TAB, 'w' will pop up a buffer >> containing the links it finds in the selected article. Harry Responds: That is not the behavior I see and far as I know I have no trick changes in cmd sequences. What I see when I press `w' on that message is summary buffer is that it actually activates the URL and calls the web page. Eric responded: > Oh, I figured he actually wanted to copy it for some reason. Right you are ... thanks again