From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glen Stark Newsgroups: gmane.emacs.help Subject: Auctex like c++ mode Date: Fri, 13 Feb 2015 22:10:22 GMT Organization: Easynews - www.easynews.com Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1423866092 2761 80.91.229.3 (13 Feb 2015 22:21:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Feb 2015 22:21:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 13 23:21:30 2015 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 1YMOc5-0008Jl-5a for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Feb 2015 23:21:29 +0100 Original-Received: from localhost ([::1]:57752 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMOc4-0002gE-H6 for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Feb 2015 17:21:28 -0500 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!eu.feeder.erje.net!newsfeed.kamp.net!newsfeed.kamp.net!feeder1.cambriumusenet.nl!feed.tweaknews.nl!81.171.118.61.MISMATCH!peer01.fr7!news.highwinds-media.com!peer02.am1!peering.am1!npeersf04.am4!fx35.am4.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) Original-Lines: 29 Original-X-Complaints-To: abuse@easynews.com X-Complaints-Info: Please be sure to forward a copy of ALL headers otherwise we will be unable to process your complaint properly. X-Received-Body-CRC: 3486116647 X-Received-Bytes: 1694 Original-Xref: usenet.stanford.edu gnu.emacs.help:210429 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:102707 Archived-At: Hi everyone. I really like the way auctex increases the font size (face size) for sections and subsections in latex mode. I've always thought it would be really nifty to do the same thing for the signature part of function definitions in c-modes. In case I screwed up the vocabulary, what I mean is this: void i_want_this_big(maybe the params too, i'm easy) { /// I want the body normal } I also thing it would be really sexy if nested braces and parenthesis could be distinguished by varying face sizes. Maybe once I saw this in practice I'd change my mind, but I'd like to try it out. It seems to me that this should be easy enough to do, but I don't know how to do it, and I haven't been able to find any instructions or theme or anything online... perhaps because I'm not searching for the right terms. Can anyone explain how I might go about doing this? I'm an apprentice level elisp programmer. Cheers, Glen