Hi Derrick, I was looking at my backlog of todos for VoiceCode and came across the messages we exchanged back in May. I just wanted to let you know what I plan...
Hello, I personally have been wanting to send a note to add my personal favorite to the list: * Make Voice Code work with XEmacs. I gave up on GNU Emacs a...
... I'm migrating away from Emacs entirely as I was recently burned by its handling of Python indentation. (Tell me Xemacs is better on that and I'll try it)....
I have no opinion pro- or con- regarding XEmacs support. But if someone is going to invest the effort for another non-Emacs text editor or IDE, I suggest that...
Hello, I am not fond of emacs either. I use EmacsW32 (http://ourcomments.org/Emacs/EmacsW32.html) now, but I cannot use any of the special Windows tricks,...
... I think our preferences for one editor versus another comes from the fact that we must touch the keyboard. Leaving aside my strong distaste for the editor...
Line #s are a requirement as well I think as well as almost any sort of scripting capability. I've looked extensively for simple editors that meet these...
Line #s are a requirement as well I think as well as almost any sort of scripting capability. I've looked extensively for simple editors that meet these...
Jonathan, I'm not familiar with vim other than knowing it's a enhanced vi, which I use only when I have no other choice and I find it horrible for coding with...
Nice to hear from you, Todd ... I hope that all is going well for you. You can get a taste here. It's not quite as powerful as Emacs scripting, I suspect, but...
I hit Send too soon. The vim object is accessible from Python. Here's its documentation. It looks very simple to fetch portions of the vim buffer and send...
Hi All, I can't get VoiceCode working for me. Natspeak, natlink and Voice Code are all installed. I've created the natspeak voicecode user as documented, but...
Looks like VoiceCode is having trouble parsing an XML messages it received from Emacs. I can't tell what the issue is without seeing the message that was...
... well, maybe it's time to start asking some questions. But line numbers?? Who the hell uses line numbers? I can't even remember my cell phone number. Oh,...
... John, you piqued my interest, I downloaded XEmacs and I am surprised to find that it looks like it's a better Emacs than Emacs so I guess that would make...
I use line numbers all the time, to jump to a specific line. Works great with me and should certainly in a good IDE. Absolute and/or relative line numbers...
I have installed everything, set up / trained my VoiceCode user in NatSpeak to the best of my knowledge according to the documentation. However when I start...
Hum... very strange. The only explanation I can see is that when you dictated this, the cursor was not on a blank line. That could explain why 'class' was not ...
Yes, the cursor was on a blank line when I dictated this. The name of the file was bubble.py, so the language should not be a problem. I checked and the...
You might want to trace what's going on in CmdInterp. That's the class that's reponsible for translating an utterance into a sequence of actions. I would...
http://www.hiddensoft.com/autoit3/ AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. It...
I looked at the traces you sent me, and it's quite puzzling. BTW: I will use a lot of jargon in this message, so you might want to consult those pages: -...
This is the trace from the utterance "class MergeSorter inherits from Sorting Strategy": New connection New connection from emacs awaiting corresponding talk...
Hum... VERY strange... According to these traces: *** -- get_mess.language_name_resp: got one of ['language_name_resp']! It was: ('language_name_resp',...
Yes, but the file is not saved before I start dictating. I am opening emacs with "emacs test.py" from a command prompt. Then I start vcode-mode, then start...
Yes, but the file is not saved before I start dictating. I am opening emacs with "emacs test.py" from a command prompt. Then I start vcode-mode, then start...
Make sure the file you are opening is not inside your emacs directory tree. I have noticed that voice code does not seem to recognise python files that are...