From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tim X Newsgroups: gmane.emacs.help Subject: Re: MySQL exits abnormally in Emacs Date: Sat, 16 Dec 2006 19:26:47 +1100 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <87odq4ckl4.fsf@lion.rapttech.com.au> References: NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1166258470 27065 80.91.229.10 (16 Dec 2006 08:41:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 16 Dec 2006 08:41:10 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Dec 16 09:41:08 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GvV6Q-0006WS-Kg for geh-help-gnu-emacs@m.gmane.org; Sat, 16 Dec 2006 09:41:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GvV6Q-0001sH-5P for geh-help-gnu-emacs@m.gmane.org; Sat, 16 Dec 2006 03:41:06 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!sn-xt-sjc-05!sn-xt-sjc-07!sn-post-sjc-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux) Cancel-Lock: sha1:Wan2hh1DkqcFJ/pItI56LKKbZqA= Original-X-Complaints-To: abuse@supernews.com Original-Lines: 23 Original-Xref: shelby.stanford.edu gnu.emacs.help:144018 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:39620 Archived-At: "Corey Foote" writes: > Hi, > > I've been starting the process buffer by directly running sql-mysql, > but I also just tried doing it from a source buffer in sql-mode, and I > get the same result; No results show up until I go to the process > buffer and type C-c C-c. > > When I do C-C C-c from a sql-mode buffer (after first setting SQLi > buffer to the process buffer), Emacs says, "sent string to buffer > *SQL*," but again no results show up until I go down to the > process buffer and type C-c C-c. > A complete shot in the dark, but try the alternative "go" sequence i.e. \g rather than ;. The reason I suggest this is that perhaps the ; is geting filtered out by the comint process? (N.B. This is a SWAG) Tim -- tcross (at) rapttech dot com dot au