Skip to search.
VoiceCoder · Forum for discussing using VR for the pu

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 4378 - 4407 of 6585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4378 Desilets, Alain
alain_desilets Offline Send Email
Jul 4, 2006
7:10 pm
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...
4379 John Werner
jwernerny Offline Send Email
Jul 5, 2006
2:12 am
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...
4380 Eric S. Johansson
esjatharvee Offline Send Email
Jul 5, 2006
2:42 am
... 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)....
4381 Jonathan Epstein
jaepstein_63 Offline Send Email
Jul 5, 2006
2:12 pm
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...
4382 Quintijn Hoogenboom
quintijn1951 Offline Send Email
Jul 5, 2006
2:48 pm
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,...
4383 Eric S. Johansson
esjatharvee Offline Send Email
Jul 5, 2006
3:15 pm
... 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...
4384 Jonathan Epstein
jaepstein_63 Offline Send Email
Jul 5, 2006
4:08 pm
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...
4385 Jonathan Epstein
jaepstein_63 Offline Send Email
Jul 5, 2006
4:18 pm
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...
4386 tscheresky@...
micronmaniac Offline Send Email
Jul 5, 2006
4:36 pm
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...
4387 Jonathan Epstein
jaepstein_63 Offline Send Email
Jul 5, 2006
5:14 pm
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...
4388 Jonathan Epstein
jaepstein_63 Offline Send Email
Jul 5, 2006
5:46 pm
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...
4389 Rob Hale
robbidog_98 Offline Send Email
Jul 5, 2006
8:46 pm
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...
4390 Desilets, Alain
alain_desilets Offline Send Email
Jul 5, 2006
9:15 pm
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...
4391 Eric S. Johansson
esjatharvee Offline Send Email
Jul 5, 2006
10:51 pm
... 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,...
4392 Eric S. Johansson
esjatharvee Offline Send Email
Jul 6, 2006
3:55 am
... 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...
4393 Quintijn Hoogenboom
quintijn1951 Offline Send Email
Jul 6, 2006
7:04 am
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...
4394 zac.williams Offline Send Email Jul 7, 2006
1:06 am
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...
4395 Desilets, Alain
alain_desilets Offline Send Email
Jul 7, 2006
12:41 pm
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 ...
4396 zac.williams Offline Send Email Jul 8, 2006
8:43 pm
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...
4397 zac.williams Offline Send Email Jul 9, 2006
4:15 pm
Clean install of Voice Code, and I am getting the same results. Any ideas, anyone? ... skipped...
4398 Desilets, Alain
alain_desilets Offline Send Email
Jul 10, 2006
2:32 pm
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...
4399 Reckoner
jhunpingco Offline Send Email
Jul 10, 2006
6:42 pm
http://www.hiddensoft.com/autoit3/ AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. It...
4400 zac.williams Offline Send Email Jul 10, 2006
11:52 pm
Here is the trace when I uttered "class MyClass inherits from Sorting Strategy": Heard class my class inherits from sorting strategy --...
4401 Desilets, Alain
alain_desilets Offline Send Email
Jul 11, 2006
3:28 pm
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: -...
4402 zac.williams Offline Send Email Jul 12, 2006
2:20 am
This is the trace from the utterance "class MergeSorter inherits from Sorting Strategy": New connection New connection from emacs awaiting corresponding talk...
4403 Desilets, Alain
alain_desilets Offline Send Email
Jul 12, 2006
6:57 pm
Hum... VERY strange... According to these traces: *** -- get_mess.language_name_resp: got one of ['language_name_resp']! It was: ('language_name_resp',...
4404 zac.williams Offline Send Email Jul 12, 2006
7:16 pm
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...
4405 Desilets, Alain
alain_desilets Offline Send Email
Jul 12, 2006
8:11 pm
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...
4406 zac.williams Offline Send Email Jul 12, 2006
8:25 pm
The file is not "emacs test.py". That is just what I type into the command prompt to open a file called "test.py" with emacs. ... file ... space...
4407 pgorrow Offline Send Email Jul 13, 2006
6:16 am
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...
Messages 4378 - 4407 of 6585   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help