From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: `undo_list' in struct buffer Date: Sun, 18 Nov 2007 17:45:53 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1195426090 9061 80.91.229.12 (18 Nov 2007 22:48:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 18 Nov 2007 22:48:10 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 18 23:48:15 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 1Itsw1-0003xb-1c for ged-emacs-devel@m.gmane.org; Sun, 18 Nov 2007 23:48:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Itsvn-0002tr-Kq for ged-emacs-devel@m.gmane.org; Sun, 18 Nov 2007 17:47:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Itstn-00004w-3x for emacs-devel@gnu.org; Sun, 18 Nov 2007 17:45:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Itstm-0008UW-8r for emacs-devel@gnu.org; Sun, 18 Nov 2007 17:45:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Itstl-0008UA-Ve for emacs-devel@gnu.org; Sun, 18 Nov 2007 17:45:54 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Itstl-0002Ur-Kd for emacs-devel@gnu.org; Sun, 18 Nov 2007 17:45:53 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Itstl-0003At-Ae; Sun, 18 Nov 2007 17:45:53 -0500 In-reply-to: (message from Stefan Monnier on Sat, 17 Nov 2007 23:22:22 -0500) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:83574 Archived-At: > Please put a comment there expaining why it is located in among > elements that are not marked by GC, and referring to the special > marking code for that slot. Otherwise this will look like a bug. The comment already says: This comes before `name' because it is marked in a special way. I probably didn't see it because it directly follows many other lines. As I get older, I tend to see only the beginning of a paragraph unless I make a special effort to read it all slowly. A blank line before that sentence would make it more visible. I will try to remember to put one in. Moving it to the front of the comment would also help.