all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thien-Thi Nguyen <ttn@gnuvola.org>
To: Help-gnu-emacs@gnu.org
Subject: Re: sql-postgres input from create function generates 'sql help' listing
Date: Tue, 06 Oct 2009 15:21:21 +0200	[thread overview]
Message-ID: <87ab04bqum.fsf@ambire.localdomain> (raw)
In-Reply-To: <25716253.post@talk.nabble.com> (hazlup's message of "Fri, 2 Oct 2009 06:55:34 -0700 (PDT)")

() 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	other threads:[~2009-10-06 13:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-02 13:55 sql-postgres input from create function generates 'sql help' listing hazlup
2009-10-06 13:21 ` Thien-Thi Nguyen [this message]
2009-10-06 14:53   ` hazlup

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ab04bqum.fsf@ambire.localdomain \
    --to=ttn@gnuvola.org \
    --cc=Help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.