unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
To: bug-cc-mode@gnu.org
Cc: emacs-devel@gnu.org
Subject: [eric@openbsd.org: c-mode syntactic analysis regression in emacs-22.1]
Date: Sat, 01 Dec 2007 18:41:07 -0500	[thread overview]
Message-ID: <E1Iw8Op-0000Xg-9b__35448.9821977497$1196552570$gmane$org@fencepost.gnu.org> (raw)

[I sent this message to bug-cc-modea week ago but did not get a
response, so now I am sending it to emacs-devel as well.]

Can you please DTRT and ack?

------- Start of forwarded message -------
X-Spam-Status: No, score=0.5 required=5.0 tests=DNS_FROM_RFC_ABUSE,
	UNPARSEABLE_RELAY autolearn=no version=3.1.0
Date: Sat, 24 Nov 2007 18:04:41 +0100
From: Eric Faurot <eric@openbsd.org>
To: bug-gnu-emacs@gnu.org
Message-ID: <20071124180441.1b1351cb@thor.ekyo.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Subject: c-mode syntactic analysis regression in emacs-22.1

Hello,

emacs-22.1 does not indent the following excerpt correctly because the syntactic
analyser tags the members appearing after "abaz" as k&r arguments.

==========
#define FOO(t) struct { struct t tv; struct t *tp; }

struct baz {
  int nothing;
};

struct bar {       /* ((topmost-intro 84)) */
  FOO(baz) abaz;   /* ((inclass 88) (topmost-intro 88)) */
	   int a;  /* ((knr-argdecl 145)) !!! */
};
=========

emacs-21 works ok; it gives ((inclass . 88) (topmost-intro . 134)) for "int a;".

It is quite annoying, and I don't really know how to fix it.


Eric.
------- End of forwarded message -------

             reply	other threads:[~2007-12-01 23:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-01 23:41 Richard Stallman [this message]
     [not found] <E1Iw8Op-0000Xg-9b@fencepost.gnu.org>
2008-01-06 19:39 ` [eric@openbsd.org: c-mode syntactic analysis regression in emacs-22.1] Glenn Morris
2008-01-06 20:53   ` Alan Mackenzie
2008-01-14 19:42   ` Alan Mackenzie
2008-01-14 20:57     ` Glenn Morris
2008-01-18 13:28       ` Richard Stallman
2008-01-22 15:41         ` Chong Yidong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='E1Iw8Op-0000Xg-9b__35448.9821977497$1196552570$gmane$org@fencepost.gnu.org' \
    --to=rms@gnu.org \
    --cc=bug-cc-mode@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).