From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Greg Laun Newsgroups: gmane.emacs.help Subject: python.el and imenu Date: Sun, 29 Jul 2012 23:26:14 -0400 Message-ID: <5015FED6.9090406@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1343629271 6315 80.91.229.3 (30 Jul 2012 06:21:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 30 Jul 2012 06:21:11 +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 Jul 30 08:21:12 2012 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 1SvjLq-0007TE-9m for geh-help-gnu-emacs@m.gmane.org; Mon, 30 Jul 2012 08:21:10 +0200 Original-Received: from localhost ([::1]:52176 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvjLp-0006Cm-KZ for geh-help-gnu-emacs@m.gmane.org; Mon, 30 Jul 2012 02:21:09 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:46547) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Svgcc-0001LP-9i for help-gnu-emacs@gnu.org; Sun, 29 Jul 2012 23:26:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Svgcb-0000y2-4u for help-gnu-emacs@gnu.org; Sun, 29 Jul 2012 23:26:18 -0400 Original-Received: from mail-qa0-f41.google.com ([209.85.216.41]:49643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Svgcb-0000xt-0V for help-gnu-emacs@gnu.org; Sun, 29 Jul 2012 23:26:17 -0400 Original-Received: by qabg27 with SMTP id g27so806352qab.0 for ; Sun, 29 Jul 2012 20:26:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=RNZkkaJyhvShqEkZRPUgzbU85gSEssc5ibG1IBjeuMk=; b=QOEhQ6fN5euVaUjDORHbDFfW/2XV4WP4NmzSNP/QdFzTB7qho+UYfQhDnN/nS3/vg3 Ae3HzYeo6gHoRu75PrvpPm2sS94/tN+CCwWUs0Pe/QkjLW4Mywgu9Cov2iu6wfrCzryb tWH1D0suhnX1WqwY1kggK4/sWJ4pmLaFV/kP/fO6DhsBcXkdqv80ADAxFbgOoROcvmFY YSQrbfR/lFDLak02i5JkaEGAloCnmjzpkRGXViKbx+4Samv8gbw5RetUF0OAXrW3HAvN PtMMvCo1nrUXKBl5tMm0yT5gGGG2tl4V+RQ88MAeEZsATrAWabdeBGaBGv4pyeLOpHzz +u2A== Original-Received: by 10.224.78.198 with SMTP id m6mr21246718qak.30.1343618776114; Sun, 29 Jul 2012 20:26:16 -0700 (PDT) Original-Received: from [192.168.1.10] (pool-108-28-201-10.washdc.fios.verizon.net. [108.28.201.10]) by mx.google.com with ESMTPS id cg7sm7151887qab.19.2012.07.29.20.26.14 (version=SSLv3 cipher=OTHER); Sun, 29 Jul 2012 20:26:15 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120714 Thunderbird/14.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.216.41 X-Mailman-Approved-At: Mon, 30 Jul 2012 02:21:06 -0400 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:86126 Archived-At: How does one use imenu with the current python.el in emacs24? When I try M-x imenu in a python file, I always get the message, "No items suitable for an index found in this buffer". I have spent a good part of the day searching the Internet for an answer and have had no luck. I have found other people having the same problem (e.g. http://stackoverflow.com/questions/6317667/fabian-gallinas-python-el-imenu-support) but the solutions there do not work for me. I tried using a blank .emacs file and still get the same errors, so it doesn't seem like my configuration. Anybody know how this is supposed to work? Thanks! Greg