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: Thu, 22 Mar 2007 22:30:11 +0100 Message-ID: <4602F563.4040706@gmx.at> References: <46026277.7060305@gmx.at> <17922.58227.553833.496576@kahikatea.snap.net.nz> 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 1174599191 537 80.91.229.12 (22 Mar 2007 21:33:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Mar 2007 21:33:11 +0000 (UTC) Cc: emacs-devel , "Kim F. Storm" To: Nick Roberts Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 22 22:33:04 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 1HUUu6-0007Kg-Kz for ged-emacs-devel@m.gmane.org; Thu, 22 Mar 2007 22:33:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HUUvv-0001uX-Pq for ged-emacs-devel@m.gmane.org; Thu, 22 Mar 2007 16:34:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HUUvs-0001qN-Jg for emacs-devel@gnu.org; Thu, 22 Mar 2007 17:34:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HUUvp-0001i9-M8 for emacs-devel@gnu.org; Thu, 22 Mar 2007 17:34:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HUUvp-0001hN-AT for emacs-devel@gnu.org; Thu, 22 Mar 2007 16:34:49 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1HUUty-0003xR-Us for emacs-devel@gnu.org; Thu, 22 Mar 2007 17:32:55 -0400 Original-Received: (qmail invoked by alias); 22 Mar 2007 21:32:53 -0000 Original-Received: from N797P021.adsl.highway.telekom.at (EHLO [62.47.43.149]) [62.47.43.149] by mail.gmx.net (mp047) with SMTP; 22 Mar 2007 22:32:53 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1848GAxaMU49IiZtrtT216Eeji/o0/B4UKuTHH4jU 6/UWE4POSXAfA3 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <17922.58227.553833.496576@kahikatea.snap.net.nz> 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:68328 Archived-At: > > (gdb) pp arg > > > > Program received signal SIGILL, Illegal instruction. > > 0x00d2ec07 in ?? () > > (gdb) pp arg > > (gdb) ppt > > BUF PT: 7879 of 1..132090 GAP: 132090 SZ=2000 > > Doesn't this suggest that Emacs has been compiled with the with the wrong > options? Probably. > > What were those options and what platform is this Emacs running on? In GNU Emacs 22.0.92.1 (i386-mingw-windows98.3000) of 2006-12-27 on MACHNO X server distributor `Microsoft Corp.', version 4.90.3000 configured using `configure --with-gcc (3.4)' Running on WindowsME with GNU gdb 5.2.1. What do you suggest (apart from changing the OS)?