From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#7361: 23.2; python-describe-symbol fails Date: Mon, 18 Jun 2012 19:20:59 -0400 Message-ID: References: <87oc9xn0wf.fsf@neo.paramonovs> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1340061712 897 80.91.229.3 (18 Jun 2012 23:21:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 18 Jun 2012 23:21:52 +0000 (UTC) Cc: 7361@debbugs.gnu.org To: Andrey Paramonov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jun 19 01:21:52 2012 Return-path: Envelope-to: geb-bug-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 1SglGX-0001iH-Ea for geb-bug-gnu-emacs@m.gmane.org; Tue, 19 Jun 2012 01:21:49 +0200 Original-Received: from localhost ([::1]:36813 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SglGX-0004LE-9q for geb-bug-gnu-emacs@m.gmane.org; Mon, 18 Jun 2012 19:21:49 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:56714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SglGT-0004KD-Lw for bug-gnu-emacs@gnu.org; Mon, 18 Jun 2012 19:21:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SglGS-0007rz-1s for bug-gnu-emacs@gnu.org; Mon, 18 Jun 2012 19:21:45 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:37769) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SglGR-0007rv-VN for bug-gnu-emacs@gnu.org; Mon, 18 Jun 2012 19:21:43 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SglJd-0000th-QU for bug-gnu-emacs@gnu.org; Mon, 18 Jun 2012 19:25:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 18 Jun 2012 23:25:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7361 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo unreproducible Original-Received: via spool by 7361-submit@debbugs.gnu.org id=B7361.13400618633392 (code B ref 7361); Mon, 18 Jun 2012 23:25:01 +0000 Original-Received: (at 7361) by debbugs.gnu.org; 18 Jun 2012 23:24:23 +0000 Original-Received: from localhost ([127.0.0.1]:47315 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SglJ0-0000se-Lf for submit@debbugs.gnu.org; Mon, 18 Jun 2012 19:24:23 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:53833) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SglIx-0000sM-V1 for 7361@debbugs.gnu.org; Mon, 18 Jun 2012 19:24:21 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SglFk-0002mQ-42; Mon, 18 Jun 2012 19:21:00 -0400 X-Spook: smuggle Bruxelles investigation Cohiba Merlin munitions X-Ran: ={hSvut-3W3uhXT,5AQM^\:kO:?R`w`).r?)dRPKaat)@k't>r)ZbkL3{/*H:I)T(%E}l; X-Hue: white X-Attribution: GM In-Reply-To: <87oc9xn0wf.fsf@neo.paramonovs> (Andrey Paramonov's message of "Wed, 10 Nov 2010 09:33:20 +0300") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:61089 Archived-At: Andrey Paramonov wrote: > python-describe-symbol fails for me, i.e. on the following minimal > example (| shows cursor pos): > > import os.path > os.path.abspath| > > Instead of description of abspath, C-c C-f shows a backtrace: Thanks for the report; sorry no-one ever replied. > Not reproducible with emacs -Q, but I don't see how my customizations > could interfere: If you still see this issue with the latest Emacs, please try and narrow down which customization causes it. Eg comment out half of them, see if it still occurs, repeat. Following is the only one that seems obviously python related. > '(ropemacs-enable-autoimport t) [...] > In GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) > of 2010-08-15 on raven, modified by Debian