Windows workaround
parent
918051ebe4
commit
84ce5c3b91
|
@ -1,11 +1,11 @@
|
||||||
USING: definitions io.launcher kernel parser words sequences math
|
USING: definitions io.launcher kernel parser words sequences math
|
||||||
math.parser namespaces editors make ;
|
math.parser namespaces editors make system ;
|
||||||
IN: editors.emacs
|
IN: editors.emacs
|
||||||
|
|
||||||
: emacsclient ( file line -- )
|
: emacsclient ( file line -- )
|
||||||
[
|
[
|
||||||
\ emacsclient get "emacsclient" or ,
|
\ emacsclient get "emacsclient" or ,
|
||||||
"--no-wait" ,
|
os windows? [ "--no-wait" , ] unless
|
||||||
"+" swap number>string append ,
|
"+" swap number>string append ,
|
||||||
,
|
,
|
||||||
] { } make try-process ;
|
] { } make try-process ;
|
||||||
|
|
Loading…
Reference in New Issue