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'? JMarc
