From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luca Ferrari Newsgroups: gmane.emacs.help Subject: Re: Simple Emacs for rescue or quick edits? Date: Thu, 1 Aug 2013 08:34:30 +0200 Message-ID: References: <87mwp3virk.fsf@gavenkoa.example.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1375338896 20625 80.91.229.3 (1 Aug 2013 06:34:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 Aug 2013 06:34:56 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Oleksandr Gavenko Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 01 08:34:57 2013 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 1V4mTR-00015k-IV for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Aug 2013 08:34:57 +0200 Original-Received: from localhost ([::1]:59636 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4mTR-0005V9-35 for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Aug 2013 02:34:57 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4mTG-0005Up-Km for help-gnu-emacs@gnu.org; Thu, 01 Aug 2013 02:34:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V4mTF-00013s-NP for help-gnu-emacs@gnu.org; Thu, 01 Aug 2013 02:34:46 -0400 Original-Received: from mail-wg0-x234.google.com ([2a00:1450:400c:c00::234]:48845) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4mTF-00013e-Gp for help-gnu-emacs@gnu.org; Thu, 01 Aug 2013 02:34:45 -0400 Original-Received: by mail-wg0-f52.google.com with SMTP id b13so1341465wgh.7 for ; Wed, 31 Jul 2013 23:34:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=kC5fOpRPVCqFzXduxAI0a3av3fxK0L4+S0Saw8d/ir8=; b=jt4ewl9gyai0ilHAloW0X3s4MFJTKBQvy+tPVMEDoJyN9BOqsJJ5LLNVZSUIwEc1bY IKIXvHS56VuxNkxD91uv9bI0n7yFe0sFVvU0xbWlVWRiGMfrEpPbpGM7kZeHyt2bkrDV p5W7UiIWthZVmf/I8c/8++f0C/hNc1Z9Ns3mcN7oSmOPLT3ABKPGf62Ea4Yteo/zdLg9 P1a0V8JTxOiycG4GhExgNS87X7scMoGVz6SUhqLJl8BVdCO6IV5GqjfvHu1bnpZIAdQt xjXwc0pHZlp3YCn2pe2ltzZjJT4xPW7Ouks4TJ+aWBHAi0D9nlVmleuogNA1rsvrgP1K T/YQ== X-Received: by 10.194.19.3 with SMTP id a3mr54005767wje.54.1375338870325; Wed, 31 Jul 2013 23:34:30 -0700 (PDT) Original-Received: by 10.194.157.194 with HTTP; Wed, 31 Jul 2013 23:34:30 -0700 (PDT) In-Reply-To: <87mwp3virk.fsf@gavenkoa.example.com> X-Google-Sender-Auth: 7LyPgsu7yNWrFdIFNzzrkAP-1Cw X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::234 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:92615 Archived-At: On Tue, Jul 30, 2013 at 11:29 PM, Oleksandr Gavenko wrote: > Sometime I need quick small editor. I maintain (in ~/.bashrc): > > alias e=emacsclient -a emacs -n > > for most cases it's enough. > > But in case of rescue and EDITOR env var running Emacs is not convenient. > > I look to jove and zile: > > http://www.emacswiki.org/emacs/ErsatzEmacs > > but both have no colours support... > > I become think that EDITOR=vim is best option... mg? Is an emacs-like client but has not all the lisp features. Luca