From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Docstring hack Date: Mon, 01 Aug 2022 14:07:15 +0300 Message-ID: <835yjc43z0.fsf@gnu.org> References: <83bkt6687a.fsf@gnu.org> <871qu2lo29.fsf@yahoo.com> <837d3u63ez.fsf@gnu.org> <834jyy61w6.fsf@gnu.org> <831qu25z5x.fsf@gnu.org> <87mtcqhvot.fsf@yahoo.com> <83sfmh4x0o.fsf@gnu.org> <878ro9iw2q.fsf@yahoo.com> <83o7x54swu.fsf@gnu.org> <83h72x4ekp.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24322"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, emacs-devel@gnu.org To: Lynn Winebarger Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Aug 01 13:11:50 2022 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 1oITKw-0006E0-1f for ged-emacs-devel@m.gmane-mx.org; Mon, 01 Aug 2022 13:11:50 +0200 Original-Received: from localhost ([::1]:42816 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oITKu-0005T8-Rh for ged-emacs-devel@m.gmane-mx.org; Mon, 01 Aug 2022 07:11:48 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58014) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oITGg-000448-US for emacs-devel@gnu.org; Mon, 01 Aug 2022 07:07:31 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:46864) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oITGg-0001c4-Kp; Mon, 01 Aug 2022 07:07:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=3YrrIhAtO4W1E0ZDJbN+op3Tjn+xniRpqmdoSuqCJqA=; b=c70Iz0LLh5gu JD35B9fj317tjUen8vzFQyA8UJJ4poMIZTN6L6tQXvVic2+15rhL585yuKJvewhJSOY0PV8Amyq5v jJVOqwTzZeJpgHyhLjc/6fYWqcX7+nCGsEV8sZC4E/HXYioxhXZECbVMSQaXnU6mGKa9PiLeL7cQK /xP5CTOchmZLemJXuHwXAXM5bHqq6QIVtGgM9dOxvYinPPKS2qsl4UTcrVpUa0D7mSEZyGR0phc6V 5ki+6kPE9ztOo+9vcxHUAxoNQoDZYHTkHd6BuzVqp3eQnI6pY3I/6B/xeEwYwDIODjOY4Rds1G7YU /CTKKOYkeR3J/ps6IphS1Q==; Original-Received: from [87.69.77.57] (port=2522 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oITGf-0004Nl-Ox; Mon, 01 Aug 2022 07:07:26 -0400 In-Reply-To: (message from Lynn Winebarger on Sun, 31 Jul 2022 16:29:43 -0400) 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" Xref: news.gmane.io gmane.emacs.devel:292935 Archived-At: > From: Lynn Winebarger > Date: Sun, 31 Jul 2022 16:29:43 -0400 > Cc: Po Lu , emacs-devel > > We will remove pure space at some not-too-distant future, which is a > clear sign that it is not very important in the pdumper builds. So > investing time in something that works when purify-flag is off doesn't > sound like a good investment to me. > > I see your point. I'm not that familiar with the policy on doing maintenance releases on older versions (27 > and 28 in particular). Is pure space elimination going to be incorporated in those as well? No, we are not going to backport such significant changes.