From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rusi Newsgroups: gmane.emacs.help Subject: Re: python mode problem Date: Sun, 31 Jan 2016 21:46:55 -0800 (PST) Message-ID: <705e1b28-d562-4757-a017-ffe5c6aecd5c@googlegroups.com> References: <0c4de83e-a21e-4819-8bfb-c054edcf6553@googlegroups.com> <5daa5bee-168a-4b6b-80fa-75cd65d4d541@googlegroups.com> 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 1454305824 7451 80.91.229.3 (1 Feb 2016 05:50:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Feb 2016 05:50:24 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 01 06:50:18 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 1aQ7NR-0008Ua-HE for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Feb 2016 06:50:17 +0100 Original-Received: from localhost ([::1]:44803 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQ7NQ-0006F9-VI for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Feb 2016 00:50:16 -0500 X-Received: by 10.182.65.167 with SMTP id y7mr22353027obs.29.1454305616054; Sun, 31 Jan 2016 21:46:56 -0800 (PST) X-Received: by 10.50.138.138 with SMTP id qq10mr144366igb.10.1454305616021; Sun, 31 Jan 2016 21:46:56 -0800 (PST) Original-Path: usenet.stanford.edu!ks5no77578igb.0!news-out.google.com!l1ni3233igd.0!nntp.google.com!ks5no77573igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=61.2.50.39; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui Original-NNTP-Posting-Host: 61.2.50.39 User-Agent: G2/1.0 Injection-Date: Mon, 01 Feb 2016 05:46:56 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:216652 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:108944 Archived-At: On Sunday, January 31, 2016 at 2:34:33 PM UTC+5:30, Andreas R=F6hler wrote: > On 31.01.2016 07:02, Rusi wrote: > > On Sunday, January 31, 2016 at 10:05:23 AM UTC+5:30, Rusi wrote: > >> On Sunday, January 31, 2016 at 8:47:33 AM UTC+5:30, Rusi wrote: > >>> 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) > >>> [GCC 5.2.1 20151010] on linux2 > >>> Type "help", "copyright", "credits" or "license" for more information= . > >>>>>> python.el: native completion setup loaded > >>>>>> > >>> With C-u run-python and using python3 > >>> > >>> Warning (python): Your 'python-shell-interpreter' doesn't seem to sup= port readline, yet 'python-shell-completion-native' was t and "python3" is = not part of the 'python-shell-completion-native-disabled-interpreters' list= . Native completions have been disabled locally. > >>> > >>> 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 > >> Seems to be some emacs 25 issue > > Zillions of > > Error reading dir-locals: (void-function map-merge-with) > > compiling emacs 25 > > > > So for now back to emacs 24 >=20 > For all who need v25 for other reasons: There is still python-mode.el=20 > available from Melpa Hi Andreas For many years Ive been a python-mode user. You will even find recommendat= ions from me for this here and on the python list. Of late however its been a source of increasing glitches. Dont remember all... The last one was when a number of students were using = the=20 same VM and found that only one could use python-mode -- some public temporary non-uniquified file in /tmp or some such issue. At this point I thought it time jump ship. Maybe I need to re-think this jump???...