From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Frank Haun Newsgroups: gmane.emacs.help Subject: Re: M-x in Evil mode Date: 29 Nov 2015 22:00:53 -0000 Organization: Church of Emacs, Cult of Vi Message-ID: <847fl0zcg4.fsf@m4000.fhaun.de> References: <1179e62f-668f-4cb0-9d9b-555b2146a97b@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1448836839 22787 80.91.229.3 (29 Nov 2015 22:40:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Nov 2015 22:40:39 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 29 23:40:22 2015 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 1a3Adn-0008Bw-Gl for geh-help-gnu-emacs@m.gmane.org; Sun, 29 Nov 2015 23:40:19 +0100 Original-Received: from localhost ([::1]:38047 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3Adr-0001B8-E9 for geh-help-gnu-emacs@m.gmane.org; Sun, 29 Nov 2015 17:40:23 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3Adh-0001Ap-CD for help-gnu-emacs@gnu.org; Sun, 29 Nov 2015 17:40:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a3Ade-000656-5N for help-gnu-emacs@gnu.org; Sun, 29 Nov 2015 17:40:13 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:59067) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3Add-000650-Uo for help-gnu-emacs@gnu.org; Sun, 29 Nov 2015 17:40:10 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1a3AdX-0007g8-Tp for help-gnu-emacs@gnu.org; Sun, 29 Nov 2015 23:40:03 +0100 Original-Received: from x5d837736.dyn.telefonica.de ([93.131.119.54]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 29 Nov 2015 23:40:03 +0100 Original-Received: from fh by x5d837736.dyn.telefonica.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 29 Nov 2015 23:40:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: x5d837736.dyn.telefonica.de X-Face: NNS"`4?f>Qz1\3t-UZnt@qa<4sf{)Vv`Kk*)MK((}d%[^W>xQ1vMv^Qa^568)\^%Eqah-## x!RTE(sq)'fUmRFfU`x{B^l-s User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/24.5 (windows-nt) Cancel-Lock: sha1:+Z9s+sOPe7zAGN5ifOHjHWiKNwE= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:108253 Archived-At: On Sat, 28 Nov 2015 17:20:05 -0800 (PST), wiehen@gmail.com wrote: > I am new to emacs, so my doubt may be really basic. But I could not > solve it with research. > > How am I supposed to execute commands (M-x), when working in Evil > mode, as Vim uses already? : runs the command evil-ex You can type emacs commands from this including completion when tabbing. Frank