From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Corwin Brust Newsgroups: gmane.emacs.devel Subject: Re: Porting my conf to 28.0.60 (MS Windows + native-comp) Date: Tue, 19 Oct 2021 20:13:38 -0500 Message-ID: References: <83k0ibfog0.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="0000000000008501a205cebe7d10" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3217"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Eli Zaretskii , Emacs developers To: Andrea Corallo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Oct 20 03:14:43 2021 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 1md0Bn-0000Wo-22 for ged-emacs-devel@m.gmane-mx.org; Wed, 20 Oct 2021 03:14:43 +0200 Original-Received: from localhost ([::1]:49752 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1md0Bl-0001nJ-Rc for ged-emacs-devel@m.gmane-mx.org; Tue, 19 Oct 2021 21:14:41 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56368) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1md0Ay-00018l-T0 for emacs-devel@gnu.org; Tue, 19 Oct 2021 21:13:52 -0400 Original-Received: from mail-ed1-f41.google.com ([209.85.208.41]:33767) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1md0Ax-0007eg-4E; Tue, 19 Oct 2021 21:13:52 -0400 Original-Received: by mail-ed1-f41.google.com with SMTP id y30so17899978edi.0; Tue, 19 Oct 2021 18:13:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=nfD7EVxsdX7X1jUvtEBHtFutqtZkDDARSyZJcwSoeMo=; b=P4L2u644K6Fh2H0n4gDkCKU56gJY7gi03HPGvU7Vkkzexo25PK/LLehNE3tnN84pRW /yX1/p/YmaO03Lz5rfAvuDigvh0yBOv+fcwpcDRiVvuO3h8VN/TyGgx39GIRhCqrt8ZV xbjZpbNeGh1p3i4A4Iwu7B7GDRIYk80q0cviP/K8IgG19Le1l/vibxHqBkTMKF+4VlaY MrHBUQKJpfCBhSYvhG9o0IOQkzkQ1hRfITrK8wRowlieWiVwFBZe6kuI4j6XFX7ZcMRt c5tYzjnSI2ikUwDVVtvywC0uHxGM1XXQOP60zScxUIeo9ffYfA5jYJO8veJEsVXXhABH pe8A== X-Gm-Message-State: AOAM531BALA5APoBFvWhNzynOP9PgMyFV7yJr0HheQw4RCadEy8eQDbf 6M13/248dpFx0DsK3d6R6uxomHT8IUGeTaJ5LEk= X-Google-Smtp-Source: ABdhPJyj/pjAs8fwQp87iBUGWAhNP0d95Oah0m/wOIcmyjSFgDTsbwYKAQuo9f7Qau/MVzCsDha2jtK8g3BQLffKieo= X-Received: by 2002:a17:907:e9f:: with SMTP id ho31mr3940307ejc.156.1634692428529; Tue, 19 Oct 2021 18:13:48 -0700 (PDT) In-Reply-To: Received-SPF: pass client-ip=209.85.208.41; envelope-from=mplscorwin@gmail.com; helo=mail-ed1-f41.google.com X-Spam_score_int: -13 X-Spam_score: -1.4 X-Spam_bar: - X-Spam_report: (-1.4 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FORGED_FROMDOMAIN=0.248, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.248, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action 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:277412 Archived-At: --0000000000008501a205cebe7d10 Content-Type: text/plain; charset="UTF-8" Hi Andrea On Mon, Oct 18, 2021, 03:38 Andrea Corallo wrote: > Corwin Brust writes: > > > Hi again Eli, all. > > > > On Sun, Oct 17, 2021 at 2:20 PM Eli Zaretskii wrote: > >> [snip] > >> > >> Does it happen only with Emacs 28, or with previous versions as well? > > > > I wasn't able to reproduce under Emacs 27.1 > > Just a naive question. Have you tried Emacs 28 non native compiled? Without native comp or with pre-compilation during build I don't get these 'too many pipes' errors. --0000000000008501a205cebe7d10 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Andrea

On Mon, Oct 18, 2021, 03:38 Andrea Corallo &l= t;akrl@sdf.org> wrote:
Corwin Brust <corwin@bru.st> writes:

> Hi again Eli, all.
>
> On Sun, Oct 17, 2021 at 2:20 PM Eli Zaretskii <eliz@gnu.org> wrote= :
>> [snip]
>>
>> Does it happen only with Emacs 28, or with previous versions as we= ll?
>
> I wasn't able to reproduce under Emacs 27.1

Just a naive question. Have you tried Emacs 28 non native compiled?


Without native comp or with pre-compilation during build I = don't get these 'too many pipes' errors.
--0000000000008501a205cebe7d10--