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

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

Re: Change line continuation behavior in cperl-mode


From: Xah Lee
Subject: Re: Change line continuation behavior in cperl-mode
Date: Wed, 10 Dec 2008 10:35:16 -0800 (PST)
User-agent: G2/1.0

On Dec 10, 7:39 am, Steve <swechs...@bigfoot.com> wrote:
> On Dec 9, 6:43 pm, Xah Lee <xah...@gmail.com> wrote:
>
> > not sure, but have you tried customize-group withcperl?
>
> Yes, that was the first thing I checked. There's nothing that
> obviously applies to string continuation (not line continuation, which
> works fine) on successive lines.


oh.

I looked into further your Q,... not sure what you mean though.

I tried this:


#perl
$some = "sme" .
    "what" .
    "that" .
    "and";
print $some;

but it seems to align? i'm not aware that perl line needs a dot to
signify continue? can you give a example?

  Xah
∑ http://xahlee.org/

reply via email to

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