From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Moving up cperl-outline-regexp causes an error Date: Thu, 14 Mar 2002 12:01:30 +0100 Sender: emacs-devel-admin@gnu.org Message-ID: <20020314115725.76F2.LEKTU@terra.es> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1016107587 29460 127.0.0.1 (14 Mar 2002 12:06:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 14 Mar 2002 12:06:27 +0000 (UTC) Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16lU03-0007f4-00 for ; Thu, 14 Mar 2002 13:06:27 +0100 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16lU37-000893-00 for ; Thu, 14 Mar 2002 13:09:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16lTzm-0001S6-00; Thu, 14 Mar 2002 07:06:10 -0500 Original-Received: from [62.22.27.141] (helo=mail.peoplecall.com) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16lSzD-0006H4-00 for ; Thu, 14 Mar 2002 06:01:31 -0500 Original-Received: from jbarranquero (jbarranquero.ofi.peoplecall.com [62.22.27.143]) by mail.peoplecall.com (8.11.6/8.11.6) with ESMTP id g2EB1Uc09894 for ; Thu, 14 Mar 2002 12:01:30 +0100 Original-To: emacs-devel@gnu.org X-BkRandomSig-Folder: 3ade7ea7.mb\Emacs\Emacs-Devel\ X-Mailer: Becky! ver. 2.00.07 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:1927 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1927 2002-03-14 Richard M. Stallman * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up. This does not work because cperl-outline-regexp is using cperl-imenu--function-name-regexp-perl, which at that point is not yet defined. Either that internal variable is moved up near cperl-outline-regexp (ugly, IMO), or cperl-outline-regexp is moved back. /L/e/k/t/u _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel