Hello all,
I would like to run a pipeline like:
$ /c/Programme/jasspa/me32.exe -m 'C:ME:find-file c:/path/to/
Makefile'
$ /c/Programme/jasspa/me32.exe -m 'C:ME:goto-line 18'
unfortunatly does not work. Sometimes the *server* window popups
instead of the desired file argument and the file even if it popups
does not have a focus
cmds like
$ /c/Programme/jasspa/me32.exe -m 'C:ME:delete-other-windows'
are simply ignored.
A macro like:
define-macro find-file-line
find-file @1
!if ¬ &equal 0 @2
goto-line @2
!endif
!emacro
works if tested inside emacs but the invoked file-window does not get
the focus if invoked from the commandline.
Keeping short. I would like to invoke me with two arguments the file-
name and a line number. The server should show at the end just one
window with the right file at the right line.
any suggestions ?
regards,
Detlef