From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Matt Tenenbaum Newsgroups: gmane.emacs.devel Subject: Prompt display in Panther build Date: Thu, 30 Oct 2003 11:17:51 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <9BE99562-0AF4-11D8-ABC5-0003939515A2@tty1.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1067530842 7391 80.91.224.253 (30 Oct 2003 16:20:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Oct 2003 16:20:42 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Oct 30 17:20:40 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AFFXM-0005h5-00 for ; Thu, 30 Oct 2003 17:20:40 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AFFXL-0005HD-00 for ; Thu, 30 Oct 2003 17:20:39 +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 1AFFWS-0000Ax-Ag for emacs-devel@quimby.gnus.org; Thu, 30 Oct 2003 11:19:44 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AFFVF-0007gU-3R for emacs-devel@gnu.org; Thu, 30 Oct 2003 11:18:29 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AFFUX-0006rd-4M for emacs-devel@gnu.org; Thu, 30 Oct 2003 11:18:17 -0500 Original-Received: from [24.213.60.109] (helo=front3.chartermi.net) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AFFUV-0006p8-5i for emacs-devel@gnu.org; Thu, 30 Oct 2003 11:17:43 -0500 Original-Received: from [24.213.29.75] (HELO tty1.org) by front3.chartermi.net (CommuniGate Pro SMTP 4.0.6) with ESMTP id 404511115 for emacs-devel@gnu.org; Thu, 30 Oct 2003 11:17:41 -0500 Original-To: emacs-devel@gnu.org X-Mailer: Apple Mail (2.552) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17614 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17614 Yesterday I installed OS X 10.3, which (not surprisingly) broke my emacs binary (21.1, I believe, from about a year ago). So yesterday I also pulled the latest source from CVS and bootstrapped it into existence on the new operating system. Things seem to work (functionally) fine with the following possible exception: When I run 'sql-postgres' to start the interactive SQL mode (to connect to a local pgsql server) the behavior differs between the command line invocation and the Carbon build. In particular, on the command line, everything is (or seems) as it is supposed to be; on the Carbon build, there is no prompt. If I enter commands (despite the lack of prompt) everything behaves normally (it transforms the text to boldface and writes the query results, as usual), but I still don't get any prompt showing up. Initially I thought this might be related to the problems that seem to exist with subprocess responses on the terminal, but the problem isn't in the terminal nor does it seem to be with the _responses_ to commands, so I don't so much think that anymore. Anybody have any ideas, what might be causing this? Could it be a problem with the sql.el in CVS? It is especially strange to me that it is different between invocation-types. Any help is greatly appreciated. Thanks, -mt