From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: w32-pass-rwindow-to-system Date: Wed, 21 Jan 2009 11:59:06 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1232535588 22545 80.91.229.12 (21 Jan 2009 10:59:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Jan 2009 10:59:48 +0000 (UTC) Cc: MON KEY , emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 21 12:01:01 2009 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.50) id 1LPapN-0000zO-VG for ged-emacs-devel@m.gmane.org; Wed, 21 Jan 2009 12:00:58 +0100 Original-Received: from localhost ([127.0.0.1]:45142 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPao6-0000GT-Ru for ged-emacs-devel@m.gmane.org; Wed, 21 Jan 2009 05:59:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPanf-0008OO-2e for emacs-devel@gnu.org; Wed, 21 Jan 2009 05:59:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPand-0008Nl-Rb for emacs-devel@gnu.org; Wed, 21 Jan 2009 05:59:10 -0500 Original-Received: from [199.232.76.173] (port=43504 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPand-0008Nh-Lx for emacs-devel@gnu.org; Wed, 21 Jan 2009 05:59:09 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.153]:47122) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LPand-0002ZF-29 for emacs-devel@gnu.org; Wed, 21 Jan 2009 05:59:09 -0500 Original-Received: by fg-out-1718.google.com with SMTP id l26so1820335fgb.30 for ; Wed, 21 Jan 2009 02:59:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=HfIPkOkzIlQjVpFyWbVP2/xyxxdti6oO6bf7iq6VLMc=; b=buU3iBDQlwq8Dc20bDUQAQYigLJxE0XhSWoLAZBstHpOQlEysrzBGkMOKyena+K1Nh dlyowehFPl9SBrpOAJcmbK+pun/Bp9aES8+u1nz3Tkw7T7m1obQlaFeG/DM3NZEnBvZW 72WTZvcV+4P2ceblxTNdGmrGIuPxGB1TbO/aw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=gyWt8M+NNFt4XAaJ6DtBk7W43k2WqxGFzBiV168AY6nwNIMXfvOcBCfXqtL3B9FvBT /NXgX3zA77mJBJaQUHq6TRYYUtj8vZGbMUGMsTy3INBiXTryhPY2dBEFT4cJSJZttABu SXQxPYp6l2Ty6kGyEd4CDb4fxuHt4KhjfmWqY= Original-Received: by 10.86.54.3 with SMTP id c3mr95033fga.75.1232535547022; Wed, 21 Jan 2009 02:59:07 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:108034 Archived-At: On Wed, Jan 21, 2009 at 11:26 AM, Juanma Barranquero wrote: > On Wed, Jan 21, 2009 at 11:12, Lennart Borgman > wrote: > >> No. I have said numerous times that this is a bug in Emacs. It might >> work (as for you), but it is not guaranteed to do it. > > Doesn't seem to be many bug reports about it, so if this is a real > problem, it's quite infrequent. > > But, in any case, if it *is* a real problem, please send a patch. > AFAIR, you have a keyboard related patch, but it is not a bug fix; it > adds functionality. Am I remembering correctly? I have done several patches to the keyboard and menu code. The one we are talking about here is a bug fix IMO. At the moment I do not have time to dig out that part. I have spent quite a lot of time trying to get this fix into Emacs, but the resistance has been too strong for the limited time I have so I have run out of time for this. (Feel free to grab the patch from my patches.) Beside this anyone who want this to work can use the patched version of Emacs+EmacsW32. (If there is any bug there I will of course fix it.)