all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* C with embedded SQL
@ 2004-03-09 13:06 Kevin Dziulko
  0 siblings, 0 replies; only message in thread
From: Kevin Dziulko @ 2004-03-09 13:06 UTC (permalink / 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-03-09 13:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-09 13:06 C with embedded SQL Kevin Dziulko

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.