help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sql-postgres input from create function generates 'sql help' listing


From: hazlup
Subject: Re: sql-postgres input from create function generates 'sql help' listing
Date: Tue, 6 Oct 2009 07:53:30 -0700 (PDT)



Thien-Thi Nguyen-6 wrote:
> 
> () hazlup <robjsargent@gmail.com>
> () 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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]