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: delete-overlay causes recentering Date: Sat, 28 Apr 2007 00:07:29 -0400 Message-ID: References: <25771086.79401173867519911.JavaMail.www@wwinf4104> <87fy72v2bs.fsf@stupidchicken.com> <87zm5av218.fsf@stupidchicken.com> <873b31e9tq.fsf@stupidchicken.com> <87zm4yr1ty.fsf@stupidchicken.com> <87zm4tprlv.fsf@stupidchicken.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1177733638 17722 80.91.229.12 (28 Apr 2007 04:13:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 28 Apr 2007 04:13:58 +0000 (UTC) Cc: emacs-devel@gnu.org, bojohan+news@dd.chalmers.se To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 28 06:13:54 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 1HheJj-0001yl-3S for ged-emacs-devel@m.gmane.org; Sat, 28 Apr 2007 06:13:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HhePd-00075c-Ps for ged-emacs-devel@m.gmane.org; Sat, 28 Apr 2007 00:19:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HheMB-0004Yd-Dx for emacs-devel@gnu.org; Sat, 28 Apr 2007 00:16:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HheMA-0004YA-Ow for emacs-devel@gnu.org; Sat, 28 Apr 2007 00:16:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HheMA-0004Y4-KY for emacs-devel@gnu.org; Sat, 28 Apr 2007 00:16:22 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HheGF-0007M3-2D for emacs-devel@gnu.org; Sat, 28 Apr 2007 00:10:15 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HheDZ-00015a-QM; Sat, 28 Apr 2007 00:07:29 -0400 In-reply-to: <87zm4tprlv.fsf@stupidchicken.com> (message from Chong Yidong on Fri, 27 Apr 2007 15:03:24 -0400) X-detected-kernel: 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:70304 Archived-At: > In any case, the bug is not fixed. I observed it after C-c C-c to > send a message, in an Emacs I built yesterday which has your fix in > it. There is probably some code in rmail.el that has to be updated. If you are right, that is a way to fix the bug. Can you find the code that needs to be updated? However, your suggestion leads me to imagine a different possible cause. The editing which sendmail-send-it does in various buffers sets BEG_UNCHANGED and END_UNCHANGED in some of them, and the values for the wrong buffer get used. Would you like to see if that is it?