bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cperl-mode 4.32


From: Mark A. Hershberger
Subject: Re: cperl-mode 4.32
Date: Sun, 06 Jun 2004 17:29:42 -0400
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

local yokel <brucer@veriwave.com> writes:

> using cperl-mode, indent region moves top-level sub braces
> in 4(?) spaces, then M-C-a cannot find them.
>
> -------cut----------
> #!/usr/bin/perl -w
>
> sub a
> {
> }
> -------cut----------
> indent-region moves braces right 4(?) spaces

defun-prompt-regexp is set to

"^[ \t]*sub[ \t]+\\([^ \t\n{(;]+\\)\\([ \t]*([^()]*)[ \t]*\\)?[ \t]*)"

Changing it to

"^[ \t]*sub[ \t\n]+\\([^ \t\n{(;]+\\)\\([ \t\n]*([^()]*)[ \t\n]*\\)?[ \t\n]*)"

fixes the problem.

Mark.

-- 
A choice between one man and a shovel, or a dozen men with teaspoons
is clear to me, and I'm sure it is clear to you also.
    -- Zimran Ahmed <http://www.winterspeak.com/>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]