all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* tramp-2.1.15/cscope-15.7 and emacs 22 vs emacs 23
@ 2009-02-18 15:38 Michal
  2009-02-18 21:42 ` Michael Albinus
       [not found] ` <mailman.1110.1234993371.31690.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 3+ messages in thread
From: Michal @ 2009-02-18 15:38 UTC (permalink / raw)
  To: help-gnu-emacs


Hallo group members

=== problem description:

cscope seems not working with emacs 23/tramp-2.1.15.
when I do:
M-x cscope-index-files on some remote machine directory:
/scp:root@remote.machine.org:/cvs/src-10-01-patches

it does not build cscope database (this is what cscope-index-files is intended to do).

when I do the same thing with emacs 22, everything is ok, database is done.

=== some investigation:
on my local machine I changed /usr/local/bin/cscope binary to:
#!/bin/bash
date
echo "cscope at localhost"

I did not touch cscope binary on remote machine.

then I run M-x cscope-index-files again on /scp:root@remote.machine.org:/cvs/src-10-01-patches.

emacs 23 result:

Creating cscope index `cscope.out' in:
	/scp:root@remote.machine.org:/cvs/src-10-01-patches/

-------------------------------------------------------------------------------
Creating list of files to index ...
Creating list of files to index ... done
Indexing files ...
Wed Feb 18 16:28:13 CET 2009
cscope at localhost
Indexing files ... done
-------------------------------------------------------------------------------

Indexing finished


Of course no indexing is done, this is just a standard template of cscope.

emacs 22 result:
Creating cscope index `cscope.out' in:
	/scp:root@remote.machine.org:/cvs/src-10-01-patches/

-------------------------------------------------------------------------------
Creating list of files to index ...
Creating list of files to index ... done
Indexing files ...
Indexing files ... done
exit
-------------------------------------------------------------------------------

Indexing finished

=== my conclusion:
emacs 23 invokes cscope from local machine, while emacs 22 invokes cscope binary from remote machine, thus works correctly.

Do You experience similar behaviour? How to overcome it?

best regards,
Michal



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-02-19  9:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-18 15:38 tramp-2.1.15/cscope-15.7 and emacs 22 vs emacs 23 Michal
2009-02-18 21:42 ` Michael Albinus
     [not found] ` <mailman.1110.1234993371.31690.help-gnu-emacs@gnu.org>
2009-02-19  9:41   ` Michal

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.