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#12676: 24.2.50; New annoying warning for `imenu--make-index-alist' Date: Thu, 18 Oct 2012 14:50:39 -0400 Message-ID: References: <87lif3hc9g.fsf@gmail.com> <874nlrr4yy.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1350586301 14769 80.91.229.3 (18 Oct 2012 18:51:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Oct 2012 18:51:41 +0000 (UTC) Cc: 12676@debbugs.gnu.org To: Thierry Volpiatto Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Oct 18 20:51:49 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 1TOvC8-0001pn-9d for geb-bug-gnu-emacs@m.gmane.org; Thu, 18 Oct 2012 20:51:48 +0200 Original-Received: from localhost ([::1]:39142 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOvC1-0008MZ-9b for geb-bug-gnu-emacs@m.gmane.org; Thu, 18 Oct 2012 14:51:41 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:40620) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOvBy-0008Jt-Gv for bug-gnu-emacs@gnu.org; Thu, 18 Oct 2012 14:51:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOvBx-0004na-Ci for bug-gnu-emacs@gnu.org; Thu, 18 Oct 2012 14:51:38 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:40097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOvBx-0004nW-9d for bug-gnu-emacs@gnu.org; Thu, 18 Oct 2012 14:51:37 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TOvDK-0008FR-9y for bug-gnu-emacs@gnu.org; Thu, 18 Oct 2012 14:53:02 -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: Thu, 18 Oct 2012 18:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12676 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 12676-submit@debbugs.gnu.org id=B12676.135058632831639 (code B ref 12676); Thu, 18 Oct 2012 18:53:02 +0000 Original-Received: (at 12676) by debbugs.gnu.org; 18 Oct 2012 18:52:08 +0000 Original-Received: from localhost ([127.0.0.1]:50348 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TOvCR-0008EF-M0 for submit@debbugs.gnu.org; Thu, 18 Oct 2012 14:52:07 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:48031 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TOvCP-0008E8-8N for 12676@debbugs.gnu.org; Thu, 18 Oct 2012 14:52:06 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TOvB1-0005q5-Dy; Thu, 18 Oct 2012 14:50:39 -0400 X-Spook: undercover munitions ASDIC JPL AFSPC Majic kibo argus X-Ran: vGC{It=%i8v7nVMM^:S92A)/ge-9Mp4?5tod;PK6'rx0{A@#:=%,(d (Thierry Volpiatto's message of "Thu, 18 Oct 2012 20:48:53 +0200") 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:65705 Archived-At: Thierry Volpiatto wrote: > This happen when compiling > https://github.com/emacs-helm/helm/blob/master/helm-imenu.el This is not a minimal, complete example, this is "please debug my code". Oh look, line 37: (eval-when-compile (require 'imenu)) So obviously the warning is correct.