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

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

ebrowse - file mode specification error


From: Robert Marshall
Subject: ebrowse - file mode specification error
Date: Thu, 15 Nov 2001 12:44:49 +0000

In GNU Emacs 21.1.1 (i386-msvc-windows98.2222)
 of 2001-10-29 on SWC-MAN-L004
configured using `configure --with-msvc (12.00)'
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: eng
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t

I generated a BROWSE file using 
ebrowse *.h *.cpp

but when I try to load the browse file I get 
File mode specification error: (invalid-read-syntax ") or . in a vector")

on the line 
[ebrowse-ms "m_strDefaultMsg" () 0 () 
"       static const CString    m_strDefaultMsg;" 
        563 1  () "(\"Default\\" is reserved by the application.\");"
        520]
(line wrapped!)

The original code line related to this error was
const CString CSavedViewEditor::m_strDefaultMsg = _T("Saved view \"Default\" is 
reserved by the application.");

Note the difference in the treatment of the two \" sequences

R
-- 
Robert Marshall





reply via email to

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