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: Thien-Thi Nguyen
Subject: Re: sql-postgres input from create function generates 'sql help' listing
Date: Tue, 06 Oct 2009 15:21:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

() 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




reply via email to

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