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

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

Tabs and ends of lines in sql mode


From: jiri . pejchal
Subject: Tabs and ends of lines in sql mode
Date: 7 Feb 2006 16:23:07 -0800
User-agent: G2/0.2

I'm using the latest sql mode with emacs from cvs.

The function sql-send-parafraph sends current paragraph
to the SQL process. However it sends the paragraph with
tabs and ends of lines. In mysql or psql tabs are bound
to completion and so the completion is printed. Moreover
ends of lines cause secondary prompts to be printed.

So for:
create table stock (
        id int4,
        avail int4,
        ordered int4,
        valid bool,
        description text
);

six secondary prompts and five times the completions (several lines)
are printed, that is very inconvenient.

Is there a way for sql-send-paragraph to not sends the tabs and ends
of lines?

--
Jiri Pejchal



reply via email to

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