From: Alan Mackenzie <acm@muc.de>
To: "Stuart D. Herring" <herring@lanl.gov>
Cc: "'bug-cc-mode@gnu.org'" <bug-cc-mode@gnu.org>,
"Marshall, Simon" <simon.marshall@misys.com>,
"'emacs-devel@gnu.org'" <emacs-devel@gnu.org>,
'Chong Yidong' <cyd@stupidchicken.com>,
'Stefan Monnier' <monnier@iro.umontreal.ca>
Subject: Re: Font-lock decides function call is function declaration in C+ +
Date: 12 Feb 2007 18:41:26 +0100 [thread overview]
Message-ID: <20070212185600.GA1506@muc.de> (raw)
In-Reply-To: <44933.128.165.123.18.1171295633.squirrel@webmail.lanl.gov>
Evening, Stuart and Simon!
On Mon, Feb 12, 2007 at 07:53:53AM -0800, Stuart D. Herring wrote:
> > Yes, unfortunately, I think that if you try to learn types
> > on-the-fly then you will always be vulnerable to this sort of
> > problem. The issue is that cc-mode needs to know as soon as a
> > change invalidates it as a candidate type (ie, deletion of some/all
> > of the text "foo" or interruption of the whitespace between "foo"
> > and its candidate identifier "bar"). I can think of a few ways you
> > could attempt to do it, but they are a bit intensive and far from
> > simple.
This is true, but such a way has already been built into CC Mode (by
Martin Stjernholm). It just[*] needs a little tweaking.
[*] To the cynical - hold off a few days before commenting on this
adverb, please!
> It's worse than that. Inserting a new letter that changes "foo", ...
is taken care of, in the commonest case. When you type the "l" after
"foo", this replaces "foo" with "fool" in the cache c-found-types.
> ... or transposing two characters 3k back in the buffer that cause the
> whole region to become a comment, ....
is a problem throughout lots of modes in Emacs. c-found-types doesn't
exacerbate it much (or at all?) for CC Mode.
> ... or deleting "bar", or exchanging "foo" and "bar", or merely
> exchanging 'f' and 'o', or adding #define in front of "foo", or... any
> of which could be done as one change by an appropriate Lisp helper
> function.
I think most of these can be made to work quite soon, if they don't
already. However, you're more than welcome to test these scenarios out
and post the results here. ;-)
> Davis
--
Alan Mackenzie (Ittersbach, Germany).
next prev parent reply other threads:[~2007-02-12 17:41 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-12 14:38 Font-lock decides function call is function declaration in C+ + Marshall, Simon
2007-02-12 15:53 ` Stuart D. Herring
2007-02-12 16:17 ` Stefan Monnier
2007-02-12 17:41 ` Alan Mackenzie [this message]
2007-02-12 18:06 ` Stuart D. Herring
2007-02-13 22:22 ` Alan Mackenzie
-- strict thread matches above, loose matches on Subject: below --
2007-02-09 10:32 Marshall, Simon
2007-02-05 16:46 Marshall, Simon
2007-02-05 17:14 ` Chong Yidong
2007-02-07 20:45 ` Alan Mackenzie
2007-02-09 21:25 ` Chong Yidong
2007-02-11 17:40 ` Alan Mackenzie
2007-02-11 20:11 ` Stefan Monnier
2007-02-11 23:18 ` Chong Yidong
2007-02-12 2:45 ` Stefan Monnier
2007-02-12 17:59 ` Alan Mackenzie
[not found] <81CCA6588E60BB42BE68BD029ED48260105584F1@wimex2.wim.midas-kapiti.com>
2007-02-02 4:04 ` Chong Yidong
2007-01-26 21:18 Tetris trademark Chip Coldwell
2007-01-27 4:19 ` Richard Stallman
2007-01-27 13:03 ` Chris Moore
2007-01-27 13:39 ` Alfred M. Szmidt
2007-01-28 19:54 ` Chong Yidong
2007-01-28 20:23 ` Alfred M. Szmidt
2007-01-28 21:34 ` Chong Yidong
2007-01-28 22:41 ` Alfred M. Szmidt
2007-01-29 0:54 ` Chris Moore
2007-02-02 23:57 ` Font-lock decides function call is function declaration in C+ + 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=20070212185600.GA1506@muc.de \
--to=acm@muc.de \
--cc=bug-cc-mode@gnu.org \
--cc=cyd@stupidchicken.com \
--cc=emacs-devel@gnu.org \
--cc=herring@lanl.gov \
--cc=monnier@iro.umontreal.ca \
--cc=simon.marshall@misys.com \
/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).