From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.help Subject: Re: MySQL exits abnormally in Emacs Date: Sat, 16 Dec 2006 04:42:25 +0100 Message-ID: References: NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1166240569 23423 80.91.229.10 (16 Dec 2006 03:42:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 16 Dec 2006 03:42:49 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Dec 16 04:42:47 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 1GvQRj-0004nx-Az for geh-help-gnu-emacs@m.gmane.org; Sat, 16 Dec 2006 04:42:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GvQRi-0003Xw-RG for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Dec 2006 22:42:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GvQRS-0003TY-Bp for help-gnu-emacs@gnu.org; Fri, 15 Dec 2006 22:42:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GvQRQ-0003S8-Ml for help-gnu-emacs@gnu.org; Fri, 15 Dec 2006 22:42:30 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GvQRQ-0003S0-Gi for help-gnu-emacs@gnu.org; Fri, 15 Dec 2006 22:42:28 -0500 Original-Received: from [64.233.182.190] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GvQRP-0004l6-Rn for help-gnu-emacs@gnu.org; Fri, 15 Dec 2006 22:42:28 -0500 Original-Received: by nf-out-0910.google.com with SMTP id d4so1351613nfe for ; Fri, 15 Dec 2006 19:42:26 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RctU/EOe5+cbabjLT5+csOC1ubQmm+bslim7bN5SgRKcayIWnglD5IPdCrF6ctWKy+WpQVBwOa24J5WwJegnFilUUI2M2WSo0XpW89OVjFa9pmVFzVqUWX46zXXNFCkxF1KLxWFT3N2qY2cfiRbqBog8v+8P1qJ2oCj53PmN2c4= Original-Received: by 10.82.183.19 with SMTP id g19mr159478buf.1166240545732; Fri, 15 Dec 2006 19:42:25 -0800 (PST) Original-Received: by 10.82.147.2 with HTTP; Fri, 15 Dec 2006 19:42:25 -0800 (PST) Original-To: "Corey Foote" In-Reply-To: Content-Disposition: inline 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:39615 Archived-At: On 12/16/06, Corey Foote wrote: > When I type queries into the process buffer and press enter, no > results are returned until I interrupt the process with C-c C-c. How are you starting the process buffer? From a source buffer in sql-mode, or directly running `sql-mysql'? If you do C-c C-c from a sql-mode buffer attached to the process buffer, do you get any results? >>From your description, it seems a problem with comint mode... /L/e/k/t/u