From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: hazlup Newsgroups: gmane.emacs.help Subject: Re: sql-postgres input from create function generates 'sql help' listing Date: Tue, 6 Oct 2009 07:53:30 -0700 (PDT) Message-ID: <25770296.post@talk.nabble.com> References: <25716253.post@talk.nabble.com> <87ab04bqum.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1254841624 18130 80.91.229.12 (6 Oct 2009 15:07:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Oct 2009 15:07:04 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 06 17:06:54 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MvBcj-0003Gf-7r for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Oct 2009 17:06:45 +0200 Original-Received: from localhost ([127.0.0.1]:48852 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvBci-0006PK-MS for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Oct 2009 11:06:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MvBQ3-0001j0-7G for help-gnu-emacs@gnu.org; Tue, 06 Oct 2009 10:53:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MvBPy-0001de-I7 for Help-gnu-emacs@gnu.org; Tue, 06 Oct 2009 10:53:38 -0400 Original-Received: from [199.232.76.173] (port=54967 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvBPy-0001dO-B1 for Help-gnu-emacs@gnu.org; Tue, 06 Oct 2009 10:53:34 -0400 Original-Received: from kuber.nabble.com ([216.139.236.158]:46892) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MvBPx-00067b-Tv for Help-gnu-emacs@gnu.org; Tue, 06 Oct 2009 10:53:34 -0400 Original-Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MvBPu-0002qG-B5 for Help-gnu-emacs@gnu.org; Tue, 06 Oct 2009 07:53:30 -0700 In-Reply-To: <87ab04bqum.fsf@ambire.localdomain> X-Nabble-From: robjsargent@gmail.com X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:68705 Archived-At: Thien-Thi Nguyen-6 wrote: > > () hazlup > () Fri, 2 Oct 2009 06:55:34 -0700 (PDT) > > quote_literal(OLD.element_id), > quote_literal(OLD.version), > quote_literal(OLD.last_modified), > quote_literal(COALESCE((OLD.last_username), '')), > quote_literal(COALESCE(OLD.comments, '')), > quote_literal(COALESCE(OLD.parent_collection,'')), > quote_literal(COALESCE(OLD.name, '')), > quote_literal(COALESCE(OLD.owner, '')), > quote_literal(sts), > quote_literal(OLD.xml_text) > > These lines include the TAB (ASCII 0x9) character, which is probably > triggering the completion response from the inferior command interpreter. > > You can either convert the TABs to spaces (M-x untabify), > or arrange for the subprocess to not trigger on TAB. > > thi > > > > Exactly, thanks. Started seeing this behaviour elsewhere. I'm in the process of moving to a new box so my set up isn't complete. Thanks for your help. -- View this message in context: http://www.nabble.com/sql-postgres-input-from-create-function-generates-%27sql-help%27-listing-tp25716253p25770296.html Sent from the Emacs - Help mailing list archive at Nabble.com.