From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Using eww as browser for Emacs internals and documentation Date: Wed, 25 Dec 2019 17:22:37 -0500 Message-ID: References: <87pngggdma.fsf@mail.linkov.net> <87bls0t00q.fsf@gnus.org> <87woammyb4.fsf@mail.linkov.net> <83lfr1wxo6.fsf@gnu.org> <87mubhduqh.fsf_-_@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="247053"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Eli Zaretskii , larsi@gnus.org, emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 25 23:22:58 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1ikF3S-00127P-3u for ged-emacs-devel@m.gmane.org; Wed, 25 Dec 2019 23:22:58 +0100 Original-Received: from localhost ([::1]:49576 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ikF3P-0001zX-Iy for ged-emacs-devel@m.gmane.org; Wed, 25 Dec 2019 17:22:55 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53764) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ikF3K-0001zR-Di for emacs-devel@gnu.org; Wed, 25 Dec 2019 17:22:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ikF3J-00055J-83 for emacs-devel@gnu.org; Wed, 25 Dec 2019 17:22:50 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:54880) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ikF3H-00054f-Uv; Wed, 25 Dec 2019 17:22:48 -0500 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 40E4744D5A0; Wed, 25 Dec 2019 17:22:47 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 144C544D582; Wed, 25 Dec 2019 17:22:46 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1577312566; bh=BRpB/jUpEJWhRLeCYbymSrZbHy02759QHs5Ek1WiLVU=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=S1kAA2dDDOnPaW8+hZhRXWV7oFXCUd919iRgvaaxomL/0IfVfkHEWLPf3bo5aRvws A1iBVvD9z3+igBLYzfPBErDLcVlK9nMqoxy1L4dW3Y+I2iiN8dI4sNsGZrjob1MCAD zoCG3WeMEbO1PYYKvwOyKESBZQQ8po7xMJ+k8u7+aszAR1xfSDyl/0SBJJYQJCwy6D RVZF1NlxHaO+XoDejkMoFl9LD+YJ12VEScZmp++rHbhj+sZBUAd32uIhKDHBrf9Jzq HybnTrGN1OxeC0FSOAeibtrwPv4AuxXw1BMB3FZuvOMiCu2jVp3rJjRPzgW2/ixVnF OrkJmVV6dIQzg== Original-Received: from pastel (69-165-143-56.dsl.teksavvy.com [69.165.143.56]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 3560D121131; Wed, 25 Dec 2019 17:22:45 -0500 (EST) In-Reply-To: <87mubhduqh.fsf_-_@mail.linkov.net> (Juri Linkov's message of "Wed, 25 Dec 2019 02:36:30 +0200") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 132.204.25.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:243633 Archived-At: > about:memory - with data returned from 'garbage-collect' > about:processes > about:timers > about:buffers > etc. I don't think we should create new HTML-rendered UIs for the above. But maybe it would be nice to arrange for EWW to somehow redirect `about:buffers` to `list-buffers`. Stefan