From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Stefan Kangas Newsgroups: gmane.emacs.devel Subject: Re: Imports / inclusion of s.el into Emacs Date: Fri, 1 May 2020 18:40:00 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="19125"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Emacs developers To: Philippe Vaucher Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri May 01 18:45:54 2020 Return-path: Envelope-to: ged-emacs-devel@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 1jUYnS-0004rv-88 for ged-emacs-devel@m.gmane-mx.org; Fri, 01 May 2020 18:45:54 +0200 Original-Received: from localhost ([::1]:48596 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jUYnR-0006EP-0L for ged-emacs-devel@m.gmane-mx.org; Fri, 01 May 2020 12:45:53 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50418) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jUYky-0004yI-PQ for emacs-devel@gnu.org; Fri, 01 May 2020 12:44:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jUYhy-0001zq-A8 for emacs-devel@gnu.org; Fri, 01 May 2020 12:43:20 -0400 Original-Received: from mail-yb1-f172.google.com ([209.85.219.172]:37437) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jUYhx-0001v4-IM for emacs-devel@gnu.org; Fri, 01 May 2020 12:40:13 -0400 Original-Received: by mail-yb1-f172.google.com with SMTP id a7so5247421ybs.4 for ; Fri, 01 May 2020 09:40:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=XzZh2A/csnFP8EVWUVi8Pm4pzrmYxdAvu94Rk+w6UPk=; b=KIHIBtlOdij07agH/DtLYqKxEx73wVC2GGmYllp+5HBznCnRX6oUvecmq+2nZO5+z+ U8FZDXVr30kOMipWoMlsnbDeRTH5diHeDO1k9k+I1VNlorWzOzcoFTU7dUaxSLlWPTIg xom7gvXj7rBwVe3qh28OTLiuYYrXW41sCV4XK9v7Vlac/cQxjfBo0TGTCUDWmdX7sJLj XK7hjPlAExzstd0rk9qmm6RUPM7T9iGvM74zPQBbeaOEjauliC17sw5A/mR/1vG6Uifd 9rYzvAz/sbTLzo2W9633b1p1/7gbf4h5vyZ8mk+42P5SIglx/iYOGUYLnXc6BNyb3wZ/ 0J4A== X-Gm-Message-State: AGi0PuYLoePO9bEDdgB2EiXiCPfniV4JSotuFP3U/SF5Z7Ll6t4rHEGE XQl8akc/I+d+jOzFSl6HsRAozR8kzBbjYIP9vIE= X-Google-Smtp-Source: APiQypLxs+1Zum3eXF00TFCuT1MlGaLP1Jx0xaa5cqqefO+PcPap2qv3O28XsSuqXhkDZpGzS43FLEGgTEfiX/xZ0Ho= X-Received: by 2002:a25:2:: with SMTP id 2mr8006795yba.466.1588351212238; Fri, 01 May 2020 09:40:12 -0700 (PDT) In-Reply-To: Received-SPF: pass client-ip=209.85.219.172; envelope-from=stefankangas@gmail.com; helo=mail-yb1-f172.google.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/01 12:40:12 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.219.172 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:248316 Archived-At: Philippe Vaucher writes: > Decide how we import these, either by copyright assignments or by importing the function signature and "simply" reimplementing these. Their implementation is usually trivial. How many people have contributed to s.el? And how many lines of code is it? I haven't looked at the code. Best regards, Stefan Kangas