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

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

Re: Ebrowse on MacOSX


From: Andrew Choi
Subject: Re: Ebrowse on MacOSX
Date: Mon, 14 Jul 2003 12:24:10 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Immanuel Litzroth <address@hidden> writes:

> On MacOSX the ebrowse application generates a database which the the
> ebrowse in emacs cannot read. The error:
> file mode specification error: (wrong-type-argument listp [0 0])
> [...]

I cannot repeat this problem here.  Since the contents of the BROWSE
file was not specified in the bug report, I downloaded a few arbitrary
C++ files with class definitions:

  
http://www.enel.ucalgary.ca/People/Norman/enel315_winter1997/inherit_pt2/Name.hh
  
http://www.enel.ucalgary.ca/People/Norman/enel315_winter1997/inherit_pt2/Name.cc
  
http://www.enel.ucalgary.ca/People/Norman/enel315_winter1997/inherit_pt2/main4.cc

Then I type

  ~/Desktop$ ebrowse Name.hh Name.cc main4.cc 

The resulting BROWSE file opens just fine.

Since the error is due to file mode, perhaps you should check the mode
of your BROWSE file.  Here's my:

  ~/Desktop$ ls -l
  total 16
  -rw-r--r--    1 choi     staff        2094 Jul 14 12:20 BROWSE
  -rw-r--r--    1 choi     staff        1460 Feb 19  1997 Name.cc
  -rw-r--r--    1 choi     staff         863 Feb 19  1997 Name.hh
  -rw-r--r--    1 choi     staff         549 Feb 19  1997 main4.cc
  ~/Desktop$ 





reply via email to

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