On Fri, 2002-10-25 at 04:15, Dekel Tsur wrote: > On Thu, Oct 24, 2002 at 03:00:49PM +0200, Andre Poenitz wrote: > > On Thu, Oct 24, 2002 at 10:18:25PM +0930, Darren Freeman wrote: > > > Are there plans to make it more intuitive? Like bind the ctrl-b to the > > > correct action when in mathed? > > > > We need "context sensitive keybings" for that which we currently don't > > have. But yes, it would make sense. > > Why do you need context sensitive keybindings for that ? > You can just use the following patch. > ----
Definitely an improvement but I've found that it's not fool-proof. I selected some mathed with a subscript, and hit ctrl-B, and it still managed to screw up (can't view DVI). It seems to be because of the insanely complicated way that mathed likes to embed box within box within box. If you don't carefully dit one box at a time, and instead select the whole lot, you get code that LaTeX hates. I haven't seen the code, but couldn't it parse the selection and treat each "box" with whatever it wants to become bold, for a ctrl-B? Have fun, Darren