From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.bugs Subject: Re: mark_object crash in 22.1 and latest CVS (as of tonight) Date: Wed, 14 Nov 2007 13:51:17 -0500 Message-ID: References: <16af2f430711081955j3d5e6745gc0f7a50e02d9a892@mail.gmail.com> <16af2f430711090332x39c8c768gb01d1dc6a0e4f427@mail.gmail.com> <16af2f430711120340q27926877tf976ef397d12df16@mail.gmail.com> <16af2f430711140939x45663644je0dce25c8796b18@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1195066313 4721 80.91.229.12 (14 Nov 2007 18:51:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 Nov 2007 18:51:53 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, rms@gnu.org, emacs-devel@gnu.org To: "Kalman Reti" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 14 19:51:58 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IsNL9-0004tQ-I5 for ged-emacs-devel@m.gmane.org; Wed, 14 Nov 2007 19:51:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IsNKx-0002uH-16 for ged-emacs-devel@m.gmane.org; Wed, 14 Nov 2007 13:51:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IsNKk-0002Y5-LM for emacs-devel@gnu.org; Wed, 14 Nov 2007 13:51:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IsNKi-0002SK-Ua for emacs-devel@gnu.org; Wed, 14 Nov 2007 13:51:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IsNKd-0002Jg-U1; Wed, 14 Nov 2007 13:51:23 -0500 Original-Received: from tomts25.bellnexxia.net ([209.226.175.188] helo=tomts25-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IsNKZ-0000eX-Jx; Wed, 14 Nov 2007 13:51:19 -0500 Original-Received: from pastel.home ([70.53.194.136]) by tomts25-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20071114185118.RYXH19497.tomts25-srv.bellnexxia.net@pastel.home>; Wed, 14 Nov 2007 13:51:18 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id BFE437F4E; Wed, 14 Nov 2007 13:51:17 -0500 (EST) In-Reply-To: <16af2f430711140939x45663644je0dce25c8796b18@mail.gmail.com> (Kalman Reti's message of "Wed, 14 Nov 2007 12:39:30 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:83202 gmane.emacs.bugs:16978 Archived-At: > Anyone know what the elements of the undo_list mean? Some are conses > with a marker in their CAR and a number in their CDR, some are just > conses of two numbers and some are conses of a string and a number. It's documented in the docstring of buffer-undo-list. Stefan