all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Dziulko <weaselboy1976@yahoo.com>
Subject: C with embedded SQL
Date: Tue, 9 Mar 2004 05:06:35 -0800 (PST)	[thread overview]
Message-ID: <20040309130635.88987.qmail@web41808.mail.yahoo.com> (raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1: Type: text/plain; charset=us-ascii, Size: 551 bytes --]

Hello
 
I frequently write / edit C code that has embedded SQL (used within an Ingres system).  The embedded SQL contains many colons, like:
 
int x;
printf("before embedded sql");
 
exec sql select junk
             into :x
             from sometable
             where column = :col;
 
printf("after sql");
 
The colons mess up the indentation.  Does any one know of a mode or setting that would be helpful?
 
Thanks in advance!
 
Kevin Dziulko


---------------------------------
Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster.

[-- Attachment #1.2: Type: text/html, Size: 1025 bytes --]

[-- Attachment #2: Type: text/plain, Size: 151 bytes --]

_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnu-emacs

                 reply	other threads:[~2004-03-09 13:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20040309130635.88987.qmail@web41808.mail.yahoo.com \
    --to=weaselboy1976@yahoo.com \
    /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.