From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Heiko Gerdau Newsgroups: gmane.emacs.help Subject: Re: new syntactic symbols in cc-mode Date: Fri, 15 Aug 2003 01:06:09 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <200308150106.09804.hg@technosis.de> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1060902715 7205 80.91.224.253 (14 Aug 2003 23:11:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Aug 2003 23:11:55 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 15 01:11:54 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19nRG5-0008Ip-00 for ; Fri, 15 Aug 2003 01:11:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19nRFq-00051n-LD for geh-help-gnu-emacs@m.gmane.org; Thu, 14 Aug 2003 19:11:38 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19nRF7-00051O-H5 for help-gnu-emacs@gnu.org; Thu, 14 Aug 2003 19:10:53 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19nREZ-0004pR-9i for help-gnu-emacs@gnu.org; Thu, 14 Aug 2003 19:10:50 -0400 Original-Received: from [80.237.130.29] (helo=server021.webpack.hosteurope.de) by monty-python.gnu.org with esmtp (Exim 4.20) id 19nREY-0004pG-Dm for help-gnu-emacs@gnu.org; Thu, 14 Aug 2003 19:10:18 -0400 Original-Received: from p50819EAD.dip.t-dialin.net (p50819EAD.dip.t-dialin.net [80.129.158.173]) (authenticated bits=0) by server021.webpack.hosteurope.de (8.12.8/8.12.8) with ESMTP id h7ENAG8x020343 for ; Fri, 15 Aug 2003 01:10:16 +0200 Original-To: help-gnu-emacs@gnu.org User-Agent: KMail/1.5.1 In-Reply-To: Content-Disposition: inline X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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 Xref: main.gmane.org gmane.emacs.help:11819 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11819 On Thursday 14 August 2003 14:40, Alan Mackenzie wrote: > > The background is to customize indentation for language extensions not > > covered yet. (like Qt's signal and slots). > > Aren't there any suitable syntactic symbols already? No, AFAIK > > There's the CC Mode mailing list at I did not know that and found a discussion about the issue. I seem to have to modify the constant 'c-protection-kwds' and recompile to introduce indentation of Qt's signal and slot extensions. I did not try yet but will. Thanks Heiko