From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Nikolai Weibull Newsgroups: gmane.emacs.help Subject: Re: Functionality to maintain function prototypes in C Date: Sat, 29 Oct 2016 10:26:52 +0200 Message-ID: References: <87wpgsduir.fsf@informatimago.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1477729660 19295 195.159.176.226 (29 Oct 2016 08:27:40 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 29 Oct 2016 08:27:40 +0000 (UTC) Cc: Emacs Users To: "Pascal J. Bourguignon" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 29 10:27:36 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c0Oz6-0002wq-Qj for geh-help-gnu-emacs@m.gmane.org; Sat, 29 Oct 2016 10:27:24 +0200 Original-Received: from localhost ([::1]:53668 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c0Oz8-00061s-Bc for geh-help-gnu-emacs@m.gmane.org; Sat, 29 Oct 2016 04:27:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57206) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c0Oyh-00061a-WA for help-gnu-emacs@gnu.org; Sat, 29 Oct 2016 04:27:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c0Oye-0001JS-Ss for help-gnu-emacs@gnu.org; Sat, 29 Oct 2016 04:26:59 -0400 Original-Received: from disu.se ([71.19.156.204]:55540) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c0Oye-0001JK-K7 for help-gnu-emacs@gnu.org; Sat, 29 Oct 2016 04:26:56 -0400 Original-Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by disu.se (Postfix) with ESMTPSA id F20FDC024 for ; Sat, 29 Oct 2016 10:26:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=disu.se; s=mail; t=1477729615; bh=KXCVLakhyE+kLVZeC2Z25Hf2NInSQw83g6vLVVqGJ30=; l=650; h=In-Reply-To:References:From:Date:Subject:To:Cc:From; b=VzuC3GhpFgAVOFEsMmKwiJJAZ9fZE3D04qTh7Rc6WfVOeuJJcnN2FxQBuHKUOoe/L AZZfD9TH74KWoj0N5sS8WvTX+csBd8wJZnYWgKg/iWmmTXyDSVDBZn2nS/Xv8p/LtV cqwN9mGbqnf2f8iaqL90tlX+wpnqWkbKyI5o7Yik= Original-Received: by mail-wm0-f51.google.com with SMTP id p190so55563343wmp.1 for ; Sat, 29 Oct 2016 01:26:54 -0700 (PDT) X-Gm-Message-State: ABUngvddpfe41qy6Nnsi2divp5EqlSiJsPmym/X7cWgAwbAZaOGWFXH3XL8nLoiUmFpcoo4kWmTj2LEOs5NJ/A== X-Received: by 10.28.74.193 with SMTP id n62mr2145062wmi.67.1477729613386; Sat, 29 Oct 2016 01:26:53 -0700 (PDT) Original-Received: by 10.80.184.42 with HTTP; Sat, 29 Oct 2016 01:26:52 -0700 (PDT) In-Reply-To: <87wpgsduir.fsf@informatimago.com> X-Gmail-Original-Message-ID: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 71.19.156.204 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:111626 Archived-At: On Fri, Oct 28, 2016 at 11:38 PM, Pascal J. Bourguignon wrote: > Nikolai Weibull writes: > >> Hi! >> >> I=E2=80=99ve >> looked around, but I can=E2=80=99t find a minor mode that=E2=80=99ll add= , update, and >> remove static-function prototypes automatically, either by command or >> at file save, so I was hoping that someone here could point me in the >> right direction. > ;;; Code: I should have mentioned this before, but I would very much prefer if there was something in cc-mode or cedet to use for this already. Or at least implemented using one of these modes=E2=80=99 parsing APIs.