From: Glenn Morris <rgm@gnu.org>
To: acm@muc.de
Cc: emacs-devel@gnu.org
Subject: Re: [eric@openbsd.org: c-mode syntactic analysis regression in emacs-22.1]
Date: Sun, 06 Jan 2008 14:39:21 -0500 [thread overview]
Message-ID: <14k5mm3frq.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <E1Iw8Op-0000Xg-9b@fencepost.gnu.org> (Richard Stallman's message of "Sat, 01 Dec 2007 18:41:07 -0500")
Hello Alan,
Are you able to look into this issue? It is one of the few bugs
remaining in FOR-RELEASE.
> From: Eric Faurot <eric@openbsd.org>
> Subject: c-mode syntactic analysis regression in emacs-22.1
> To: bug-gnu-emacs@gnu.org
> Date: Sat, 24 Nov 2007 18:04:41 +0100
> X-Sent: 6 weeks, 1 day, 2 hours, 33 minutes, 8 seconds ago
>
> 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;".
next parent reply other threads:[~2008-01-06 19:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <E1Iw8Op-0000Xg-9b@fencepost.gnu.org>
2008-01-06 19:39 ` Glenn Morris [this message]
2008-01-06 20:53 ` [eric@openbsd.org: c-mode syntactic analysis regression in emacs-22.1] 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
2007-12-01 23:41 Richard Stallman
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=14k5mm3frq.fsf@fencepost.gnu.org \
--to=rgm@gnu.org \
--cc=acm@muc.de \
--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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.