From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rusi Newsgroups: gmane.emacs.help Subject: python mode problem Date: Sat, 30 Jan 2016 19:17:29 -0800 (PST) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1454210422 22886 80.91.229.3 (31 Jan 2016 03:20:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 31 Jan 2016 03:20:22 +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 Jan 31 04:20:22 2016 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 1aPiYl-0000lp-DV for geh-help-gnu-emacs@m.gmane.org; Sun, 31 Jan 2016 04:20:19 +0100 Original-Received: from localhost ([::1]:40390 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aPiYk-0000nM-A5 for geh-help-gnu-emacs@m.gmane.org; Sat, 30 Jan 2016 22:20:18 -0500 X-Received: by 10.66.241.104 with SMTP id wh8mr16770562pac.44.1454210250209; Sat, 30 Jan 2016 19:17:30 -0800 (PST) X-Received: by 10.50.132.3 with SMTP id oq3mr2101igb.9.1454210250164; Sat, 30 Jan 2016 19:17:30 -0800 (PST) Original-Path: usenet.stanford.edu!o2no613755iga.0!news-out.google.com!kr2ni2133igb.0!nntp.google.com!h5no958051igh.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=117.195.33.201; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui Original-NNTP-Posting-Host: 117.195.33.201 User-Agent: G2/1.0 Injection-Date: Sun, 31 Jan 2016 03:17:30 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:216642 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:108934 Archived-At: emacs hanged while doing something in python Had to kill with killall emacs Thereafter emacs is misbehaving with python mode With plain run-python Python 2.7.10 (default, Oct 14 2015, 16:09:02)=20 [GCC 5.2.1 20151010] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> python.el: native completion setup loaded >>>=20 With C-u run-python and using python3 Warning (python): Your 'python-shell-interpreter' doesn't seem to support r= eadline, yet 'python-shell-completion-native' was t and "python3" is not pa= rt of the 'python-shell-completion-native-disabled-interpreters' list. Nat= ive completions have been disabled locally.=20 Too many interlocking bugs to make a clear bug-report For now: Where is python mode (or other related) cache? Because if emacs started with -Q there is no problem emacs 25 on linux