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: Fri, 04 Jan 2008 10:02:35 -0800 Message-ID: <200801041802.m04I2rm6011495@oogie-boogie.ics.uci.edu> References: <0BC2963F-DB5D-44CC-BC66-8C9268333BB5@gmail.com> <7A14A1D8-1AA6-47C9-9843-06079ACED4FC@gmail.com> <868x35u500.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199469850 5721 80.91.229.12 (4 Jan 2008 18:04:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Jan 2008 18:04:10 +0000 (UTC) Cc: Ted Zlatanov , bug-gnu-emacs@gnu.org To: David Reitter Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jan 04 19:04:31 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 1JAquC-0002Re-1i for geb-bug-gnu-emacs@m.gmane.org; Fri, 04 Jan 2008 19:04:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAqtp-0006Yh-Px for geb-bug-gnu-emacs@m.gmane.org; Fri, 04 Jan 2008 13:04:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JAqtY-0006OB-Om for bug-gnu-emacs@gnu.org; Fri, 04 Jan 2008 13:03:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JAqtW-0006Lp-Tk for bug-gnu-emacs@gnu.org; Fri, 04 Jan 2008 13:03:48 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAqtW-0006LP-KB for bug-gnu-emacs@gnu.org; Fri, 04 Jan 2008 13:03:46 -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 1JAqtW-00072W-7c for bug-gnu-emacs@gnu.org; Fri, 04 Jan 2008 13:03:46 -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 m04I2rm6011495; Fri, 4 Jan 2008 10:02:53 -0800 (PST) In-Reply-To: (David Reitter's message of "Fri, 4 Jan 2008 14:20:18 +0000") Original-Lines: 40 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:17302 Archived-At: David Reitter writes: > On 4 Jan 2008, at 12:53, Ted Zlatanov wrote: > > > On Thu, 03 Jan 2008 12:25:00 -0800 Dan Nicolaescu > > wrote: > > > > DN> David Reitter writes: > >>> 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... > > > > DN> Unfortunately the Carbon port is currently unsupported in the > > CVS HEAD > > DN> branch and it is known not to work. > > DN> Non-developers should not try to use it. You are probably more > > qualified > > DN> that most people to try to debug the problem... > > > > I think Aquamacs is not the Emacs carbon port in CVS (it's an older > > snapshot, modified in some ways), so unless the bug report is > > reporting > > the wrong Emacs version, it should go to the Aquamacs maintainers. > > > a) this problem occurs with a 22 branch build, and according to the OP > the problem has been occurring with different builds since October. > See also: Well, you said "aquamacs", which is not based on the EMACS_22_BASE branch. EMACS_22_BASE is the only branch in CVS where Carbon is supported. If the bug occurs indeed on that branch I suggest you CC the Carbon maintainer, he might want to take a look. And AFAICT nobody else does any development on mac...