Jean-Marc Lasgouttes wrote:
Nicolás <[EMAIL PROTECTED]> writes:
I get a "command disabled" message when I press Crtl-TAB, which is
bound to buffer-next in the cua.bind file. However, If I press
Ctrl-PgUp or execute the command directly from the mini-buffer, I
obtain the desired result. Thie means that it is not the buffer-next
command taht is disbaled, but its invocation via Ctrl-TAB. Any clue
about this?
Actually, C-Tab is not really bound to buffer-next, because in
math.bind there is
\bind "C-Tab" "cell-split"
So it is the cell-split function that is disabled, not buffer-next. I
do not know whether this cell-split function is useful though. Andre'?
Right. I did not think it might be re-bound in other files. I have changed the binding of "cell-split", which I do not use much, and
now C-Tab works for switching among documents. Great! Thanks very much for your help.
Nicolás