From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Zhou Lei Newsgroups: gmane.emacs.help Subject: How can I add space between operands and operator in emacs? Date: 26 Feb 2005 02:25:37 +0000 Organization: The University of Nottingham (http://www.nottingham.ac.uk/) Message-ID: <87wtsw5a72.fsf@hotmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1109356952 30300 80.91.229.2 (25 Feb 2005 18:42:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 25 Feb 2005 18:42:32 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 25 19:42:32 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D4kPt-0007BD-Sl for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Feb 2005 19:42:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D4khh-0002jL-H2 for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Feb 2005 14:00:45 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.icl.net!newsfeed.fjserv.net!feed.news.tiscali.de!blackbush.cw.net!cw.net!newsfeed.stueberl.de!ecngs!feeder.ecngs.de!195.40.4.120.MISMATCH!easynet-quince!easynet.net!feed4.jnfs.ja.net!feed2.jnfs.ja.net!jnfs.ja.net!newsgateway.nottingham.ac.uk!news.nottingham.ac.uk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 4 Original-NNTP-Posting-Host: zcd-198-235.sns.nottingham.ac.uk Original-X-Trace: oyez.ccc.nottingham.ac.uk 1109355940 6118 10.3.198.235 (25 Feb 2005 18:25:40 GMT) Original-X-Complaints-To: usenet@news.nottingham.ac.uk Original-NNTP-Posting-Date: 25 Feb 2005 18:25:40 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Original-Xref: shelby.stanford.edu gnu.emacs.help:128809 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:24349 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24349 Hi friends, how can I add a space between operands and operator, like this: from "a=c+++3;" to "a = c++ + 3;"? I use GNU Indent for C code, but GNU Indent cannot deal with something for C++. What should I do? Thanks.