Paste: temporary fix for emacsclient

Author: erg
Mode: factor
Date: Wed, 12 Nov 2008 06:41:48
Plain Text |
IN: editors.emacs
: emacsclient ( file line -- )
[ 
    "C:\\Documents and Settings\\user\\Desktop\\emacs-22.3\\bin\\emacsclient.exe" ,
    "--no-wait" ,
    "+" swap number>string append ,
    ,
] { } make try-process ;

New Annotation

Summary:
Author:
Mode:
Body: