From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Michael Tuexen Newsgroups: gmane.emacs.devel Subject: Re: Scheme mode on MacOS X Date: Wed, 15 Sep 2004 19:51:17 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <20FC17B8-FE9F-11D8-9F3F-000D932C78D8@fh-muenster.de> 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 1095270734 8484 80.91.229.6 (15 Sep 2004 17:52:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Sep 2004 17:52:14 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 15 19:52:02 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 1C7dwo-00055W-00 for ; Wed, 15 Sep 2004 19:52:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C7e2R-0004Qr-DU for ged-emacs-devel@m.gmane.org; Wed, 15 Sep 2004 13:57:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C7e2J-0004PW-7m for emacs-devel@gnu.org; Wed, 15 Sep 2004 13:57:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C7e2H-0004O8-Vl for emacs-devel@gnu.org; Wed, 15 Sep 2004 13:57:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C7e2H-0004Nz-13 for emacs-devel@gnu.org; Wed, 15 Sep 2004 13:57:41 -0400 Original-Received: from [193.175.24.27] (helo=ilsa.franken.de) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1C7dwU-0004nU-Je for emacs-devel@gnu.org; Wed, 15 Sep 2004 13:51:43 -0400 Original-Received: from [192.168.1.2] (pD9E56A82.dip.t-dialin.net [217.229.106.130]) by ilsa.franken.de (Postfix) with ESMTP id E2E83245DF; Wed, 15 Sep 2004 19:51:38 +0200 (CEST) (KNF account authenticated via SMTP-AUTH) In-Reply-To: Original-To: Thien-Thi Nguyen 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:27142 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27142 Hi Thi, thank you very much! I had readline stuff enabled in the ~/.guile file. Not doing this solves the problem. If I use the carbon version of emacs, this problem does not occur. Best regards and thank you very much again. Michael On Sep 15, 2004, at 11:59 Uhr, Thien-Thi Nguyen wrote: > Michael Tuexen writes: > > I'm using Emacs with the X11 front end and the Apple X server. > > Is this a problem of the X11 server or with Emacs? > > neither. > > the inferior guile has readline enabled, > and is interpreting the embedded tabs as > commands to do completion. > > personally, i compile guile w/o readline. > you may wish, however, to modify ~/.inputrc > or perhaps ~/.guile, to address the issue. > see the "INITIALIZATION FILE" section in > the readline manpage for more info. > > thi >