Mercurial > hg > xemacs-beta
view vms/emacs.com @ 68:0b7f3b634cf2 r19-16-pre9
Import from CVS: tag r19-16-pre9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:00:03 +0200 |
parents | 376386a54a3c |
children |
line wrap: on
line source
$ ! VMS command file to make the definitions needed to run the installed Emacs. $ ! You must execute this in each session in order to run Emacs $ ! or else it must be executed by the system at each boot. $ $ ! If you execute at boot time, specify "/SYSTEM" as the first parameter. $ $ ! This file must reside in the top directory of the Emacs subtree $ ! when it is executed, because it uses its own directory $ ! to initialize a logical name. $ $ fdev=f$parse(f$environment("procedure"),,,"DEVICE")-":" $ fdir=f$parse(f$environment("procedure"),,,"DIRECTORY")-"[" $ ftrn=f$trnlnm(fdev) $ if ftrn .eqs. "" then ftrn = fdev + ":[]" $ ndef= ftrn-"]"+fdir-".000000" $ base=ndef-"]"+".]" $ $ define 'p1' /translation=concealed emacs_library 'base' $ $ ! $ ! The following logical name is needed for M-x shell to work. $ ! process.c\create_process keys on the string *dcl*. $ ! $ define 'p1' eshell "*dcl*" $ $ runemacs :== $emacs_library:[000000]emacs -map emacs_library:[000000]emacs.dump $ emacs :== @emacs_library:[000000]kepteditor emacs