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: feature/fix-the-long-lines-display-bug e7b5912b23: Improvements to long lines handling. Date: Sun, 24 Jul 2022 14:45:09 +0300 Message-ID: <831quahgze.fsf@gnu.org> References: <165799889678.19490.7919197387382513250@vcs2.savannah.gnu.org> <20220716191457.3B0FAC00095@vcs2.savannah.gnu.org> <87o7xgcb0a.fsf@tcd.ie> <83fsishsnb.fsf@gnu.org> <87mtd0aqea.fsf@tcd.ie> <878roiahki.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16401"; mail-complaints-to="usenet@ciao.gmane.io" Cc: contovob@tcd.ie, emacs-devel@gnu.org, gregory@heytings.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jul 24 13:47:11 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 1oFa4l-00043j-80 for ged-emacs-devel@m.gmane-mx.org; Sun, 24 Jul 2022 13:47:11 +0200 Original-Received: from localhost ([::1]:59390 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oFa4i-0005fP-3X for ged-emacs-devel@m.gmane-mx.org; Sun, 24 Jul 2022 07:47:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50380) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oFa2s-0003uT-FF for emacs-devel@gnu.org; Sun, 24 Jul 2022 07:45:14 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:57304) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oFa2q-0001yG-FX; Sun, 24 Jul 2022 07:45:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=5Hvf29/XEb0l4Hv0daajyQaIGTdOSvcAcA6Ooq5Z2SY=; b=UXL9dTB1h2QE1uM04wTn UfNBLXhiJpIjDiL7zaVjrVNmuY24wIHeexM6wCpudGCA62cUoczPA5siY7n8znjUYbdQIve4odvvn 6ynO3LQQSoCoVtcd8iFzRy0vlcnTvoeuSt/X0ZWow0sPDRqcDDXW39kQQopoJhvK1H9/qhjjfGdT5 5FRpOWHK1k4EU9HZ7b+7n6kbnGWS9awJq8vtkWNVyub9oFS9hw246ObQNs01jV1On+jzR0oi3eDPh eleIWWjD1ulFpjp1WMC3VqS6ORzxKFW0JdshiD36r/mEl8caXaVBoWw5DMR0GjbWLFBZlsLMALjMp gKZSRZeQS9uKFg==; Original-Received: from [87.69.77.57] (port=4739 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 1oFa2p-0004mq-VL; Sun, 24 Jul 2022 07:45:12 -0400 In-Reply-To: <878roiahki.fsf@gmail.com> (message from Robert Pluim on Sun, 24 Jul 2022 13:14:21 +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" Xref: news.gmane.io gmane.emacs.devel:292577 Archived-At: > From: Robert Pluim > Cc: Eli Zaretskii , emacs-devel@gnu.org, gregory@heytings.org > Gmane-Reply-To-List: yes > Date: Sun, 24 Jul 2022 13:14:21 +0200 > > Apropos, is there an ʼupdating pdumper stuff for dummiesʼ guide > somewhere? Something along the lines of: > - if you add an int to struct , do > - if you add a Lisp_Object to struct , do > > I ask, because Iʼm playing with struct buffer_text, and Iʼm very > successfully causing 'failure to dump' :-) The error message points you to the comment in config.h that is supposed to be the "updating pdumper stuff for dummies" guide: error: #error "buffer changed. See CHECK_STRUCTS comment in config.h."