On Wed, Apr 28, 2010 at 07:46:06PM +0800, Astone Lin wrote:
> I do not have any idea about whatever reason cscope not to support file
> name with whitespace,
> but I really need this feature in emacs environment with xcscope.el.
> I had some workaround to make it happened, as following patch.

Hi, I hit this problem recently and cooked a patch for xcscope-el.
This fixes the index generation for files with special names and adds
partial support for white spaces.

In order to support files with white spaces correctly it seems that
cscope itself needs to be fixed. I didn't do that, although my patch
seems to be enough for partial support (cscope-find-global-definition
does not seem to work but cscope-find-this-symbol does work).

Here's the patch and proposed pull request for reference. Any feedback
will be appreciated:

https://github.com/dkogan/xcscope.el/pull/23

Berto

Reply via email to