From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: Inferred function types in the *Help* buffer Date: Thu, 01 Jun 2023 07:54:13 -0400 Message-ID: References: <83o7manh0e.fsf@gnu.org> <83ilc7ct4h.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7610"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: Eli Zaretskii , akrl@sdf.org, emacs-devel@gnu.org To: Mattias =?utf-8?Q?Engdeg=C3=A5rd?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jun 01 13:55:44 2023 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 1q4gu7-0001oP-EZ for ged-emacs-devel@m.gmane-mx.org; Thu, 01 Jun 2023 13:55:43 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q4gsi-0002cP-JT; Thu, 01 Jun 2023 07:54:16 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q4gsg-0002QN-Ef for emacs-devel@gnu.org; Thu, 01 Jun 2023 07:54:14 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q4gsf-0000jp-Nk; Thu, 01 Jun 2023 07:54:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=6o3bH0ZMgzbuaCZa7eXNf7Rc8VT3pGoIH3mrQFfZ1sk=; b=GbniTDqCZVtgUl0s9Zjx bDzMrnjmoRtgpfjGGEGaBHqa2vfSTZbFuG38+yUdZpUKgo+nmq/EYkKFrb1e8x0vJnqt3h5lzRPz4 box0ucmKSrSKoeQf7e+fsSxoGBpmDh6D+gZ9vpbEOBmYGuWTIN6oBWc0ZEEeZNORUQsEq3a6azBf3 RrvbHX5mMTZJeZeTcCxSojlyFsykk+9RbGJCxlxJOj87YpXJj1RHBU11+g9C4q1+Ohjwy72TQzGrw G9ai/91zTtYr5VtKtS2flmD9i5q0be/OecCui3ioa0oW8iudQfFDD6nwqm6WWpcHEVe9pVpKlzgD0 q1kfQ09lZOOt+w==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1q4gsf-0003hl-8v; Thu, 01 Jun 2023 07:54:13 -0400 In-Reply-To: ("Mattias =?utf-8?Q?Engdeg=C3=A5rd=22's?= message of "Thu, 1 Jun 2023 13:36:35 +0200") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:306511 Archived-At: Mattias Engdeg=C3=A5rd writes: > 1 juni 2023 kl. 13.35 skrev Eli Zaretskii : > >> I thought we all agreed to leave it in comp.el. > > That's completely fine, but I got the impression that Andrea didn't want = that. Perhaps we are just talking past one another. Yeah sorry, my fault, in light of this: > I don't necessarily see the reason. We will probably move to having > native-compilation be the default, in which case comp.el will be > loaded in the majority of sessions quite soon after startup. So it > doesn't make a lot of sense to try to move these out of comp.el. I changed my mind and I'm fine also requiring everyone to load comp.el. We can always change strategy afterwards if we see this is not optimal I guess. BR Andrea