summaryrefslogtreecommitdiffhomepage
path: root/doc/mdk_emixvm.texi
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2003-06-04 00:03:19 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2003-06-04 00:03:19 +0000
commit695055e91fc2d3773b4bade899f5532bd18ca345 (patch)
tree731086a6d9c53561d6f3c3f23cf51633f7242bc4 /doc/mdk_emixvm.texi
parent3887461199b0671ee6b300eb55f0236f5af66d9b (diff)
downloadmdk-695055e91fc2d3773b4bade899f5532bd18ca345.tar.gz
mdk-695055e91fc2d3773b4bade899f5532bd18ca345.tar.bz2
documentation for emacs support merged in one file (mdk_emacs.texi),
substituting mdk_emixvm.texi and mdk_mixal-mode.texi.
Diffstat (limited to 'doc/mdk_emixvm.texi')
-rw-r--r--doc/mdk_emixvm.texi33
1 files changed, 0 insertions, 33 deletions
diff --git a/doc/mdk_emixvm.texi b/doc/mdk_emixvm.texi
deleted file mode 100644
index 4dd1cd5..0000000
--- a/doc/mdk_emixvm.texi
+++ /dev/null
@@ -1,33 +0,0 @@
-@c -*-texinfo-*-
-@c This is part of the GNU MDK Reference Manual.
-@c Copyright (C) 2000, 2001, 2003
-@c Free Software Foundation, Inc.
-@c See the file mdk.texi for copying conditions.
-
-@c $Id: mdk_emixvm.texi,v 1.5 2003/06/02 23:20:38 jao Exp $
-
-@node mixvm.el, mixasm, mixal-mode.el, Top
-@comment node-name, next, previous, up
-@chapter mixvm.el
-
-If you are an Emacs user and write your MIXAL programs using this
-editor, you will find the elisp program @file{mixvm.el} quite
-useful@footnote{@file{mixvm.el} has been kindly contributed by
-@value{PHILIP}. @file{mixvm.el} is based on a study of gdb, perldb, and
-pdb as found in @file{gud.el}, and @file{rubydb3x.el} distributed with
-the source code to the Ruby language.}. @file{mixvm.el} allows running
-the MIX virtual machine @code{mixvm} (@pxref{mixvm}) inside an Emacs
-@acronym{GUD} buffer, while visiting the MIXAL source file in another
-buffer.
-
-After installing @file{mixvm.el} (@pxref{Emacs support}), you can
-initiate an @sc{mdk}/@acronym{GUD} session inside Emacs with the command
-
-@example
-M-x mixvm
-@end example
-
-@noindent
-and you will have a @code{mixvm} prompt inside a newly created
-@acronym{GUD} buffer. @acronym{GUD} will reflect the current line in the
-corresponding source file buffer.