From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Clemens Fischer Newsgroups: gmane.emacs.help Subject: Re: one key is beeping - don't know why... Date: Fri, 07 Nov 2003 10:53:29 +0100 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <874r0xiass.fsf@gmx.net> <3F2EBFC9.9080902@yahoo.com> <873cggla1s.fsf@gmx.net> <3F310A11.6050707@yahoo.com> <87smodipvh.fsf@lux99.home> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1068200352 14998 80.91.224.253 (7 Nov 2003 10:19:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 7 Nov 2003 10:19:12 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 07 11:19:10 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AI3hu-000395-00 for ; Fri, 07 Nov 2003 11:19:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AI3fR-0002ZY-Gv for geh-help-gnu-emacs@m.gmane.org; Fri, 07 Nov 2003 05:16:37 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsmi-us.news.garr.it!newsmi-eu.news.garr.it!NewsITBone-GARR!fu-berlin.de!uni-berlin.de!p3e9baac2.dip.t-dialin.NET!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: p3e9baac2.dip.t-dialin.net (62.155.170.194) Original-X-Trace: news.uni-berlin.de 1068199494 46014887 62.155.170.194 (16 [23066]) X-Orig-Path: ID-23066.news.dfncis.de!not-for-mail User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (berkeley-unix) Cancel-Lock: sha1:Ar0CbeMB2bQNemddB1cBtclmlpI= Original-Xref: shelby.stanford.edu gnu.emacs.help:117953 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13892 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13892 * 2003-08-07 upro@gmx.net: [the mystery of the beeping key] >> > Kevin Rodgers writes: >> > Lossage also says . I had already tried that. >> >> I think that indicates that your keyboard is sending keysym 3, which is >> not being recognized by XKeysymToString (or your configuration did not >> #define HAVE_WINDOW_SYSTEM); see modify_event_symbol() in src/keyboard.c. > > Solved! Apparently I had compiled without leim, abd emacs was trying > to use some language environment that was nonexistsnt. Strange, > thuogh, that everything else worked... i always thought that leim is needed for non-roman languages. can an emacs compiled without leim work, if the language environment is defined to some roman character- and language set? clemens