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: The overlay branch (yet again) Date: Tue, 03 Dec 2019 17:43:30 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="227426"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: martin rudalics , emacs-devel@gnu.org To: Vladimir Kazanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 03 23:50:59 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 1icH0T-000wzH-Sy for ged-emacs-devel@m.gmane.org; Tue, 03 Dec 2019 23:50:58 +0100 Original-Received: from localhost ([::1]:59984 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1icH0Q-0000nT-M7 for ged-emacs-devel@m.gmane.org; Tue, 03 Dec 2019 17:50:56 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43659) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1icGtU-0006Xl-Ke for emacs-devel@gnu.org; Tue, 03 Dec 2019 17:43:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1icGtR-0000t2-5G for emacs-devel@gnu.org; Tue, 03 Dec 2019 17:43:42 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:4629) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1icGtQ-0000pw-RS for emacs-devel@gnu.org; Tue, 03 Dec 2019 17:43:41 -0500 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 59CC21004C7; Tue, 3 Dec 2019 17:43:39 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 0071A1003C9; Tue, 3 Dec 2019 17:43:37 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1575413018; bh=oqspn8LCbloDTrS2l+QIJN2o4Iab6iqHrsuTLc7NFIo=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=n6i9a96xbLaT35snejz6SeqLrv++L5m02u8EgLa/hhJlps6xH8VV90MY8+yqC0kcL KY5NBpEPySPKKx08/ojyg1T0/Xi+QOQbn8K7SKGpfWFxIkp+rGFEH1kSNT+JE2PXOH 2BONtmIYUhH/lp2u51zUtthO8S8LXtP+vaWSuNWQvW81wU0VtCI0gPAtOwXoE0AfB8 9UXkwf7mqh02CSQi08ECTxpnq4lr108oVufkDDnuX8um7Gy5QJU01DOpdUitdrgwC8 PbkWPFXDeFH3rj8EPD6W13TDSUnDTW5utWqtHeCptVn5SzWuwGtOUhnUKGIXl/wMGa hT9ebYxAPMktg== Original-Received: from pastel (unknown [45.72.228.205]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id B0D3F120516; Tue, 3 Dec 2019 17:43:37 -0500 (EST) In-Reply-To: (Vladimir Kazanov's message of "Tue, 3 Dec 2019 20:46:40 +0000") 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:243098 Archived-At: > https://lists.gnu.org/archive/html/emacs-devel/2017-02/msg00488.html > https://lists.gnu.org/archive/html/emacs-devel/2017-02/msg00598.html > https://lists.gnu.org/archive/html/emacs-devel/2017-02/msg00736.html At least those links should be in comments somewhere in the code. Stefan