summaryrefslogtreecommitdiff
path: root/Master/texmf/web2c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-07-07 18:10:51 +0000
committerKarl Berry <karl@freefriends.org>2008-07-07 18:10:51 +0000
commitfaf972d4c4eb313ce6219588269f9f6682184e72 (patch)
tree51d4e10aa608bdf093a55806c061922c4fe54ccc /Master/texmf/web2c
parent0ce8dfc94310ff27ea9b2dfeaa095762d9192561 (diff)
describe the TEXEDIT/MFEDIT/MPEDIT variables, but let the compile-time default stay
git-svn-id: svn://tug.org/texlive/trunk@9340 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/web2c')
-rw-r--r--Master/texmf/web2c/texmf.cnf9
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf
index 9e11b1da01a..f555d8d4ff3 100644
--- a/Master/texmf/web2c/texmf.cnf
+++ b/Master/texmf/web2c/texmf.cnf
@@ -257,7 +257,7 @@ MPMEMS = ${TEXFORMATS}
%
% As of 2008, pool files don't exist any more (the strings are compiled
% into the binaries), but just in case something expects to find these
-% settings.
+% settings:
TEXPOOL = .;$TEXMF/web2c
MFPOOL = ${TEXPOOL}
MPPOOL = ${TEXPOOL}
@@ -526,6 +526,13 @@ MPXCOMMAND = makempx
% expecting DVI, and not "tex" because we want first line parsing.
TEX = etex
+% These variables specify the external program called for the
+% interactive `e' option. %d is replaced by the line number and %s by
+% the current filename. The default is specified at compile-time, and
+% we let that stay in place since different platforms like different values.
+%TEXEDIT = vi +%d "%s"
+%MFEDIT = ${TEXEDIT}
+%MPEDIT = ${TEXEDIT}
% Part 3: Array and other sizes for TeX (and Metafont and MetaPost).
%