[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: temacs
From: |
suvayu ali |
Subject: |
Re: temacs |
Date: |
Wed, 27 Jun 2012 16:44:18 +0200 |
Hi Jambunathan,
On Wed, Jun 27, 2012 at 11:23 AM, Jambunathan K <kjambunathan@gmail.com> wrote:
> For git commits, rebases etc I use jemacs as EDITOR. Can I use temacs
> for such simple editing jobs?
I just tried it, compared with emacs -Q it is quite a bit slow.
$ time /path/to/temacs -Q -f kill-emacs
real 0m4.106s
user 0m3.825s
sys 0m0.090s
$ time emacs -f kill-emacs
real 0m5.056s
user 0m2.894s
sys 0m0.182s
$ time emacs -q -f kill-emacs
real 0m1.508s
user 0m0.453s
sys 0m0.078s
$ time emacs -Q -f kill-emacs
real 0m0.990s
user 0m0.242s
sys 0m0.045s
This is what I use for git commits:
$ git config --get core.editor
emacs -nw -Q -l ~/.emacs.d/minimal-commit.el
$ time emacs -nw -Q -l ~/.emacs.d/minimal-commit.el -f kill-emacs
real 0m0.665s
user 0m0.270s
sys 0m0.021s
You can find minimal-commit.el here:
<https://github.com/suvayu/.emacs.d/blob/master/minimal-commit.el>
HTH
--
Suvayu
Open source is the future. It sets us free.
- Re: Issues with emacs, (continued)
- Message not available
- Re: Issues with emacs, notbob, 2012/06/26
- Re: Issues with emacs, John Wiegley, 2012/06/26
- re: temacs, Jambunathan K, 2012/06/27
- Re: temacs, Ken Goldman, 2012/06/27
- Re: temacs, John Wiegley, 2012/06/27
- Re: temacs, Bastien, 2012/06/28
- Re: temacs, Ken Goldman, 2012/06/29
- Message not available
- Re: temacs, rusi, 2012/06/30
- Re: temacs,
suvayu ali <=
- Re: temacs, Alp Aker, 2012/06/27
- Re: temacs, Ken Goldman, 2012/06/27
- Re: Issues with emacs, Stefan Monnier, 2012/06/27
- Re: Issues with emacs, rusi, 2012/06/25
- Re: Issues with emacs, Thien-Thi Nguyen, 2012/06/26
- Re: Issues with emacs, MBR, 2012/06/27
- Message not available
- Re: Issues with emacs, Bug Dout, 2012/06/26
- RE: Issues with emacs (was Emacs users a dying breed?), Ugly Sean, 2012/06/24