unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Moving up cperl-outline-regexp causes an error
@ 2002-03-14 11:01 Juanma Barranquero
  2002-03-15 16:23 ` Richard Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Juanma Barranquero @ 2002-03-14 11:01 UTC (permalink / raw)


2002-03-14  Richard M. Stallman  <rms@gnu.org>

        * 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Moving up cperl-outline-regexp causes an error
  2002-03-14 11:01 Moving up cperl-outline-regexp causes an error Juanma Barranquero
@ 2002-03-15 16:23 ` Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2002-03-15 16:23 UTC (permalink / raw)
  Cc: emacs-devel

    This does not work because cperl-outline-regexp is using
    cperl-imenu--function-name-regexp-perl, which at that point is not yet
    defined.

Since I don't actually use Perl, I didn't actually test it.

I will move cperl-imenu--function-name-regexp-perl up.  Thanks.

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-03-15 16:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-14 11:01 Moving up cperl-outline-regexp causes an error Juanma Barranquero
2002-03-15 16:23 ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).