1 USING: definitions io.launcher kernel parser words sequences math
2 math.parser namespaces editors make system ;
5 : emacsclient ( file line -- )
7 \ emacsclient get "emacsclient" or ,
8 os windows? [ "--no-wait" , ] unless
9 "+" swap number>string append ,
11 ] { } make try-process ;
14 where first2 emacsclient ;
16 [ emacsclient ] edit-hook set-global