From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.help Subject: Re: temacs Date: Wed, 04 Jul 2012 23:14:28 -0500 Organization: New Artisans LLC Message-ID: References: <87bokbb4zw.fsf@gnu.org> <83086e1d-d66a-4e0c-95a7-92d10a6de7e7@f8g2000pbf.googlegroups.com> <87r4t3krun.fsf@friendface.i-did-not-set--mail-host-address--so-tickle-me> <811ul1ds60.fsf_-_@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1341461682 522 80.91.229.3 (5 Jul 2012 04:14:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 5 Jul 2012 04:14:42 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 05 06:14:41 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SmdSi-0004pX-Q3 for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Jul 2012 06:14:40 +0200 Original-Received: from localhost ([::1]:53463 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmdSh-0002mP-MB for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Jul 2012 00:14:39 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43552) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmdSc-0002m3-71 for help-gnu-emacs@gnu.org; Thu, 05 Jul 2012 00:14:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SmdSa-0008V1-HQ for help-gnu-emacs@gnu.org; Thu, 05 Jul 2012 00:14:33 -0400 Original-Received: from mail-gg0-f169.google.com ([209.85.161.169]:40945) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmdSa-0008Uo-An for help-gnu-emacs@gnu.org; Thu, 05 Jul 2012 00:14:32 -0400 Original-Received: by ggm4 with SMTP id 4so8173551ggm.0 for ; Wed, 04 Jul 2012 21:14:30 -0700 (PDT) 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== Original-Received: by 10.43.134.134 with SMTP id ic6mr9612331icc.26.1341461670406; Wed, 04 Jul 2012 21:14:30 -0700 (PDT) Original-Received: from Hermes.local (71-82-213-197.dhcp.mdsn.wi.charter.com. [71.82.213.197]) by mx.google.com with ESMTPS id f8sm12483806ign.0.2012.07.04.21.14.29 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 04 Jul 2012 21:14:29 -0700 (PDT) Original-Received: by Hermes.local (Postfix, from userid 501) id 1FE9420CC7BA; Wed, 4 Jul 2012 23:14:28 -0500 (CDT) Mail-Followup-To: help-gnu-emacs@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-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:85669 Archived-At: >>>>> Jambunathan K 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