Skip to content

namikister/nt-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

nt-script.el: An Emacs library to use call-process or start-process for a script file on NTEmacs

Overview

On NTEmacs, a script file cannot be specified for a argument call-process or start-process directry. After loading this library, you can use call-process or start-process for a script file as follows.

(call-process "scriptfile")

This library created based on mew-win32.el.

How to use

Add your .emacs only a following line.

(require 'nt-script)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published