From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Xfree86 and the Meta key (+patch) Date: Sun, 3 Oct 2004 14:00:08 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <1096664425.415dc569492f0@imp2-q.free.fr> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1096804856 22604 80.91.229.6 (3 Oct 2004 12:00:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 3 Oct 2004 12:00:56 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 03 14:00:45 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CE52j-00069n-00 for ; Sun, 03 Oct 2004 14:00:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CE59G-0000qz-NZ for ged-emacs-devel@m.gmane.org; Sun, 03 Oct 2004 08:07:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CE595-0000pC-BL for emacs-devel@gnu.org; Sun, 03 Oct 2004 08:07:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CE593-0000oY-J6 for emacs-devel@gnu.org; Sun, 03 Oct 2004 08:07:17 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CE593-0000nj-Br for emacs-devel@gnu.org; Sun, 03 Oct 2004 08:07:17 -0400 Original-Received: from [195.54.107.70] (helo=mxfep01.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CE52H-0007sh-GP for emacs-devel@gnu.org; Sun, 03 Oct 2004 08:00:18 -0400 Original-Received: from coolsville.localdomain ([213.115.26.74] [213.115.26.74]) by mxfep01.bredband.com with ESMTP id <20041003120014.JKJG3239.mxfep01.bredband.com@coolsville.localdomain>; Sun, 3 Oct 2004 14:00:14 +0200 In-Reply-To: Original-To: Frank Schmitt X-Mailer: Apple Mail (2.619) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27826 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27826 >>> The recent XFree86 recently broke the meta key for Emacs. >>> Some debian Xkb specialist worked on the problem and issued a patch. >>> It has >>> been tested and we need to apply it before Debian sarge is release. >> >> Are you saying that all releases of Emacs, including 21.3, will >> not run correctly on current XFree86 ? >> >> If that's true, we could be forced to to issue a 21.4 bug fix release >> (based on 21.3) real soon !? > > I run xorg 6.8.1 and don't see any problems. Me too. But it works only because Emacs does not find a Meta key and then uses the Alt key as Meta. Thus you can't have both a Meta and an Alt. There is no difference between 21.3 and CVS for this problem. Jan D.