[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs rewrite in a maintainable language
From: |
Óscar Fuentes |
Subject: |
Re: Emacs rewrite in a maintainable language |
Date: |
Mon, 12 Oct 2015 00:37:16 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
"John Wiegley" <address@hidden> writes:
>>>>>> Marcin Borkowski <address@hidden> writes:
>
>> That is, it might be a good idea to move some parts of Emacs core (which are
>> not system-dependent or performance-critical, e.g., parts of interactive
>> behavior like `self-insert-command' might fit here) from C to Elisp.
>
> If you can identify functions whose efficiency and behavior are not affected
> by moving them to Elisp, that would be a great idea.
One year or two ago, I found some obvious candidates and asked for
Stefan's opinion, who didn't show much interest. Can't locate the
message now.
Searching the C sources for small, loop-free functions marked as
interactive should not take much time.
- Emacs rewrite in a maintainable language, Przemysław Wojnowski, 2015/10/11
- Re: Emacs rewrite in a maintainable language, David Kastrup, 2015/10/11
- Re: Emacs rewrite in a maintainable language, Marcin Borkowski, 2015/10/11
- Re: Emacs rewrite in a maintainable language, John Wiegley, 2015/10/11
- Re: Emacs rewrite in a maintainable language,
Óscar Fuentes <=
- Re: Emacs rewrite in a maintainable language, Marcin Borkowski, 2015/10/11
- Re: Emacs rewrite in a maintainable language, Óscar Fuentes, 2015/10/11
- RE: Emacs rewrite in a maintainable language, Drew Adams, 2015/10/11
- Re: Emacs rewrite in a maintainable language, John Wiegley, 2015/10/15
- Re: Emacs rewrite in a maintainable language, Eli Zaretskii, 2015/10/11
- Re: Emacs rewrite in a maintainable language, Eli Zaretskii, 2015/10/12
- Re: Emacs rewrite in a maintainable language, Daniel Colascione, 2015/10/12
- Re: Emacs rewrite in a maintainable language, Richard Stallman, 2015/10/15
Re: Emacs rewrite in a maintainable language, Alexis, 2015/10/11