From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.help Subject: Re: c++ mode Date: Sun, 12 Nov 2006 12:12:00 +0100 Organization: disorganized Message-ID: <87lkmg3on3.fsf@localhorst.mine.nu> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1163330685 3109 80.91.229.2 (12 Nov 2006 11:24:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 12 Nov 2006 11:24:45 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 12 12:24:43 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GjDRu-00007Q-Iq for geh-help-gnu-emacs@m.gmane.org; Sun, 12 Nov 2006 12:24:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GjDRu-0000SU-0o for geh-help-gnu-emacs@m.gmane.org; Sun, 12 Nov 2006 06:24:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GjDRf-0000SB-EA for help-gnu-emacs@gnu.org; Sun, 12 Nov 2006 06:24:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GjDRd-0000Ps-4W for help-gnu-emacs@gnu.org; Sun, 12 Nov 2006 06:24:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GjDRd-0000Pp-0U for help-gnu-emacs@gnu.org; Sun, 12 Nov 2006 06:24:13 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GjDRc-0003q8-Jc for help-gnu-emacs@gnu.org; Sun, 12 Nov 2006 06:24:12 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GjDRB-0008Rl-EU for help-gnu-emacs@gnu.org; Sun, 12 Nov 2006 12:23:45 +0100 Original-Received: from e178031215.adsl.alicedsl.de ([85.178.31.215]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 12 Nov 2006 12:23:45 +0100 Original-Received: from david.hansen by e178031215.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 12 Nov 2006 12:23:45 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-To: help-gnu-emacs@gnu.org Original-Lines: 22 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: e178031215.adsl.alicedsl.de Mail-Copies-To: nobody User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.90 (gnu/linux) Cancel-Lock: sha1:ljvvbwv7+QdK5k3WcoTis7BG/Zs= 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 Xref: news.gmane.org gmane.emacs.help:38668 Archived-At: On 12 Nov 2006 14:57:42 +1100 Gary Wessle wrote: > David Hansen writes: > >> On 12 Nov 2006 07:28:42 +1100 Gary Wessle wrote: >> >> > I have c++ mode on but can not get the feature where you hit ";, {, }"and >> > it will go to next line. >> > is there a variable need setting? >> >> C-c C-a should do it. >> >> David > c-toggle-auto-line-whatever... > I don't have this variable > GNU Emacs 21.4.1 (i386-redhat-linux-gnu, X toolkit, Xaw3d scroll bars) > of 2006-03-07 on hs20-bc1-6.build.redhat.com Sorry, I'm running Emacs 22 here. Have a look at the cc-mode manual. I'm pretty sure the feature exists on Emacs 22 too. David