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 13:08:31 +0100 Message-ID: <4603C33F.9090302@gmx.at> References: <46026277.7060305@gmx.at> <87zm64kau0.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 1174651669 16867 80.91.229.12 (23 Mar 2007 12:07:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 23 Mar 2007 12:07:49 +0000 (UTC) Cc: Andreas Schwab , Chong Yidong , emacs-devel To: "Kim F. Storm" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 23 13:07:43 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 1HUiYV-0006vj-N3 for ged-emacs-devel@m.gmane.org; Fri, 23 Mar 2007 13:07:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HUiaP-0008TP-8d for ged-emacs-devel@m.gmane.org; Fri, 23 Mar 2007 07:09:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HUiaL-0008Qa-TR for emacs-devel@gnu.org; Fri, 23 Mar 2007 08:09:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HUiaK-0008Ma-FC for emacs-devel@gnu.org; Fri, 23 Mar 2007 08:09:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HUiaK-0008Ln-88 for emacs-devel@gnu.org; Fri, 23 Mar 2007 07:09:32 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1HUiYP-0005c0-NL for emacs-devel@gnu.org; Fri, 23 Mar 2007 08:07:34 -0400 Original-Received: (qmail invoked by alias); 23 Mar 2007 12:07:32 -0000 Original-Received: from N718P004.adsl.highway.telekom.at (EHLO [62.47.33.164]) [62.47.33.164] by mail.gmx.net (mp049) with SMTP; 23 Mar 2007 13:07:32 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/X/9xhs/nXIz9smCLHr9dUE0ku7fDUxllHfc2dKB GSZrSklfl+RnQ/ User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: 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:68382 Archived-At: > Besided, a native windows build uses conservative stack marking, > so it is not necessary to explicitly protect from GC (on that > platform). ut was this a native or a cygwin build? Native. > Perhaps the conservative stack marking does not work properly on > WindowsME (does anything work properly on ME?) I doubt that Chong uses ME ;-)