Message from discussion
temacs
Received: by 10.68.190.104 with SMTP id gp8mr8406736pbc.4.1341461677332;
Wed, 04 Jul 2012 21:14:37 -0700 (PDT)
Path: l9ni10938pbj.0!nntp.google.com!news1.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nx02.iad01.newshosting.com!newshosting.com!newspump.sol.net!news.glorb.com!usenet.stanford.edu!not-for-mail
From: John Wiegley <jo...@newartisans.com>
Newsgroups: gnu.emacs.help
Subject: Re: temacs
Date: Wed, 04 Jul 2012 23:14:28 -0500
Organization: New Artisans LLC
Lines: 14
Sender: John Wiegley <jwieg...@gmail.com>
Approved: help-gnu-em...@gnu.org
Message-ID: <mailman.4072.1341461676.855.help-gnu-emacs@gnu.org>
References: <mailman.2952.1339986753.855.help-gnu-emacs@gnu.org>
<e5e0ba23-7d25-4008-b737-6fb18ed0de9b@st3g2000pbc.googlegroups.com>
<EFAF1E1994CB4F68AA9949F883B43D6E@us.oracle.com>
<87bokbb4zw.fsf@gnu.org>
<mailman.3330.1340481863.855.help-gnu-emacs@gnu.org>
<icpq8p1te4.fsf@home.home>
<mailman.3348.1340505598.855.help-gnu-emacs@gnu.org>
<eb39fdb6-8a12-4426-b149-4861b4b26f23@km7g2000pbc.googlegroups.com>
<mailman.3424.1340596458.855.help-gnu-emacs@gnu.org>
<83086e1d-d66a-4e0c-95a7-92d10a6de7e7@f8g2000pbf.googlegroups.com>
<m2zk7rn8c3.fsf@gmail.com> <loom.20120625T105054-536@post.gmane.org>
<87r4t3krun.fsf@friendface.i-did-not-set--mail-host-address--so-tickle-me>
<mailman.3486.1340689846.855.help-gnu-emacs@gnu.org>
<slrnjujef4.2mn.notbob@nbleet.hcc.net>
<m2a9zp62yg.fsf@newartisans.com> <811ul1ds60.fsf_-_@gmail.com>
NNTP-Posting-Host: lists.gnu.org
Mime-Version: 1.0
X-Trace: usenet.stanford.edu 1341461677 12491 208.118.235.17 (5 Jul 2012 04:14:37 GMT)
X-Complaints-To: action@cs.stanford.edu
To: help-gnu-em...@gnu.org
Envelope-to: help-gnu-em...@gnu.org
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
h=sender:from:to:subject:organization:references:mail-followup-to
:date:in-reply-to:message-id:user-agent:mime-version:content-type;
bh=EBmeQg1objem/wDyYn3ByphqvFPy9Z+Y3dg4HTeXNmk=;
b=mLu87OCeA0vXRR3eLf3RUf/2dKO+/nSM27JpjS0T71hTKGv8t7preCarqBi/8idjZS
/Twt3rNHTFDcK8TjWvfQITsj87VG9U2hrnxMOsDQaxzGcBfh9mQqnP0NA4dECtpbftGD
z6fo99JwzeMSYycun6ve0Rc15guwKzfXBhO9Ghev2IfecFCgvuhfYmqtDocwUhx2uV9K
wPsbifrrYLUckVU0Nu8QiDRpmwCo0NiCij2G94pkt4qm5bBorvBoB+3MELvmmDI/qD5p
oG6BT7lf+WQaUrYdcjEAngps7eLLgQHWeESFKs1Dae9IbXaMTMQ40NP0SUic/bkGAcFk
4d5A==
Mail-Followup-To: help-gnu-em...@gnu.org
In-Reply-To: <811ul1ds60.fsf...@gmail.com> (Jambunathan K.'s message of "Wed,
27 Jun 2012 14:53:51 +0530")
User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1 (darwin)
X-detected-operating-system: by eggs.gnu.org: Genre and OS details not
recognized.
X-Received-From: 209.85.161.169
X-BeenThere: help-gnu-em...@gnu.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: Users list for the GNU Emacs text editor <help-gnu-emacs.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/help-gnu-emacs>,
<mailto:help-gnu-emacs-requ...@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/help-gnu-emacs>
List-Post: <mailto:help-gnu-em...@gnu.org>
List-Help: <mailto:help-gnu-emacs-requ...@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/help-gnu-emacs>,
<mailto:help-gnu-emacs-requ...@gnu.org?subject=subscribe>
X-Received-Bytes: 3601
Content-Type: text/plain
>>>>> Jambunathan K <kjambunat...@gmail.com> writes:
> For git commits, rebases etc I use jemacs as EDITOR. Can I use temacs for
> such simple editing jobs?
> What would the faults be?
temacs basically has only the C-implemented Lisp functions available. Yet
even some of the most basic editing commands are found in simple.el and
subr.el. I think you'd find temacs to be a pretty meager experience. But how
about just giving it a try?
John