Re: multi-bindings [was: math-greek]

2001-08-30 Thread Andre Poenitz
On Thu, Aug 30, 2001 at 04:40:23PM +0100, Jules Bean wrote: > For something as simple as sequences of commands, anything other than > a LISP-like language would be overkill. (guile-scheme, perhaps). If > you wanted to write more complex 'programs' in it, your tastes will > vary. Could we please

Re: multi-bindings [was: math-greek]

2001-08-30 Thread Jules Bean
On Thu, Aug 30, 2001 at 05:32:38PM +0200, Andre Poenitz wrote: > On Thu, Aug 30, 2001 at 11:18:51AM -0400, [EMAIL PROTECTED] wrote: > > Essentially, there would be some kind of meta-command, which rather > > than issuing commands for immediate execution, instead pushes them > > onto a stack. >

Re: multi-bindings [was: math-greek]

2001-08-30 Thread dochawk
andre ambled > On Thu, Aug 30, 2001 at 11:18:51AM -0400, [EMAIL PROTECTED] wrote: > > Essentially, there would be some kind of meta-command, which rather > > than issuing commands for immediate execution, instead pushes them > > onto a stack. > Yes, I think that's the way to go. But this prob

Re: multi-bindings [was: math-greek]

2001-08-30 Thread Andre Poenitz
On Thu, Aug 30, 2001 at 11:18:51AM -0400, [EMAIL PROTECTED] wrote: > Essentially, there would be some kind of meta-command, which rather > than issuing commands for immediate execution, instead pushes them > onto a stack. Yes, I think that's the way to go. But this probably means we have to ch

multi-bindings [was: math-greek]

2001-08-30 Thread dochawk
> > you're getting to a third keystroke, it's getting in the way, and you > > stop mid sentence. > The real issue is that we need some enhancement for key bindings. Currently > we cannot bind everything to any key. I mean things like: > > Bind "M-g #1"

Re: math-greek

2001-08-30 Thread Andre Poenitz
s. Currently we cannot bind everything to any key. I mean things like: Bind "M-g #1" to "math-mode; math-greek #1; cursor-right" It's simply not possible right now but would help a lot in situations like yours. > hawk, who will drool uncontrollably if som

Re: math-greek

2001-08-30 Thread dochawk
andre added > The attached patch allows 'M-x math-greek a' to produce an \alpha if > typed (or bound to a key) outside mathed. Thanks. My hero :) Do we apply directly or is my cvs building it in as I speak? > I personally don't like it. IMO somebody who wan

Re: math-greek

2001-08-30 Thread Andre Poenitz
On Thu, Aug 30, 2001 at 07:43:32AM -0300, Garst R. Reese wrote: > right arrow, which is much less convienient, but that does not work > because when you save the file and reload the alpha is an a again. > Is that bug fixed? I have not seen this bug occuring yet... > Having to ty

Re: math-greek

2001-08-30 Thread Garst R. Reese
Andre Poenitz wrote: > > The attached patch allows 'M-x math-greek a' to produce an \alpha if > typed (or bound to a key) outside mathed. > > I personally don't like it. IMO somebody who wants math should say so by > typing M-m first, but there are obviously

math-greek

2001-08-30 Thread Andre Poenitz
The attached patch allows 'M-x math-greek a' to produce an \alpha if typed (or bound to a key) outside mathed. I personally don't like it. IMO somebody who wants math should say so by typing M-m first, but there are obviously people with a strong feeling that this is wrong...

Re: Removal of broken math-greek stuff

2001-08-03 Thread Dekel Tsur
ting to type greek. > > But this could be solved by a key binding > > \bind "M-m S-G" "command-sequence math-mode ; math-greek-toggle ; " This won't work currently since if you are already in a formula inset, the math-mode lyxfunc will cause to switch to math text mode.

Re: Removal of broken math-greek stuff

2001-08-03 Thread Andre Poenitz
> > \bind "M-m S-G" "command-sequence math-mode ; math-greek-toggle ; " > > This won't work currently since if you are already in a formula inset, > the math-mode lyxfunc will cause to switch to math text mode. Never mind. As I said: If somebody want

Re: Removal of broken math-greek stuff

2001-08-03 Thread Andre Poenitz
> Why? What if you're writing a science paper (not such an improbable thing to > do with LyX) and you have to type an \alpha every sentence or two? We will find a solution using key bindings for that. There is no need for special code (more so, if that is special math related code outside of math

Removal of broken math-greek stuff

2001-08-02 Thread Andre Poenitz
stuff. If we are here, there is no locked inset yet. - - // Greek mode - case LFUN_GREEK: - { - if (!greek_kb_flag) { - greek_kb_flag = 1; - setMessage(N_("Math greek mode on")); - } else -