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: autocompletition not working Date: Sun, 25 Oct 2020 12:59:36 +0100 Message-ID: <4CJxNF3gD3z6tmM@submission01.posteo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25834"; 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 Oct 25 13:00:21 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 1kWehB-0006b7-CA for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 25 Oct 2020 13:00:21 +0100 Original-Received: from localhost ([::1]:38290 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kWehA-0000kw-Al for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 25 Oct 2020 08:00:20 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59578) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kWege-0000kk-RJ for help-gnu-emacs@gnu.org; Sun, 25 Oct 2020 07:59:49 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:37080) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kWegc-0003KP-GW for help-gnu-emacs@gnu.org; Sun, 25 Oct 2020 07:59:48 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id DF94A16005F for ; Sun, 25 Oct 2020 12:59:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.jp; s=2017; t=1603627181; bh=11cNDpNp86zTSc8nKqNa9eoK5CSgK6EVF3hKVUKv2Y4=; h=Date:From:To:Subject:From; b=T+RN1lNFlvpUCxuKFVTAq/T8Dz+frlZoob/58IbYMjmCWV/PBHuKizkBvwtIxt1/V YoH3/HngvN89cvFl3P24pjEBN1dkAkDIZ7fV2F0wY03gsFgVNSk24h/uHXbyRp9V/S mL1ZwTIQUuiaLEX4yY6t67Ypd3ol7S3ckVDpJLwCnFfgxjaK0gY9zNVFpe2uPq/vU2 YpmxyTVjuzWSFrEA7Ihv3iKVr03iKX62pO0Qe+89lSgu+33+b22fh5feQMAL/AEw2f W1QzeTTE7X65JzD2Femm5CEd5osoo1b4+m2sh8lpxF5GsBU5bqxE+7JwDE9IVQR2Wx BLxrDEgPTKPZg== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4CJxNF24M7z6tmJ for ; Sun, 25 Oct 2020 12:59:41 +0100 (CET) Original-Followup-To: help-gnu-emacs@gnu.org 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/10/25 07:49:53 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:124704 Archived-At: Hi, I setup my elpy on Debian 10 via this blog-post. https://realpython.com/emacs-the-best-python-editor/#emacs-for-python-development-with-elpy Auto-completion do not work; means do not pop up. Regarding to my experience with a flycheck related problem in the past I would assume that there is a extern commandline tool or python package on my system missing. But I do not know how to "ask" elpy about what is missing. I do not know what elpy use for auto-completion. I also checked the (official?) docs here: https://elpy.readthedocs.io/en/latest/ide.html#completion btw: What does "M-TAB (elpy-company-backend)" means? In my understand "M-" on a usual IBM-PC-Keyboard is the ALT-key on the right beside the Windows-key. But ALT + TAB does window switching (on Windows and Linux-XFCE). The IRC channel is dead by bots.