From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jack-mac Newsgroups: gmane.emacs.help Subject: Re: C++ indentation question Date: Thu, 10 Jan 2013 06:52:17 -0800 (PST) Message-ID: <59d90e18-b9eb-4703-bb12-dfe998e3186e@googlegroups.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1357829718 2134 80.91.229.3 (10 Jan 2013 14:55:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Jan 2013 14:55:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 10 15:55:35 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TtJXZ-0008Jt-GB for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Jan 2013 15:55:33 +0100 Original-Received: from localhost ([::1]:37935 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtJXJ-00045o-Jv for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Jan 2013 09:55:17 -0500 X-Received: by 10.224.72.199 with SMTP id n7mr45033847qaj.5.1357829537721; Thu, 10 Jan 2013 06:52:17 -0800 (PST) Original-Received: by 10.49.75.195 with SMTP id e3mr13169395qew.24.1357829537333; Thu, 10 Jan 2013 06:52:17 -0800 (PST) Original-Path: usenet.stanford.edu!p13no2451781qai.0!news-out.google.com!k2ni5538qap.0!nntp.google.com!p13no2451773qai.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=193.49.124.107; posting-account=OWLhBgoAAAD1H7ELDXVfr3-5BJaMOe1v Original-NNTP-Posting-Host: 193.49.124.107 User-Agent: G2/1.0 Injection-Date: Thu, 10 Jan 2013 14:52:17 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:196253 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:88555 Archived-At: Le jeudi 10 janvier 2013 06:37:45 UTC+1, Shashank Khanvilkar a =E9crit=A0: > I have existing code that looks like: > void foo() { > int a; >=20 > I need to change this to: > void foo()=20 > { > int a; Type the following sequence: M-% ) SPACE { C-q RET RET ) C-q RET { RET and then SPACE or BANG (!)