From: odw (odw@hotpop.com)
Date: 21 Aug 99, 01:42 EST
From: odw <odw@hotpop.com>
Subject: Re: "Save as" key-binding, "smart quotes"
For some time now I'm using alternatively pdftex and CMaTeX depending
on what type of output I want (pdf or dvi). I always have to change
the helper of the application in order to tell Alpha which typesetter
to use. After a while this became very boring. Then I decided to look
closer at all this tcl stuff. I found a (very simple solution) to
this problem and I give it here because it can probably help some of
you. More generally this binding allow you to switch also between
texTure, OzTeX or whatever typesetter you use.
I put the following sentence in my TexPrefs.tcl file.
Bind 'h' <co> {dialog::findApp texSig $texSig} TeX
Clearly you can bind any other key....
The last word: TCL is wonderful.
Sorry if this key binding is to simple for the list....
Olivier