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

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

TAB (c-indent-command) signals a peculiar error


From: Kenichi Handa
Subject: TAB (c-indent-command) signals a peculiar error
Date: Tue, 3 Aug 2004 14:58:38 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

I got this bug report (testcase is simplified from the
original report).

With the latest CVS HEAD code, when you visit the attached
file, move point to the beginning of 5th line ("int y;"),
and hit TAB, the following error is signaled.

c-backward-sws: Error in syntax_table logic for to-the-end intervals

When you move the cursor one line up, hit TAB, move the
cursor one line down, and hit TAB, then it works.

This doesn't happen when you are using global-font-lock-mode.

---
Ken'ichi HANDA
address@hidden

<--- temp.c --- cut here --- cut here --->
/* À */
int
f (int x)
{
  int y;
}
<--- temp.c --- cut here --- cut here --->




reply via email to

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