From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: [Mac-emacs-devel] Patch for Mouse-wheel, Multi mouse-button support & more Date: Sun, 4 Aug 2002 11:27:37 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <6A2A5C5A-A78C-11D6-B5B5-00039363E640@swipnet.se> References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 (Apple Message framework v482) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1028453313 23089 127.0.0.1 (4 Aug 2002 09:28:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 4 Aug 2002 09:28:33 +0000 (UTC) Cc: mac-emacs-devel@lists.sourceforge.net, emacs-devel@gnu.org, steventamm@mac.com Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17bHgd-00060I-00 for ; Sun, 04 Aug 2002 11:28:31 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17bI0i-0003Bi-00 for ; Sun, 04 Aug 2002 11:49:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17bHhA-0007RX-00; Sun, 04 Aug 2002 05:29:04 -0400 Original-Received: from stubby.bodenonline.com ([213.115.192.62]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17bHgp-0007P9-00 for ; Sun, 04 Aug 2002 05:28:43 -0400 Original-Received: from pc35.bodenonline.com (IDENT:root@pc35.bodenonline.com [195.196.29.227] (may be forged)) by stubby.bodenonline.com (8.12.1/8.12.1) with ESMTP id g749M7uM001096; Sun, 4 Aug 2002 11:22:09 +0200 Original-To: akochoi@shaw.ca In-Reply-To: X-Mailer: Apple Mail (2.482) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6277 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6277 s=F6ndagen den 4 augusti 2002 kl 01.53 skrev Andrew Choi: > Hi Everyone, > > I have just checked in to the CVS a very nice patch contributed by > Steven Tamm which lets Emacs recognize 2- and 3-button and wheel mice. > Attached below is his description of it, among other things. > > Also recently changed in the CVS is the creator code of the Emacs > application from ???? to EMAx. This version dies instantly for me. Even emacs -nw dies. Here is a=20 backtrace, I can debug some more if that helps. I did: ./configure --prefix=3D/usr/local --verbose --with-x=3Dno make bootstrap Program received signal EXC_BAD_ACCESS, Could not access memory. 0x79005ae0 in ?? () (gdb) where #0 0x79005ae0 in ?? () Cannot access memory at address 0x79005ae0 #1 0x00106048 in unexec_realloc (old_ptr=3D0x6e0110, new_size=3D41) at=20= unexmacosx.c:891 #2 0x00005f0c in adjust_frame_message_buffer (f=3D0x6dfdd0) at = dispnew.c:2435 #3 0x000058ac in adjust_frame_glyphs (f=3D0x6dfdd0) at dispnew.c:2133 #4 0x00005854 in adjust_frame_glyphs_initially () at dispnew.c:2115 #5 0x0000cb18 in init_display () at dispnew.c:6478 #6 0x00066a84 in main (argc=3D1, argv=3D0xbffff74c, envp=3D0x488) at = emacs.c:1528 #7 0x00003668 in _start () #8 0x00003498 in start () (gdb) Jan D.