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
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.
>
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
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
> > 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"
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
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
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
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
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...
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.
> > \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
> 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
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
-
14 matches
Mail list logo