special editor support for indentation needed.

Jeremiah Dodds jeremiah.dodds at gmail.com
Mon Nov 17 02:15:20 EST 2008


On Mon, Nov 17, 2008 at 1:36 AM, John Yeung <gallium.arsenide at gmail.com>wrote:

> On Nov 15, 8:50 pm, "Eric S. Johansson" <e... at harvee.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20081117/9d92202b/attachment-0001.html>


More information about the Python-list mailing list