diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-07 18:10:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-07 18:10:51 +0000 |
commit | faf972d4c4eb313ce6219588269f9f6682184e72 (patch) | |
tree | 51d4e10aa608bdf093a55806c061922c4fe54ccc /Build | |
parent | 0ce8dfc94310ff27ea9b2dfeaa095762d9192561 (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 'Build')
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index 9e11b1da01a..f555d8d4ff3 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/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). % |