From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Bookmarks in EWW Date: Thu, 26 Mar 2020 23:44:28 -0400 Message-ID: References: <878sjrfh2m.fsf@mbork.pl> <871rpipzwa.fsf@web.de> <87tv2d3zii.fsf@web.de> <87lfnn9b2o.fsf@web.de> <87r1xeeek1.fsf@web.de> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="116880"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: help-gnu-emacs@gnu.org To: Michael Heerdegen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Mar 27 04:45:38 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 1jHfw8-000UHQ-25 for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 27 Mar 2020 04:45:36 +0100 Original-Received: from localhost ([::1]:36614 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jHfw7-0000dD-3d for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 26 Mar 2020 23:45:35 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55046) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jHfvF-0000Bi-5i for help-gnu-emacs@gnu.org; Thu, 26 Mar 2020 23:44:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jHfvD-0001SN-JN for help-gnu-emacs@gnu.org; Thu, 26 Mar 2020 23:44:40 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:57531) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jHfvD-0001Pq-91 for help-gnu-emacs@gnu.org; Thu, 26 Mar 2020 23:44:39 -0400 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 5A0141010C5; Thu, 26 Mar 2020 23:44:38 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 4094F101016; Thu, 26 Mar 2020 23:44:29 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1585280669; bh=g6C2Wh57mKzpuTgjFC0L8MHgc7BviRUSfdDej8NQJBc=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=mYnRf0LKJGHdpUYZaTPJQoHkMKgGTASpf3jVaR8ol4fkBgUYO/LdC/kNdFuRA7C5S Ml8Nvb3vxV3zvbU7rQ0YLkDWSNM1+YcHvs0+ixzW1quqX6ARYFToLFFaZCmqLnIjAy gki15nqnBy/AnFTy9oXlpsYqa/GzQNU68bxgCDM6jUGBgIpZr52UjyadKXqmoE6ikO ajxj0sqFM/4JUPl5lf02bZCJMlvwCppulRbsaIV8q/2mWFV3zAQPwB0YizKCiMVQo2 h5wxHJhPpWv1jM22XJkJRMPoUsKwFscxP3Er1rX8EOBaSBLpEk6IrceZB+yOt8gVDW 19ZhskRHXWbNA== Original-Received: from alfajor (unknown [104.247.241.114]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 0B5EE1204C9; Thu, 26 Mar 2020 23:44:28 -0400 (EDT) In-Reply-To: <87r1xeeek1.fsf@web.de> (Michael Heerdegen's message of "Fri, 27 Mar 2020 03:07:10 +0100") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 132.204.25.50 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:122687 Archived-At: >> Maybe we should teach the byte-compiler to recognize >> `make-local-variable` as a declaration that the variable is dynamic? > I think that would make sense, yes (i can't do it though cause I don't > speak C). Nice try, but you won't get off the hook so easily: the byte-compiler is all written in Elisp. Stefan