bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Indent-region, parentheses counting fails.


From: Dirk Zoller
Subject: Indent-region, parentheses counting fails.
Date: Wed, 28 Nov 2001 12:30:56 +0100

Using emacs-21.1, this is my /tmp/foo.cc:

--------------------------------------------------------
Sorter (Keeper *keeper)
  : GenericSink (keeper->sorter_source()),
    _primary (info.primary_index)
{}
--------------------------------------------------------

Opening the file like this:

emacs -q --no-site-file -f global-font-lock-mode /tmp/foo.cc


Placing mark at top and cursor at end of file, then

        M-x indent-region

says:

        
c-beginning-of-member-init-list: Scan error: "Unbalanced parentheses", 65, 1


Yet the parentheses are balanced ;-)

Dirk


-- 
Dirk Zoller                             Fon: 06123-605240
Balduinstraße 13                        e-mail: duz@onlinehome.de
65343 Eltville



reply via email to

[Prev in Thread] Current Thread [Next in Thread]