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: Mon, 4 Mar 2013 21:38:24 +0000 Message-ID: <155DEC68569B714B86C2C7075F5EDA9828E8F870@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 1362433002 15930 80.91.229.3 (4 Mar 2013 21:36:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Mar 2013 21:36:42 +0000 (UTC) To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 04 22:37:05 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 1UCd44-00079a-SJ for geh-help-gnu-emacs@m.gmane.org; Mon, 04 Mar 2013 22:36:56 +0100 Original-Received: from localhost ([::1]:55907 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCd3j-00047l-At for geh-help-gnu-emacs@m.gmane.org; Mon, 04 Mar 2013 16:36:35 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:58078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCd3Y-00047g-Jr for help-gnu-emacs@gnu.org; Mon, 04 Mar 2013 16:36:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCd3X-0002de-Li for help-gnu-emacs@gnu.org; Mon, 04 Mar 2013 16:36:24 -0500 Original-Received: from webmail.shubertorg.com ([207.246.209.200]:48971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCd3X-0002da-II for help-gnu-emacs@gnu.org; Mon, 04 Mar 2013 16:36:23 -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; Mon, 4 Mar 2013 16:38:24 -0500 Thread-Topic: Using current style in C? Thread-Index: Ac4Y6UNLW9CSoIgjS+CRk6JDWYXn8AAIY/YWAAVNu9A= 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:89348 Archived-At: Stefan, Thank you.=20 c-guess looks exactly like what I was thinking about. I won't have any more= time today to look at it, but tomorrow morning I will give it a try! ,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