From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: buffer.c/buffer.h: How to add new buffer-local variables? Date: Sun, 31 Mar 2019 13:06:11 +0300 Message-ID: <5A3C6A89-2360-46CF-8049-828A4B955445@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="2581"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: K-9 Mail for Android Cc: Emacs Devel To: emacs-devel@gnu.org, Andreas Schwab , Keith David Bershatsky Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 31 12:06:58 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.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hAXMd-0000Wj-IL for ged-emacs-devel@m.gmane.org; Sun, 31 Mar 2019 12:06:55 +0200 Original-Received: from localhost ([127.0.0.1]:35499 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hAXMc-0004y1-Fb for ged-emacs-devel@m.gmane.org; Sun, 31 Mar 2019 06:06:54 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:37696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hAXM0-0004xt-Ek for emacs-devel@gnu.org; Sun, 31 Mar 2019 06:06:17 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:54190) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hAXLy-0005rA-SA; Sun, 31 Mar 2019 06:06:14 -0400 Original-Received: from [176.13.243.16] (port=1581 helo=[10.132.229.151]) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1hAXLy-0007NT-4w; Sun, 31 Mar 2019 06:06:14 -0400 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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:234836 Archived-At: On March 31, 2019 12:42:27 PM GMT+03:00, Andreas Schwab wrote: > On M=C3=A4r 30 2019, Keith David Bershatsky wrote: >=20 > > pdumper=2Ec:1786: Emacs fatal error: assertion failed: relpos < > 1024 >=20 > The size of struct buffer is already close to that limit now=2E >=20 > Andreas=2E So you are saying that the 1024 value is arbitrary and should be enlarged = when more local vars are added?