From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: transpose-regions Date: Fri, 23 Mar 2007 19:17:44 +0100 Message-ID: <460419C8.3060909@gmx.at> References: <46026277.7060305@gmx.at> <87zm64kau0.fsf@stupidchicken.com> <87ircst5jn.fsf@stupidchicken.com> <877it76ezv.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1174673807 26293 80.91.229.12 (23 Mar 2007 18:16:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 23 Mar 2007 18:16:47 +0000 (UTC) Cc: Andreas Schwab , emacs-devel , Stefan Monnier , "Kim F. Storm" To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 23 19:16:37 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 1HUoJY-0003Bh-Qw for ged-emacs-devel@m.gmane.org; Fri, 23 Mar 2007 19:16:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HUoLP-0003AG-Pd for ged-emacs-devel@m.gmane.org; Fri, 23 Mar 2007 13:18:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HUoLM-000343-4M for emacs-devel@gnu.org; Fri, 23 Mar 2007 14:18:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HUoLL-00030P-5J for emacs-devel@gnu.org; Fri, 23 Mar 2007 14:18:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HUoLL-000304-0n for emacs-devel@gnu.org; Fri, 23 Mar 2007 13:18:27 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1HUoJO-00065a-MB for emacs-devel@gnu.org; Fri, 23 Mar 2007 14:16:27 -0400 Original-Received: (qmail invoked by alias); 23 Mar 2007 18:16:25 -0000 Original-Received: from M3190P014.adsl.highway.telekom.at (EHLO [88.117.46.174]) [88.117.46.174] by mail.gmx.net (mp023) with SMTP; 23 Mar 2007 19:16:25 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+0vn1BbAa0GgTQ2TfWzZAn+juTIBD/N0zoPdUtFi ZVDfq4ZQIT/Vdp User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <877it76ezv.fsf@stupidchicken.com> X-Y-GMX-Trusted: 0 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:68427 Archived-At: > This is probably the long-term solution, but for Emacs 22 I think it's > not wise to change all that code. Instead, I suggest setting > inhibit_garbage_collection around the calls to Fset_text_properties. > I have verified that this indeed solves the original bug. It does solve the bug. Thank you.