[4820] in Athena Bugs
vax 6.4R: emacs-lisp code for scribe mode
daemon@ATHENA.MIT.EDU (John T Kohl)
Wed Apr 25 11:44:07 1990
Date: Wed, 25 Apr 90 11:43:55 -0400
From: John T Kohl <jtkohl@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
System name: lycus
Type and version: CVAXSTAR 6.4R
Display type: SM
What were you trying to do?
run scribe via M-x compile.
What's wrong:
The default "compile command" includes the full pathname of the
file, which is not necessary, since emacs will cd to the directory
before starting the scribe command.
[the prompt was
Compile command: scribe /foo/bar/baz/foo.mss
]
What should have happened:
It should have prompted with:
Compile command: scribe foo.mss
Please describe any relevant documentation references:
C-h m in scribe-mode