From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Jude DaShiell Newsgroups: gmane.emacs.help Subject: Re: melpa website and eww Date: Sun, 23 Feb 2020 13:11:20 -0500 Message-ID: References: <87h7zlgqnq.fsf@ucl.ac.uk> <87lfotxmck.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="119789"; mail-complaints-to="usenet@ciao.gmane.io" To: Eric S Fraga , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Feb 23 19:11:44 2020 Return-path: Envelope-to: geh-help-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 1j5vjE-000V3w-BM for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 23 Feb 2020 19:11:44 +0100 Original-Received: from localhost ([::1]:55508 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5vjD-00050e-Dq for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 23 Feb 2020 13:11:43 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39904) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5viu-00050V-3x for help-gnu-emacs@gnu.org; Sun, 23 Feb 2020 13:11:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j5vit-00086m-5T for help-gnu-emacs@gnu.org; Sun, 23 Feb 2020 13:11:24 -0500 Original-Received: from mailbackend.panix.com ([166.84.1.89]:43140) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j5vit-00086T-2E for help-gnu-emacs@gnu.org; Sun, 23 Feb 2020 13:11:23 -0500 Original-Received: from panix1.panix.com (panix1.panix.com [166.84.1.1]) by mailbackend.panix.com (Postfix) with ESMTP id 48QYD92wC0z1cSk; Sun, 23 Feb 2020 13:11:21 -0500 (EST) Original-Received: by panix1.panix.com (Postfix, from userid 20712) id 48QYD91FTHzcbc; Sun, 23 Feb 2020 13:11:21 -0500 (EST) Original-Received: from localhost (localhost [127.0.0.1]) by panix1.panix.com (Postfix) with ESMTP id 48QYD90JyCzcbV; Sun, 23 Feb 2020 13:11:20 -0500 (EST) In-Reply-To: <87lfotxmck.fsf@ucl.ac.uk> X-detected-operating-system: by eggs.gnu.org: GNU/Linux (Android) [fuzzy] X-Received-From: 166.84.1.89 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:122453 Archived-At: The only appropriate use for javascript on websites is behind-the-scenes housekeeping. Any site that works like melpa.org limits itself to edbrowse and other graphical browsers. Nobody ought to ever know javascript is used on a website unless they search the source code for the web page. On Sun, 23 Feb 2020, Eric S Fraga wrote: > Date: Sun, 23 Feb 2020 12:08:43 > From: Eric S Fraga > To: help-gnu-emacs@gnu.org > Subject: Re: melpa website and eww > > On Friday, 21 Feb 2020 at 12:24, Jude DaShiell wrote: > > Have you got: > > (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3") > > in your .emacs file? > > If not, maybe try adding that and see if eww can read the site. > > Thank you for the suggestion. However, the problem is not that I cannot > access/read the site but that the site uses Javascript to generate much > (all in some cases) of what it displays. eww does not support > Javascript. > > --