From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: Scheme mode on MacOS X Date: 15 Sep 2004 05:59:53 -0400 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 X-Trace: sea.gmane.org 1095242432 18491 80.91.229.6 (15 Sep 2004 10:00:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Sep 2004 10:00:32 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 15 12:00:18 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 1C7WaH-0007Ax-00 for ; Wed, 15 Sep 2004 12:00:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C7Wft-000398-0x for ged-emacs-devel@m.gmane.org; Wed, 15 Sep 2004 06:06:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C7Wfg-00038t-4c for emacs-devel@gnu.org; Wed, 15 Sep 2004 06:05:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C7Wfe-00037G-2y for emacs-devel@gnu.org; Wed, 15 Sep 2004 06:05:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C7Wfd-00037D-OD for emacs-devel@gnu.org; Wed, 15 Sep 2004 06:05:49 -0400 Original-Received: from [207.245.121.140] (helo=colo.agora-net.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1C7WZu-0007F8-Nv for emacs-devel@gnu.org; Wed, 15 Sep 2004 05:59:54 -0400 Original-Received: from ttn by colo.agora-net.com with local (Exim 4.41) id 1C7WZt-0001IX-QB; Wed, 15 Sep 2004 05:59:53 -0400 Original-To: Michael Tuexen In-Reply-To: Michael Tuexen's message of "Sat, 4 Sep 2004 20:20:41 +0200" Original-Lines: 19 X-Mailer: Gnus v5.7/Emacs 20.7 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:27130 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27130 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