mirror of
https://github.com/PDP-10/its.git
synced 2026-05-04 15:16:32 +00:00
Add autoloaded EMACS libraries:
KBDMAC and TIME.
This commit is contained in:
committed by
Eric Swenson
parent
541bd25f13
commit
662c3febdc
@@ -267,6 +267,7 @@ respond ":EJ" "\033xgenerate\033emacs;dired\033emacs1;dired\r"
|
|||||||
respond ":EJ" "\033xgenerate\033emacs;doclsp\033emacs1;doclsp\r"
|
respond ":EJ" "\033xgenerate\033emacs;doclsp\033emacs1;doclsp\r"
|
||||||
respond ":EJ" "\033xgenerate\033emacs;elisp\033emacs1;elisp\r"
|
respond ":EJ" "\033xgenerate\033emacs;elisp\033emacs1;elisp\r"
|
||||||
respond ":EJ" "\033xgenerate\033emacs;info\033emacs1;info\r"
|
respond ":EJ" "\033xgenerate\033emacs;info\033emacs1;info\r"
|
||||||
|
respond ":EJ" "\033xgenerate\033emacs;kbdmac\033emacs1;kbdmac\r"
|
||||||
respond ":EJ" "\033xgenerate\033emacs;ledit\033emacs1;ledit\r"
|
respond ":EJ" "\033xgenerate\033emacs;ledit\033emacs1;ledit\r"
|
||||||
respond ":EJ" "\033xgenerate\033emacs;lispt\033emacs1;lispt\r"
|
respond ":EJ" "\033xgenerate\033emacs;lispt\033emacs1;lispt\r"
|
||||||
respond ":EJ" "\033xgenerate\033emacs;lsputl\033emacs1;lsputl\r"
|
respond ":EJ" "\033xgenerate\033emacs;lsputl\033emacs1;lsputl\r"
|
||||||
@@ -283,6 +284,7 @@ respond ":EJ" "\033xgenerate\033emacs;taggen\033emacs1;taggen\r"
|
|||||||
respond ":EJ" "\033xgenerate\033emacs;tdebug\033emacs1;tdebug\r"
|
respond ":EJ" "\033xgenerate\033emacs;tdebug\033emacs1;tdebug\r"
|
||||||
respond ":EJ" "\033xgenerate\033emacs;tex\033emacs1;tex\r"
|
respond ":EJ" "\033xgenerate\033emacs;tex\033emacs1;tex\r"
|
||||||
respond ":EJ" "\033xgenerate\033emacs;texmac\033emacs1;texmac\r"
|
respond ":EJ" "\033xgenerate\033emacs;texmac\033emacs1;texmac\r"
|
||||||
|
respond ":EJ" "\033xgenerate\033emacs;time\033emacs1;time\r"
|
||||||
respond ":EJ" "\033xgenerate\033emacs;vt100\033emacs1;vt100\r"
|
respond ":EJ" "\033xgenerate\033emacs;vt100\033emacs1;vt100\r"
|
||||||
respond ":EJ" "\033xgenerate\033emacs;vt52\033emacs1;vt52\r"
|
respond ":EJ" "\033xgenerate\033emacs;vt52\033emacs1;vt52\r"
|
||||||
respond ":EJ" "\033xgenerate\033emacs;xlisp\033emacs1;xlisp\r"
|
respond ":EJ" "\033xgenerate\033emacs;xlisp\033emacs1;xlisp\r"
|
||||||
|
|||||||
29
doc/emacs1/time.info
Executable file
29
doc/emacs1/time.info
Executable file
@@ -0,0 +1,29 @@
|
|||||||
|
The TIME Library Sunday, 23 December 1979
|
||||||
|
|
||||||
|
This library is for keeping a modeline clock. To start the clock,
|
||||||
|
just do:
|
||||||
|
|
||||||
|
MM & Start Realtime Modeline Clock
|
||||||
|
|
||||||
|
If no arg is given, it will update every minute. If an arg is given,
|
||||||
|
it's the number of seconds to wait between updates.
|
||||||
|
|
||||||
|
The bug that caused this clock to update only half as often as it was
|
||||||
|
supposed to has been fixed.
|
||||||
|
|
||||||
|
The mode line clock will now update even in recursive-^R modes.
|
||||||
|
|
||||||
|
To get only the time and not the date, do
|
||||||
|
|
||||||
|
1 m.vTime Only
|
||||||
|
|
||||||
|
in an init file.
|
||||||
|
|
||||||
|
This library clobbers the AutoSave facility's ability to wake up in
|
||||||
|
realtime and save your file every few minutes if needed. To make up for
|
||||||
|
that, you can do
|
||||||
|
|
||||||
|
m(m.m & Enable MODLIN AutoSave)
|
||||||
|
|
||||||
|
in your Emacs init file after loading this library. This will enable
|
||||||
|
a pretty much equivalent capability.
|
||||||
BIN
src/emacs1/kbdmac.46
Executable file
BIN
src/emacs1/kbdmac.46
Executable file
Binary file not shown.
BIN
src/emacs1/time.49
Executable file
BIN
src/emacs1/time.49
Executable file
Binary file not shown.
Reference in New Issue
Block a user