From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: C K Kashyap Newsgroups: gmane.emacs.help Subject: bash/readline emacs mode help Date: Thu, 27 Jun 2013 14:44:21 +0530 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1372324503 1321 80.91.229.3 (27 Jun 2013 09:15:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Jun 2013 09:15:03 +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 Jun 27 11:15:05 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 1Us8I6-0003jz-Qz for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Jun 2013 11:14:58 +0200 Original-Received: from localhost ([::1]:36544 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Us8I6-00009r-3u for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Jun 2013 05:14:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Us8Hu-00009j-87 for help-gnu-emacs@gnu.org; Thu, 27 Jun 2013 05:14:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Us8Hs-0007SP-4B for help-gnu-emacs@gnu.org; Thu, 27 Jun 2013 05:14:46 -0400 Original-Received: from mail-pd0-x230.google.com ([2607:f8b0:400e:c02::230]:61720) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Us8Hr-0007Rz-UT for help-gnu-emacs@gnu.org; Thu, 27 Jun 2013 05:14:44 -0400 Original-Received: by mail-pd0-f176.google.com with SMTP id t12so272780pdi.21 for ; Thu, 27 Jun 2013 02:14:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=cxYZTOy6BmM5SC4OP67WN8IsxbGx4S6TQUi1T7vSUYo=; b=duWmjSrCKm4Q1j+m67jrKZhZurIBsFfTyU/u1lIY95B+3loRKcROgFaQ1CQo2tn5dI TClXu1Wh+EfetXwOSompWwZ26JTEw0/uaCkiAY5WG85A99oHn13QrsNPJWiNFq9FoZyW 8u3mNyaThukXXlGVFHpJ2/XUFOppBNWwuz398r/kZ7MmJlfKqeQRi4BZA6RZcQ40gEJr TBuxDASeIyDc7Y84jzOoTzZs4B3hkbNNP62FlFZrT9fx91MaxYg1ixulIiDg4R3eEHQh 7izcH8GfQrxEeDfNALrFXDDMA9pQ1uXiFhvlTaz0q+UaU7z103RNGD6MmaVXA8gRH8xm 9ixQ== X-Received: by 10.68.224.161 with SMTP id rd1mr5057699pbc.121.1372324482845; Thu, 27 Jun 2013 02:14:42 -0700 (PDT) Original-Received: by 10.70.87.38 with HTTP; Thu, 27 Jun 2013 02:14:21 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::230 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:91757 Archived-At: Hi, In bash (I presume, this really comes from readline implementation), I can set the input mode to vi saying set -o vi One of the things I get with this mode is the ability to open up vi to edit a command line (using Escape v) - This is particularly useful if I have to change "slashes" in a path. I was wondering if there is an equivalent in emacs mode? Regards, Kashyap