From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: w32-pass-rwindow-to-system Date: Wed, 21 Jan 2009 11:26:01 +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 1232533631 16398 80.91.229.12 (21 Jan 2009 10:27:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Jan 2009 10:27:11 +0000 (UTC) Cc: MON KEY , emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 21 11:28:23 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 1LPaJr-0000vn-Bp for ged-emacs-devel@m.gmane.org; Wed, 21 Jan 2009 11:28:23 +0100 Original-Received: from localhost ([127.0.0.1]:51902 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPaIa-0007iR-4u for ged-emacs-devel@m.gmane.org; Wed, 21 Jan 2009 05:27:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPaHd-0007L6-SP for emacs-devel@gnu.org; Wed, 21 Jan 2009 05:26:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPaHb-0007JX-Ih for emacs-devel@gnu.org; Wed, 21 Jan 2009 05:26:04 -0500 Original-Received: from [199.232.76.173] (port=35693 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPaHb-0007JM-90 for emacs-devel@gnu.org; Wed, 21 Jan 2009 05:26:03 -0500 Original-Received: from mail-ew0-f20.google.com ([209.85.219.20]:37879) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LPaHa-0008In-Ug for emacs-devel@gnu.org; Wed, 21 Jan 2009 05:26:03 -0500 Original-Received: by ewy13 with SMTP id 13so1607889ewy.18 for ; Wed, 21 Jan 2009 02:26:01 -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=E3/HdZhi5HIcPbeKuY/Htb6UOo8/rStitA5lpsKL4sg=; b=M/gfYYbju3hTcDuMPEWlfCsLNvp4r9uifxZ3ijMNx/fXW5F2dfNga7V+AIvzkUknBJ tRRCvf5TPplWAqK5aY09n6KBiyvE2I1M50fnQsOn6JnepayXmC0IVMJGVFR1FtmAa1xE NJgpBtTpzzR1lqSEEix+RugXk7v6l7f8fQU2s= 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=urRJ4hOomM1ajBH/JHa9oHwTc50m7c7yKLWIYln4iUFMXE4Lf4AbYH6frj9pASWiJv qzmuauFeOtFuFS/MIV0rAwuDrDFgHnmf1pBdORcpsIcMm+03/PmmOTLo6YODuJeB2YCG 4hZUlsrQTpJ/dTx1ah1fYr9l5FRIJobbcOsQ0= Original-Received: by 10.210.120.7 with SMTP id s7mr9813183ebc.184.1232533561495; Wed, 21 Jan 2009 02:26:01 -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:108033 Archived-At: 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? Juanma