From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Doug Lewan Newsgroups: gmane.emacs.help Subject: RE: Using current style in C? Date: Tue, 5 Mar 2013 12:39:16 +0000 Message-ID: <155DEC68569B714B86C2C7075F5EDA9828E8F9B1@DAKIYA1.pegasus.local> References: <155DEC68569B714B86C2C7075F5EDA9828E8F727@DAKIYA1.pegasus.local> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1362487054 23056 80.91.229.3 (5 Mar 2013 12:37:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Mar 2013 12:37:34 +0000 (UTC) To: Stefan Monnier , "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 05 13:37:56 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 1UCr7y-00076x-KU for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Mar 2013 13:37:54 +0100 Original-Received: from localhost ([::1]:38167 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCr7d-0003PI-4u for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Mar 2013 07:37:33 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:52873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCr7N-0003P1-CQ for help-gnu-emacs@gnu.org; Tue, 05 Mar 2013 07:37:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCr7M-0007LF-BN for help-gnu-emacs@gnu.org; Tue, 05 Mar 2013 07:37:17 -0500 Original-Received: from webmail.shubertorg.com ([207.246.209.200]:51647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCr7M-0007L0-7L for help-gnu-emacs@gnu.org; Tue, 05 Mar 2013 07:37:16 -0500 Original-Received: from dakiya1.pegasus.local ([172.16.208.201]) by DAKIYA1.pegasus.local ([172.16.208.201]) with mapi id 14.01.0339.001; Tue, 5 Mar 2013 07:39:17 -0500 Thread-Topic: Using current style in C? Thread-Index: Ac4Y6UNLW9CSoIgjS+CRk6JDWYXn8AAIY/YWACTOkCA= In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.0.21.202] X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 X-Received-From: 207.246.209.200 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:89362 Archived-At: Stefan, c-guess does just what I want (and need to remain socially acceptable). Tha= nks! ,Douglas Douglas Lewan Shubert Ticketing (201) 489-8600 ext 224 When I do good, I feel good. When I do bad, I feel bad and that's my religi= on. - Abraham Lincoln > -----Original Message----- > From: help-gnu-emacs-bounces+dougl=3Dshubertticketing.com@gnu.org > [mailto:help-gnu-emacs-bounces+dougl=3Dshubertticketing.com@gnu.org] On > Behalf Of Stefan Monnier > Sent: Monday, 2013 March 04 14:00 > To: help-gnu-emacs@gnu.org > Subject: Re: Using current style in C? >=20 > > Once upon a time, I'll swear I read somewhere about being able to > configure > > C-mode to "use the current style", but now I can't find it. I'd like > to use > > such a feature. >=20 > Check c-guess (in cc-guess.el). >=20 >=20 > Stefan >=20