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: Fri, 27 Mar 2020 22:55:20 -0400 Message-ID: References: <878sjrfh2m.fsf@mbork.pl> <871rpipzwa.fsf@web.de> <87tv2d3zii.fsf@web.de> <87lfnn9b2o.fsf@web.de> <87r1xeeek1.fsf@web.de> <87k135ky5j.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="107690"; 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 Sat Mar 28 03:55:54 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 1jI1dZ-000Rvs-PM for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 28 Mar 2020 03:55:53 +0100 Original-Received: from localhost ([::1]:49524 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jI1dY-0000xQ-Qx for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 27 Mar 2020 22:55:52 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54252) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jI1dE-0000xB-7u for help-gnu-emacs@gnu.org; Fri, 27 Mar 2020 22:55:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jI1dC-0004cQ-HY for help-gnu-emacs@gnu.org; Fri, 27 Mar 2020 22:55:31 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:62435) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jI1dC-0004Vh-BH for help-gnu-emacs@gnu.org; Fri, 27 Mar 2020 22:55:30 -0400 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 08BCB44F969; Fri, 27 Mar 2020 22:55:29 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 838C844F965; Fri, 27 Mar 2020 22:55:27 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1585364127; bh=GhwAMp2SOuhCSd5/3S2jZwnDYczgFesJ1tqaEfmKbTc=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=oQmgGezxJN1jruvz4OvNX2819GSWKy7rwrVlT+MZ8hcmjT7JyDnrS+U6fIHq1BOg1 jD5hlx4IdvrjGWXxbB4Y+6uv0W3v47yeJxrxlIWDIvDUE4mCjMtQ6IBck8Tj9Q1p8U RxlpUfW8DmwTXiGejmD6diDt3F7iKz9d/fbhnD484S4SGVaCCa+YnynMZPtSKdG57/ LKn9Iii7LoK5sz2E6RpEZVZ0LT2VRYd5b3Lp/+DA+zPlhK36aHAGes15r5CydNNRYB Awao05SDqSVeCDkms1ow+FkNTyiLei+OCPjyoAGIytcL6REgzvTaLVhWH1q/do6Jo7 kTCRk3HyGjCyw== Original-Received: from alfajor (unknown [104.247.241.114]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 4BC481206A1; Fri, 27 Mar 2020 22:55:27 -0400 (EDT) In-Reply-To: <87k135ky5j.fsf@web.de> (Michael Heerdegen's message of "Sat, 28 Mar 2020 03:31:52 +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:122692 Archived-At: >> Nice try, but you won't get off the hook so easily: the byte-compiler >> is all written in Elisp. > Hmm, too bad. > Ok, we could ehm ... give `make-local-variable' a byte-hunk-handler that > calls `byte-compile--declare-var'. Does that make sense? Sounds credible, yes, Stefan