blob: 224dfa08eec8a5a4aa64164aa8be30b9bca4a936 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
*** tedrc.orig Thu Sep 18 23:24:10 1997
--- tedrc Thu Sep 18 23:24:39 1997
*************** f [a-f12] MergeTedrc("localtedrc")
*** 153,160 ****
f [s-f9] ExeCmdFnameExt("make",".o")
## If the file is already open, switch to this file; otherwise
## load the file
! f [f1] RaiseOrLoad("/usr/local/lib/Ted/ted.help")
! f [c-a][f1] RaiseOrLoad("/usr/local/lib/Ted/tedrc")
## execute command and place the output in the current file
#f [c-q][s] InsPipe("ls")
# Excute command and and place output in a new file with name same as the command
--- 153,160 ----
f [s-f9] ExeCmdFnameExt("make",".o")
## If the file is already open, switch to this file; otherwise
## load the file
! f [f1] RaiseOrLoad("/usr/X11R6/lib/X11/ted/ted.help")
! f [c-a][f1] RaiseOrLoad("/usr/X11R6/lib/X11/ted/tedrc")
## execute command and place the output in the current file
#f [c-q][s] InsPipe("ls")
# Excute command and and place output in a new file with name same as the command
|