On Mon, Oct 28, 2002 at 07:04:14AM +0100, Andre Poenitz wrote:
> On Sat, Oct 26, 2002 at 12:20:54AM +0200, Dekel Tsur wrote:
> > Suppose that I have a display formula \[ \sum_{i > 1} \]
> > and I change it to \sum\nolimits_{i > 1} by pressing M-m l.
> > After a while, I change my mind and want to remove the \nolimits.
> > So I go into the inset and presses M-m l, and from the display on screen it
> > looks like \nolimits was removed. However, what was really happened is that
> > the \nolimits was replaced by \limits. There is no way to remove
> > the \nolimits.
> 
> There used to be a three state cycle  limits->nolimits->empty->...
> I wonder where this is gone.

The cycle still exists. My point is that if the user presses M-m l twice,
then the cycle is empty->limits->nolimits, although the user might think that
it was empty->limits->empty.

> 
> What about keybindings?

Perhaps 
\bind "M-m S-L l" "math-limits limits"
\bind "M-m S-L n" "math-limits nolimits"
\bind "M-m S-L e" "math-limits empty"

It is also possible add a Limits submenu to the Edit->Math menu.

Reply via email to