From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/88349 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Command for browsing article URLs? Date: Thu, 31 Jan 2019 09:49:17 -0800 Message-ID: <87lg30hg4i.fsf@ericabrahamsen.net> References: <878szwwdjw.fsf@ericabrahamsen.net> <87a7k8wg9k.fsf@ericabrahamsen.net> <87wonbts5s.fsf@ucl.ac.uk> <87fttzc4lo.fsf@ericabrahamsen.net> <87sgxpzvsr.fsf@ericabrahamsen.net> <87r2d8c3az.fsf@ucl.ac.uk> <874la1yjjo.fsf@ericabrahamsen.net> <87pnso9rzp.fsf@ericabrahamsen.net> <87sgxak1gz.fsf@ucl.ac.uk> <87r2culzju.fsf@ericabrahamsen.net> <87sgx8hhkb.fsf@ericabrahamsen.net> <87ftt8g2o3.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="116061"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+M36558@lists.math.uh.edu Thu Jan 31 18:49:57 2019 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1gpGTM-000U1a-Pr for ding-account@gmane.org; Thu, 31 Jan 2019 18:49:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.91) (envelope-from ) id 1gpGT1-0000Wa-RS; Thu, 31 Jan 2019 11:49:35 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.91) (envelope-from ) id 1gpGSw-0000Tp-GZ for ding@lists.math.uh.edu; Thu, 31 Jan 2019 11:49:30 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1gpGSv-0000SJ-1Y for ding@lists.math.uh.edu; Thu, 31 Jan 2019 11:49:30 -0600 Original-Received: from [195.159.176.226] (helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1gpGSr-0001PN-Vs for ding@gnus.org; Thu, 31 Jan 2019 18:49:27 +0100 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1gpGSq-000TUQ-Uy for ding@gnus.org; Thu, 31 Jan 2019 18:49:24 +0100 X-Injected-Via-Gmane: http://gmane.org/ Cancel-Lock: sha1:5kBms8U8A3A54nAZJMULBhmZgKE= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:88349 Archived-At: Eric S Fraga writes: > On Thursday, 31 Jan 2019 at 09:18, Eric Abrahamsen wrote: >> Oh, I hadn't tested it with eww, I should have. If you just click on the >> http url in the article buffer with your mouse (ie, don't use this >> function at all), what behavior do you get? > > (had to go and try this as I *never* use the mouse) > > The article window is replaced by the eww window. > > With your function as you wrote it, the eww window is created but > hidden. This may be a function of executing that function from the > summary window, not the article window. I assume that clicking on a link > in the article window makes the article window active? That's a good question -- I think it does. But window is currently getting hidden because I'm only checking if the summary buffer went away. I need to check if either summary or article went away, and not touch anything if so.