between ( single="'" | double='"' | triple="'''" | hex='"""') quotes = $1{ctrl-Spacebar}$1{ctrl-x}{ctrl-x}; this causes vocola to throw a hairball. I want a...
What kind of hairball? I note that your keystroke syntax isn't quite right and should be: $1{Ctrl+Space}$1{Ctrl+x}{Ctrl+x} There's no way to call a python...
... realized that after I posted. I'm always describing control characters in Emacs notation. ... yeah, I'm about ready to bail back to pure natlink. I'm...
... unfortunately I lost the traces when vocola threw up its own special kind of hairball and exited. I was doing a reload all from the messages window ...
go to (end={ctrl+e} | beginning={ctrl+a} | start={esc}m) of line = $1 go to line 1..3000 = {esc}xgoto-line{enter}$1{enter} Neither of these work. What am I...
... For me "next index" leaves the cursor after the next index and "last index" leaves the cursor before the previous index, which is what happens if I type...
... This is missing a final ";" and I don't know what "{esc}m" is supposed to do, but otherwise works fine for me and should work for you too. ... NatSpeak...
... ; are meant to be forgotten (and I frequently do). They are an ancient syntactic sugar artifact that should be buried and left to rot. As for {esc}m I ...
... it's leaving the incremental search active for me which implies it's not seeing the last character for some reason. Check your mini buffer for active ...
... For me the incremental search is canceled by the {ctrl+f}. I wouldn't think timing would be a problem for a command like this, but you might try: next...
... here's how I got it to work: My version of Emacs (a very recent one) doesn't have alt shift g bound to goto line so, I substitute alt+xgoto-line which does...
... That looks like a bug. I'll take a look before long when I unearth my machine with NatSpeak installed. Unless Mark has time to look at it first. -Rick...
Not to mention that it looks like that file doesn't seem to exist. ... From: Rick Mohr To: VoiceCoder@yahoogroups.com Cc: Mark Lillibridge Sent: Sunday,...
... If you're using Emacs, typing ctrl h then l will show you the last 100 characters Emacs received. This is very useful for debugging macros. - Mark...
... The full correct quote from there is: In addition to whitespace characters, the following characters must appear within quotes when used in a keystroke...
I will look into fixing the bug, but in the meanwhile a workaround is to use a separate list: <quotes> := ( single="'" | double='"' | triple="'''" |...
Instead of struggling with vocola, you could study the _brackets grammar of ... <dgnletters> imported; <dgndictation> imported; <brackets> exported =...
Hello Dragonistas! I just spent a bundle to give my hands a break, Dragon NaturallySpeaking Professional 10, a Dell Latitude D620 (Core2 T7200 2GHz 998MHz 2GB)...
For those who are fairly new to this list, I've been posting on here in the past about a chronic voice strain problem which prevented me from working for six...
boy, you have really been fighting this for a while and I'm sorry it hasn't really worked out. For anybody who might be new to this, let me clarify that I am...
... How might this code be modified for use in Mouseless Browsing in Firefox? I find that there are often over 100 links on a page and it get's annoying...