From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.bugs Subject: Re: Crash when using scroll bar in Carbon port (keyboard.c:3010) Date: Thu, 03 Jan 2008 12:25:00 -0800 Message-ID: <200801032025.m03KP0wj028156@oogie-boogie.ics.uci.edu> References: <0BC2963F-DB5D-44CC-BC66-8C9268333BB5@gmail.com> <7A14A1D8-1AA6-47C9-9843-06079ACED4FC@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199392074 5540 80.91.229.12 (3 Jan 2008 20:27:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Jan 2008 20:27:54 +0000 (UTC) Cc: Bug-Gnu-Emacs , Hank Stevens To: David Reitter Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jan 03 21:28:14 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JAWfl-0006Vu-UJ for geb-bug-gnu-emacs@m.gmane.org; Thu, 03 Jan 2008 21:28:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAWfP-0000ss-IW for geb-bug-gnu-emacs@m.gmane.org; Thu, 03 Jan 2008 15:27:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JAWfI-0000qy-S0 for bug-gnu-emacs@gnu.org; Thu, 03 Jan 2008 15:27:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JAWfH-0000oW-2n for bug-gnu-emacs@gnu.org; Thu, 03 Jan 2008 15:27:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAWfG-0000oA-QB for bug-gnu-emacs@gnu.org; Thu, 03 Jan 2008 15:27:42 -0500 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JAWfG-0001JD-EC for bug-gnu-emacs@gnu.org; Thu, 03 Jan 2008 15:27:42 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id m03KP0wj028156; Thu, 3 Jan 2008 12:25:00 -0800 (PST) In-Reply-To: <7A14A1D8-1AA6-47C9-9843-06079ACED4FC@gmail.com> (David Reitter's message of "Thu, 3 Jan 2008 20:18:38 +0000") Original-Lines: 23 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 9 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 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: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17292 Archived-At: David Reitter writes: > Further to my message below, I have reproduced the bug by loading the > attached file, making the frame small and scrolling back and forth > with the scrollbar. The two stack traces looks different, though. > > The mode-line reads PDFLaTeX/F Ref BCite ll Noweb NWFL for this file. > > The problem appears to be related to Noweb Mode, which seems to come > with R-mode. It switches back and forth between LaTeX-mode (from > AUCTeX), fundamental-mode and ESS-mode. (Problem is only reproducible > is noweb-mode is on.) > > Secondly, changing the major mode triggers a few things in `aquamacs- > styles-mode': different faces and frame parameters are applied to the > frame that displays a window with that buffer. But of course that > shouldn't crash Emacs... Unfortunately the Carbon port is currently unsupported in the CVS HEAD branch and it is known not to work. Non-developers should not try to use it. You are probably more qualified that most people to try to debug the problem...