From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Gregory Heytings Newsgroups: gmane.emacs.devel Subject: Re: feature/fix-the-long-lines-display-bug e7b5912b23: Improvements to long lines handling. Date: Mon, 25 Jul 2022 20:50:02 +0000 Message-ID: <8a3eaeef017c4ad4da7d@heytings.org> References: <165799889678.19490.7919197387382513250@vcs2.savannah.gnu.org> <20220716191457.3B0FAC00095@vcs2.savannah.gnu.org> <87o7xgcb0a.fsf@tcd.ie> <83fsishsnb.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="PLGgg2KsBl" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19387"; mail-complaints-to="usenet@ciao.gmane.io" Cc: "Basil L. Contovounesios" , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jul 25 22:51:47 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 1oG53J-0004nm-Nr for ged-emacs-devel@m.gmane-mx.org; Mon, 25 Jul 2022 22:51:45 +0200 Original-Received: from localhost ([::1]:36320 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oG53I-0001Jp-GM for ged-emacs-devel@m.gmane-mx.org; Mon, 25 Jul 2022 16:51:44 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44690) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oG51i-0008VP-Oy for emacs-devel@gnu.org; Mon, 25 Jul 2022 16:50:07 -0400 Original-Received: from heytings.org ([95.142.160.155]:50748) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oG51g-0003AW-Jo; Mon, 25 Jul 2022 16:50:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heytings.org; s=20220101; t=1658782203; bh=obUSsbctCYdxjmX7BgGOPx1i1vmRLloQGk25Z48Mjlo=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:From; b=KklBQx6HZXZr0cTo894q/x+PWXlXXDtCYDiI5PHrGNdL0DAx0M9IIW1pTq405iSVJ 3BlKVCz/32gB664WJEOEkeIM+7gwB23qaMrPqt+C0NeF67r9yZsWVgzbYrMV3SMJ1m Cqkr5GiGmOcUz17yRfLq3cIFX4oUAzEX+pUlHp2dbMNG/lNFeVQtOOC7xa0L4iT6K8 LnY57aWLKbexkvdssRLzVHSits3FBk6Z+gqJVoFJTAw6xzpiD6ZOrVmuoLH2BuGPX+ /aR9mkPjH3RSEZ6HBtJC2jYbdo3UC2WTzUsu3OQOrQg7mtqb9+3GWImgN/HJnKsgkX is79Wppb7+35Q== In-Reply-To: <83fsishsnb.fsf@gnu.org> Content-ID: <8a3eaeef01325418b143@heytings.org> Received-SPF: pass client-ip=95.142.160.155; envelope-from=gregory@heytings.org; helo=heytings.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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:292654 Archived-At: --PLGgg2KsBl Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Content-ID: <8a3eaeef018e2dbfbb99@heytings.org> >> This seems to have given rise to the following build error with --enable= -checking=3Dstructs: >> >> pdumper.c: In function =E2=80=98dump_buffer=E2=80=99: >> pdumper.c:2705:3: error: #error "buffer changed. See CHECK_STRUCTS comme= nt in config.h." >> 2705 | # error "buffer changed. See CHECK_STRUCTS comment in config.h." >> | ^~~~~ >> >> Is this the right fix? > > Yes, thanks. > Thanks. But how comes this warning did not show up in my=20 --enable-checking=3Dall build? Is "all" not really "all"? If not, what's= =20 the appropriate value for "really all"? --PLGgg2KsBl--