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: My data.c change Date: Tue, 12 Dec 2006 16:45:42 -0500 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: dough.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1165960090 25010 80.91.229.10 (12 Dec 2006 21:48:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Dec 2006 21:48:10 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 12 22:48:09 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GuFTn-0006RT-8s for ged-emacs-devel@m.gmane.org; Tue, 12 Dec 2006 22:48:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GuFTm-00013w-NW for ged-emacs-devel@m.gmane.org; Tue, 12 Dec 2006 16:48:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GuFRa-00072P-7d for emacs-devel@gnu.org; Tue, 12 Dec 2006 16:45:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GuFRY-00070x-EM for emacs-devel@gnu.org; Tue, 12 Dec 2006 16:45:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GuFRY-00070d-53 for emacs-devel@gnu.org; Tue, 12 Dec 2006 16:45:44 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GuFRX-0007vq-Id for emacs-devel@gnu.org; Tue, 12 Dec 2006 16:45:43 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.52) id 1GuFRW-00075H-Kz; Tue, 12 Dec 2006 16:45:42 -0500 Original-To: emacs-devel@gnu.org 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:63651 Archived-At: There is some bug in the data.c change I mailed out; it causes buffer-local bindings to go to the wrong buffers. Since I don't have time to debug it, and the problem it fixed wasn't drastic, I just reverted it (it was never installed in CVS). The first problem I saw was that the mode line failed to display stars in modified buffers. If someone else would like to debug this, that could be a good way to learn about that part of Emacs.