On Mon, Nov 17, 2008 at 1:36 AM, John Yeung <[EMAIL PROTECTED]>wrote:

> On Nov 15, 8:50 pm, "Eric S. Johansson" <[EMAIL PROTECTED]> wrote:
> > well, therein lies the rub.  I don't know lisp,
> > I don't know Emacs internals let alone python mode.
>
> Is vr-mode a "major" mode?  If so, I suppose it can't be active at the
> same time as python-mode, which is also a major mode.
>
>

I'm not familiar with vr-mode, but a quick glance at at vr.el on sourceforge
shows it to be a minor mode. There are a few ways of combining major modes
as well (two-mode-mode, mmm-mode, mumamo).

Eric, I don't have a good readily available solution to what you're trying
to do, but it seems to me that it would be worth your time to get
comfortable with elisp, and how it's used in emacs. The emacs documentation
is pretty good, even if you don't know lisp, and I think it would be one of
the easiest languages to integrate well with voice recognition. I don't
think you would need to touch what is commonly referred to as emacs
internals to do what you want. There's a good chance that you'd be able to
greatly improve emacs voice-recognition support pretty easily in a month or
twos time.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to