From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: bug#32405: Turning misc objects into pseudovectors Date: Sun, 12 Aug 2018 21:23:06 +0300 Message-ID: <8336vjla0l.fsf@gnu.org> References: <988905f1-fb41-9559-300d-d015bda4b791@cs.ucla.edu> <8736vn8pso.fsf@tromey.com> <83o9ebo0or.fsf@gnu.org> <87o9ea5od7.fsf@tromey.com> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1534098071 5788 195.159.176.226 (12 Aug 2018 18:21:11 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 12 Aug 2018 18:21:11 +0000 (UTC) Cc: Emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 12 20:21:07 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fouzB-0001QF-B9 for ged-emacs-devel@m.gmane.org; Sun, 12 Aug 2018 20:21:05 +0200 Original-Received: from localhost ([::1]:35811 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fov1H-00082M-OW for ged-emacs-devel@m.gmane.org; Sun, 12 Aug 2018 14:23:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59437) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fov14-00081Q-16 for Emacs-devel@gnu.org; Sun, 12 Aug 2018 14:23:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fov13-0007Z4-B3 for Emacs-devel@gnu.org; Sun, 12 Aug 2018 14:23:02 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37700) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fov13-0007Z0-6h; Sun, 12 Aug 2018 14:23:01 -0400 Original-Received: from [176.228.60.248] (port=1669 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fov12-0004ip-Iz; Sun, 12 Aug 2018 14:23:01 -0400 In-reply-to: (message from Paul Eggert on Sat, 11 Aug 2018 18:53:43 -0700) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:228449 Archived-At: > From: Paul Eggert > Date: Sat, 11 Aug 2018 18:53:43 -0700 > Cc: 32405-done@debbugs.gnu.org, Emacs-devel@gnu.org > > After you merged it into master, I rebased the Bug#32405 patches to turn misc > objects (including bignums) into pseudovectors and installed them into master. Thanks, but it sounds like .gdbinit needs some update as followup, because it still uses Lisp_Misc, and various unrelated commands (like "xtype") barf.