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 05:44:03 +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 1166244263 32427 80.91.229.10 (16 Dec 2006 04:44:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 16 Dec 2006 04:44:23 +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 05:44:21 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 1GvRPJ-0000BG-7w for geh-help-gnu-emacs@m.gmane.org; Sat, 16 Dec 2006 05:44:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GvRPI-0006al-LM for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Dec 2006 23:44:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GvRP5-0006Yv-4Y for help-gnu-emacs@gnu.org; Fri, 15 Dec 2006 23:44:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GvRP3-0006YQ-F1 for help-gnu-emacs@gnu.org; Fri, 15 Dec 2006 23:44:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GvRP3-0006Y4-AB for help-gnu-emacs@gnu.org; Fri, 15 Dec 2006 23:44:05 -0500 Original-Received: from [66.249.92.173] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GvRP3-0005GX-8e for help-gnu-emacs@gnu.org; Fri, 15 Dec 2006 23:44:05 -0500 Original-Received: by ug-out-1314.google.com with SMTP id j3so1216254ugf for ; Fri, 15 Dec 2006 20:44:04 -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=lCdBOo74znfNxwee/ThEAZP7zadC1/2sTX+iMlIm1a7hemNUceVOMMuxzv7gQTze84o1vLvfYdJDCuo66frwL+z7Qxjp28XOcp5SLjhx+x2Nj7ZYR98Tg5aOnmhQCByisrKhspCaeMgT/IZpNIL8yCamLj9tFliJ0z4gn/5T1Ks= Original-Received: by 10.82.107.15 with SMTP id f15mr163380buc.1166244243746; Fri, 15 Dec 2006 20:44:03 -0800 (PST) Original-Received: by 10.82.147.2 with HTTP; Fri, 15 Dec 2006 20:44:03 -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:39617 Archived-At: On 12/16/06, Corey Foote wrote: > 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. Are you passing the -n ("flush buffer after each query") option to mysql? You can do it by configuring `sql-mysql-options'. /L/e/k/t/u