Martin Vermeer wrote:
On Sun, Oct 28, 2007 at 12:02:17PM +0200, Martin Vermeer wrote:
On Sun, Oct 28, 2007 at 09:37:36AM +0200, Martin Vermeer wrote:
On Sun, Oct 28, 2007 at 02:27:25AM +0200, Dov Feldstern wrote:
Now, there's also another problem with the URL inset. Currently, I'm having
...
the same problem we were having a few weeks back with the ERT insets: if I
try to insert a URL while typing Hebrew text, the font inside it is Hebrew,
and I can't switch it to English (well, again, I guess what I actually want
is latin, not English per-se?) because we disabled the lfuns.
Hmmm, what's the lfun doing the keymap switching? That one at
least should be enabled for verbatim if not for ERT.
LFUN_KEYMAP_PRIMARY, LFUN_KEYMAP_SECONDARY, LFUN_KEYMAP_TOGGLE.
Actually, ERT is less of a problem here: I think that we *should* enable
these in ERT, because there we don't have to transmit any encoding
switches to latex --- it's up to the user to know what he's doing in
ERT, he should type in the encoding switches commands if necessary. (But
still, I'd rather we test this before we go ahead and enable these...).
In other verbatim environments, though, enabling these does not address
the real problem, I think. The real problem is letting latex know about
the encoding switches, and until we have a solution to that, allowing
the user to switch encoding in the GUI is just asking for trouble, IMO.
- Martin
Dov