From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: Re: Python mode and M-q Date: Fri, 2 Mar 2007 03:53:23 +0200 Message-ID: <200703020353.23431.pogonyshev@gmx.net> References: <200702270036.40588.pogonyshev@gmx.net> <200703020335.38363.pogonyshev@gmx.net> <45E78028.8060908@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1172799903 15156 80.91.229.12 (2 Mar 2007 01:45:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Mar 2007 01:45:03 +0000 (UTC) Cc: "Lennart Borgman \(gmail\)" , Stefan Monnier To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 02 02:44:54 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HMwpJ-00073Q-IX for ged-emacs-devel@m.gmane.org; Fri, 02 Mar 2007 02:44:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HMwpJ-0003Bz-3k for ged-emacs-devel@m.gmane.org; Thu, 01 Mar 2007 20:44:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HMwos-0002vj-TN for emacs-devel@gnu.org; Thu, 01 Mar 2007 20:44:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HMwor-0002vD-76 for emacs-devel@gnu.org; Thu, 01 Mar 2007 20:44:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HMwor-0002vA-4C for emacs-devel@gnu.org; Thu, 01 Mar 2007 20:44:25 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.52) id 1HMwoq-00013i-JQ for emacs-devel@gnu.org; Thu, 01 Mar 2007 20:44:24 -0500 Original-Received: (qmail invoked by alias); 02 Mar 2007 01:44:22 -0000 X-Provags-ID: V01U2FsdGVkX19jdYFETVhjTRsDEkx7DIazkMiawyPt9TslqpvQTq eYB6Gb3W+nkVik User-Agent: KMail/1.7.2 In-Reply-To: <45E78028.8060908@gmail.com> Content-Disposition: inline X-Y-GMX-Trusted: 0 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:67184 Archived-At: Lennart Borgman (gmail) wrote: > Paul Pogonyshev wrote: > > > Hm. Any reason it would not work after restarting Emacs (including with -Q) > > but works OK after evaluating `python.el'? I believe Emacs is properly > > installed, but to check, how do I find out which `python.el' it reads? > > > > Paul > > > See locate-library or find-library. So the cause is .elc file. When I renamed it and restarted Emacs, changes in Python mode came into effect. No idea what is wrong with that file... Paul