From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Newsgroups: gmane.emacs.help Subject: elpy and evil-mode do not react on TAB Date: Sun, 1 Nov 2020 21:09:13 +0100 Message-ID: <4CPRvw56KPz9rxD@submission02.posteo.de> Reply-To: help-gnu-emacs@gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27936"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Nov 01 21:11:50 2020 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kZJhe-0007AI-Nm for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 01 Nov 2020 21:11:50 +0100 Original-Received: from localhost ([::1]:60636 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kZJhd-0002Jt-PL for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 01 Nov 2020 15:11:49 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51412) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kZJfH-0001Xq-73 for help-gnu-emacs@gnu.org; Sun, 01 Nov 2020 15:09:23 -0500 Original-Received: from mout01.posteo.de ([185.67.36.65]:35586) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kZJfE-0007Xe-WC for help-gnu-emacs@gnu.org; Sun, 01 Nov 2020 15:09:22 -0500 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 027BC16005C for ; Sun, 1 Nov 2020 21:09:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.jp; s=2017; t=1604261357; bh=yOJLbriMP792SaS7NukXvf/kwb500vx0nnFL9cPLM48=; h=Date:From:To:Subject:From; b=p2u3gP5d+hoUv5JID6r//S3pR5GUqP6Qqo9XYPJp19xECWYxPt1I1+1OMJU2LEpdd j+KH64GMIsYIrA4GMvSRHNemk8PHStcvz8lx6M6V8JPNtcDOoP7FRcNR52n3hv72hS nHe3lIfhiI6TQkOQtbOqPrXjcZXnzZDkvz88iavx+YrthT78PZsBqG+szv/HT8fDZM JxJs2jWZnwpAcohUeRVXBrB6S6d7uvp4ttTjELdrAYy/AvrKCLOopmVLzoPVq9qO6C qwLz+z66FA2NbKPlAlFfIO24/G97yAIuF8eSM66Ibxb8aku/M7UkP08Z1UrVA+yy24 dqgqFlYsDRePA== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4CPRvw3j90z9rxB for ; Sun, 1 Nov 2020 21:09:16 +0100 (CET) X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Received-SPF: pass client-ip=185.67.36.65; envelope-from=c.buhtz@posteo.jp; helo=mout01.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/01 15:09:17 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:124903 Archived-At: X-Post: https://emacs.stackexchange.com/q/61497/12999 Hi, my problem is that the TAB key does nothing in elpy (python) mode and evil-mode also. This is my elpy-config > 1Elpy > Configuration > 2 3Virtualenv........: > None 4RPC Python........: 3.7.3 > (/usr/bin/python3) 5Interactive Python: /usr/bin/python3 > (/usr/bin/python3) 6Emacs.............: > 26.1 7Elpy..............: > 1.28.0 8Jedi..............: > 0.17.2 9Rope..............: Not > found 10Autopep8..........: > 1.5.3 11Yapf..............: Not > found 12Black.............: Not > found 13Syntax checker....: flake8 (/usr/local/bin/flake8) =20 It runs on Debian 10. When typing TAB nothing happens. No message. No change in the mode line or status line. I would expect 4 empty chars when typing TAB. M-x describe-key TAB results in > TAB (translated from ) runs the command evil-jump-forward (found > in evil-motion-state-map), which is an interactive compiled Lisp > function in > =E2=80=98~/.MyAppData/emacs.d/elpa/evil-20201014.2043/evil-commands.el=E2= =80=99. >=20 > It is bound to TAB. >=20 > (evil-jump-forward &optional COUNT) >=20 > Go to newer position in jump list. > To go the other way, press C-o. I have evil-mode installed and activated. So there must be a reason why TAB is used by evil-mode but do not work. btw: I am quite new to emacs. kind Christian