From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: bug#38912: 27.0.60; PDumper meets segmentation fault when evil is loaded Date: Tue, 07 Jan 2020 12:37:00 -0500 Message-ID: References: <333553AC-68DE-4F1C-9586-5A13248AD6DD@icloud.com> <83ftgvh96l.fsf@gnu.org> <83a771g2tc.fsf@gnu.org> <83o8vgee85.fsf@gnu.org> <8b2e879676c6ecc1371d50e033164424.squirrel@dancol.org> <2915772a-f280-5afa-72da-12f815c0119d@cs.ucla.edu> <83sgkrclq6.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="41685"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: niwtrx@icloud.com, Paul Eggert , emacs-devel@gnu.org, 38912@debbugs.gnu.org, pipcet@gmail.com, dancol@dancol.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 07 18:37:28 2020 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.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iosnB-0006WM-3n for ged-emacs-devel@m.gmane.org; Tue, 07 Jan 2020 18:37:21 +0100 Original-Received: from localhost ([::1]:54050 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iosn9-00054h-Lq for ged-emacs-devel@m.gmane.org; Tue, 07 Jan 2020 12:37:19 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37420) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iosn2-00052F-Pb for emacs-devel@gnu.org; Tue, 07 Jan 2020 12:37:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iosn1-0007jo-U6 for emacs-devel@gnu.org; Tue, 07 Jan 2020 12:37:12 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:63899) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iosmx-0007gE-9t; Tue, 07 Jan 2020 12:37:07 -0500 Original-Received: from pmg2.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id A570B83464; Tue, 7 Jan 2020 12:37:06 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id 0C73781E26; Tue, 7 Jan 2020 12:37:05 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1578418625; bh=PcqB+Hvw+uociQMMXZUAI1QGoVoGi4Laoe2OXlAGdLE=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=Tbo89zL4jIsiJlZzIKCfALyym0cR1/VgXcsK36H7rSQd39QWVh4i3WMqJBoM7Jc9A XJxEzdSCJUKbezA8STS/aM8qwZZUH/AMKf7bzC34VuOGS571WQ19Fc1cH4TVOlln/z JMTIQzPdS5Pt+rHrvW/TjQWmmGQE+dr8oHd59oQAtMMLlo70xW9R6Yfum7kzgMI16s pTunLKgsqiwXlDNf7Pr4NG0awtYd/P2pMwFt1Sv85M9jePBd/CeN7o3GyLD7DkkJou tTpiMRQ/kuknS2+XJhWYSwDY621WheIYyG2JwhrFuC5qm0wYvBelA9yg8pUdGCiuxU yo1oX1REisifA== Original-Received: from alfajor (modemcable157.163-203-24.mc.videotron.ca [24.203.163.157]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id C0B0D1204BF; Tue, 7 Jan 2020 12:37:04 -0500 (EST) In-Reply-To: <83sgkrclq6.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 07 Jan 2020 17:47:13 +0200") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 132.204.25.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:244079 Archived-At: >> Does anyone know offhand why we don't simply use eq to compare window >> configurations? > I guess because not all of that is Lisp data. struct save_window_data > isn't. I think he meant: why doesn't `equal` applied on window configs behave like `eq`? Stefan