From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: It is time for a feature freeze (it is NOW or never). Date: 13 May 2004 23:50:24 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87eks0654s.fsf@sno.mundell.ukfsn.org> <87n06bp4ng.fsf@sno.mundell.ukfsn.org> <8765cwkejr.fsf@mail.jurta.org> <200404071157.UAA25094@etlken.m17n.org> <200404071312.WAA25268@etlken.m17n.org> <87zn9nqras.fsf@emacswiki.org> <87hdvux5uz.fsf@orebokech.com> <87lll6v514.fsf@orebokech.com> <200404100109.KAA03816@etlken.m17n.org> <87y8nw5kb6.fsf-monnier+emacs@gnu.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1084485400 9013 80.91.224.253 (13 May 2004 21:56:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 May 2004 21:56:40 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu May 13 23:56:21 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BOOBh-0003Aj-00 for ; Thu, 13 May 2004 23:56:21 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BOOBg-0001zC-00 for ; Thu, 13 May 2004 23:56:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BOO7J-0001Xh-PH for emacs-devel@quimby.gnus.org; Thu, 13 May 2004 17:51:49 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BOO6b-0001V0-OW for emacs-devel@gnu.org; Thu, 13 May 2004 17:51:05 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BOO60-0001Hc-0U for emacs-devel@gnu.org; Thu, 13 May 2004 17:50:59 -0400 Original-Received: from [195.41.46.237] (helo=pfepc.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BOO5z-0001HH-D7 for emacs-devel@gnu.org; Thu, 13 May 2004 17:50:27 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx3.adsl-dhcp.tele.dk [80.62.38.68]) by pfepc.post.tele.dk (Postfix) with SMTP id 94E50262886; Thu, 13 May 2004 23:50:25 +0200 (CEST) Original-To: Stefan Monnier In-Reply-To: <87y8nw5kb6.fsf-monnier+emacs@gnu.org> Original-Lines: 16 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:23356 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23356 Stefan Monnier writes: > > Let's make USE_LSB_TAG the default for now, and if the bug you > > have not found does not get fixed, we can back it out later. > > I have now made it the default on systems where I know it should work. I have installed a fix to mark_kboards to avoid marking x and y members of an input_event when it is overloaded by a selection_input_event. Without USE_LSB_TAG, it didn't really matter as x and y were still just integers, but with USE_LSB_TAG, they become random objects when overloaded. -- Kim F. Storm http://www.cua.dk