From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ronny Klein Newsgroups: gmane.emacs.bugs Subject: Emacs cvs version freezes if BREAK in R-mode (ESS package) Date: Wed, 11 Feb 2004 15:12:25 +0100 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1076508745.5961.9.camel@localhost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1076508462 17239 80.91.224.253 (11 Feb 2004 14:07:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Feb 2004 14:07:42 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Feb 11 15:07:34 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Aqv1Z-0000l4-00 for ; Wed, 11 Feb 2004 15:07:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Aqv0d-0008Vn-JM for geb-bug-gnu-emacs@m.gmane.org; Wed, 11 Feb 2004 09:06:35 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Aqv0a-0008UN-Dh for bug-gnu-emacs@gnu.org; Wed, 11 Feb 2004 09:06:32 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Aqv02-0008KU-Ud for bug-gnu-emacs@gnu.org; Wed, 11 Feb 2004 09:06:31 -0500 Original-Received: from [217.12.11.35] (helo=smtp004.mail.ukl.yahoo.com) by monty-python.gnu.org with smtp (Exim 4.24) id 1Aquyk-0007wg-TD for bug-gnu-emacs@gnu.org; Wed, 11 Feb 2004 09:04:39 -0500 Original-Received: from unknown (HELO ?217.68.172.39?) (ronny?klein@217.68.172.39 with login) by smtp004.mail.ukl.yahoo.com with SMTP; 11 Feb 2004 14:04:32 -0000 Original-To: bug-gnu-emacs@gnu.org X-Mailer: Ximian Evolution 1.4.5 (1.4.5-7) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:6930 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:6930 Hi, at first, I'm not a programmer. So don't expect to much of my insight. I've found the following bug and have no idea how to debug. What I've done: 1. Got the cvs version of emacs. 2. Compiled with gtk-support (exactly the reason why I wanted to us compile this on my own. 3. Installed it. 4. Run the emacs, everything seems fine. 5. Started to use the R-Mode of the ESS (Emacs Speaks Statistic) package. 6. Tried to break a command with C-c C-c or the menu button. 7. Result: Emacs freezes immediately and have to kill the running process by killall R.bin. After that I can finally use the Emacs again. So the problems seems to be with the ESS package. This didn't happen with Emacs version 21.3 though. I use Gnu/Linux Fedora Core 1 and used the setarch command to compile. As I said, I have no idea what's going on and who might be interested in this bug. But maybe it helps to improve the Emacs even more. Keep up the good work. (Especially the gtk-port ;-) Ronny