all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ident the code
@ 2008-08-25 13:59 filebat Mark
  2008-08-25 23:45 ` Peter Dyballa
  2008-08-26  2:54 ` David Hansen
  0 siblings, 2 replies; 6+ messages in thread
From: filebat Mark @ 2008-08-25 13:59 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 440 bytes --]

Hi, all
I have some C++ source codes. I want make sure there is just a space on both
sides of "=".
That means script1 will  be changed to script2, as following.
Script1:
int a= 2;
a  =a+3;

Script2:
int a = 2;
a = a+3;

-------------------
I think maybe an elisp function can do this job. I am wondering how to find
this elisp code, cause I don't want to reinvent the wheel.

Thanks for your attention.



-- 
Thanks & Regards

Denny Zhang

[-- Attachment #2: Type: text/html, Size: 576 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-08-26 16:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-25 13:59 ident the code filebat Mark
2008-08-25 23:45 ` Peter Dyballa
2008-08-26  2:54 ` David Hansen
2008-08-26 14:35   ` filebat Mark
2008-08-26 15:56     ` filebat Mark
     [not found]     ` <mailman.17594.1219766191.18990.help-gnu-emacs@gnu.org>
2008-08-26 16:10       ` Andreas Politz

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.