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: Towards a cleaner build Date: Sun, 09 Jun 2019 11:31:04 -0400 Message-ID: References: <83zhn6zkgf.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="182399"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Eli Zaretskii , Noam Postavsky , Emacs developers To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 09 17:32:08 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 1hZznj-000lIe-Uh for ged-emacs-devel@m.gmane.org; Sun, 09 Jun 2019 17:32:08 +0200 Original-Received: from localhost ([::1]:36388 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hZzni-0001KI-DS for ged-emacs-devel@m.gmane.org; Sun, 09 Jun 2019 11:32:06 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40154) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hZzms-0001Js-1v for emacs-devel@gnu.org; Sun, 09 Jun 2019 11:31:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hZzmq-0000TF-AW for emacs-devel@gnu.org; Sun, 09 Jun 2019 11:31:13 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:54056) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hZzmo-0000RV-Db; Sun, 09 Jun 2019 11:31:10 -0400 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 9A015100A37; Sun, 9 Jun 2019 11:31:09 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 9068310089B; Sun, 9 Jun 2019 11:31:08 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1560094268; bh=4wBNQjFjqxGXHqZLuKNebfgATnpvTHMpuyvvic3JVHo=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=NUxrgiDDuVz11YHmKo3F9+cMJ22JbFOI4Bp2fEG+mWqf4epNXC8Oh5EmN0NsKX3Iz tmJNDEl5M7/fOm4CBbVRyxI6WA/NzGXCUQJWAeVUn4fmE1aVRvrCe8MHZBb0rdLvlT mqyj/sGedxQ965PDYZApzVjGGyGH7b64b/B5N5fRAjNrgML1ovbjbGZH1bQ0yUMVRZ FwBoZ7MJrsmXAhf6Bzb32Fx48zzN9yj9YcmXSbm+JXRtaqI0LEo6wNNKQGfflT7IKv 5AMGy1wyBWSxUnNj/VFuADLtOyYKflcuiw0EOp1P6Ad03QjRQxLZT6UPGcqMlbnFCv oQ5pwPZn7pUuw== Original-Received: from alfajor (unknown [216.154.16.220]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 723201209CD; Sun, 9 Jun 2019 11:31:07 -0400 (EDT) In-Reply-To: (Lars Ingebrigtsen's message of "Sun, 09 Jun 2019 15:48:03 +0200") 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: 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:237347 Archived-At: > Or did you mean that that should return an intermediary function and > then do the byte-hunk-handler thing as in my code sketch? > *implements* > Oh, wow, that worked. :-) It always helps to ask, apparently. Always happy to help, Stefan