all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alan Mackenzie <acm@muc.de>
To: Richard Stallman <rms@gnu.org>, Glenn Morris <rgm@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: [eric@openbsd.org: c-mode syntactic analysis regression in emacs-22.1]
Date: Sun, 6 Jan 2008 20:53:53 +0000	[thread overview]
Message-ID: <20080106205353.GB2986@muc.de> (raw)
In-Reply-To: <14k5mm3frq.fsf@fencepost.gnu.org>

Hello, Richard and Glenn,

Yes, I'm looking at this now!

On Sun, Jan 06, 2008 at 02:39:21PM -0500, Glenn Morris wrote:
> 
> 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;".
> 

-- 
Alan Mackenzie (Nuremberg, Germany).

  reply	other threads:[~2008-01-06 20:53 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 ` [eric@openbsd.org: c-mode syntactic analysis regression in emacs-22.1] Glenn Morris
2008-01-06 20:53   ` Alan Mackenzie [this message]
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=20080106205353.GB2986@muc.de \
    --to=acm@muc.de \
    --cc=emacs-devel@gnu.org \
    --cc=rgm@gnu.org \
    --cc=rms@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.