From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Unified mouse-highlight code needs testing Date: Mon, 15 Nov 2010 20:34:09 +0200 Message-ID: <83ipzycu72.fsf@gnu.org> References: <83lj4ud0no.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1289846061 22857 80.91.229.12 (15 Nov 2010 18:34:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 15 Nov 2010 18:34:21 +0000 (UTC) To: monkey@sandpframing.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 15 19:34:17 2010 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.69) (envelope-from ) id 1PI3sf-0001yT-Ax for ged-emacs-devel@m.gmane.org; Mon, 15 Nov 2010 19:34:17 +0100 Original-Received: from localhost ([127.0.0.1]:34426 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PI3se-0007MA-Q5 for ged-emacs-devel@m.gmane.org; Mon, 15 Nov 2010 13:34:16 -0500 Original-Received: from [140.186.70.92] (port=38689 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PI3sW-0007LG-8s for emacs-devel@gnu.org; Mon, 15 Nov 2010 13:34:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PI3sS-0002H8-38 for emacs-devel@gnu.org; Mon, 15 Nov 2010 13:34:08 -0500 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:36188) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PI3sR-0002H2-O2 for emacs-devel@gnu.org; Mon, 15 Nov 2010 13:34:04 -0500 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0LBX00G00VIS0500@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Mon, 15 Nov 2010 20:34:01 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.126.249.126]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LBX00FI2VKNQF80@a-mtaout23.012.net.il>; Mon, 15 Nov 2010 20:34:01 +0200 (IST) In-reply-to: <83lj4ud0no.fsf@gnu.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:132644 Archived-At: > Date: Mon, 15 Nov 2010 18:14:35 +0200 > From: Eli Zaretskii > Cc: emacs-devel@gnu.org > > > Date: Mon, 15 Nov 2010 01:36:39 -0500 > > From: MON KEY > > > > > I've committed a few minutes ago to the trunk revision 102261, which > > > unifies the mouse-highlight code for all sessions, including GUI > > > sessions and text terminals that support the mouse (GPM and MSDOS). > > > > I'm consistently crashing Emacs built from trunk @ rev 102388 whenever > > I mouse over regions with mouse highlighting face. > > Ouch! > > > I've no idea if this is related but it seems so. > > Unfortunately I'm unable to supply a proper backtrace right now. > > Can you at least show a recipe for reproducing this starting with > "emacs -Q"? Also, is that a GUI session that crashes, or a TTY with GPM?