Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f1bb4ee1
Commit
f1bb4ee1
authored
Mar 07, 2008
by
Alan Mackenzie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Limitations and Known Bugs): State that the number of parens/brackets in
a k&r region is limited.
parent
af379c86
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
doc/misc/cc-mode.texi
doc/misc/cc-mode.texi
+8
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
No files found.
doc/misc/cc-mode.texi
View file @
f1bb4ee1
...
...
@@ -6759,6 +6759,14 @@ it and font-locks it OK. Templates used in expressions, and nested
templates do not fare so well. Sometimes a workaround is to refontify
the expression after typing the closing @samp
{
>
}
.
@item
In a @dfn
{
k
&
r region
}
(
the part of an old
-
fashioned C function
declaration which specifies the types of its parameters, coming
between the parameter list and the opening brace
)
, there should be at
most
20
top
-
level parenthesis and bracket pairs. This limit has been
imposed for performance reasons. If it is violated, the source file
might be incorrectly indented or fontified.
@item
On loading @ccmode
{}
, sometimes this error message appears:
...
...
lisp/ChangeLog
View file @
f1bb4ee1
2008-03-07 Alan Mackenzie <acm@muc.de>
* progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
paren/bracket pairs parsed, to solve performance problem.
2008-03-07 Bastien Guerry <bzg@altern.org>
* bookmark.el (bookmark-set): Don't check for
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment