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

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

Re: cperl indentation question


From: Dmitry Gutov
Subject: Re: cperl indentation question
Date: Tue, 07 May 2013 19:39:11 +0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt)

mgwmgw <mgwmgw@comcast.net> writes:

> I have been using emacs since the 1980's,
> and I am doing perl development using cperl mode.
> The coding style rules where I work require that lines of source are less
> than 80 characters wide.
> Also, if I have a perl command like this
> my $variable = "very long string"
> .  " another very long string";
> The continuation "." should line up under the double quote at the beginning
> of the first line.
> If I have a function/sub call
> function("very long string"
>             . " another very long string");
> this lines up just fine,
> but I have not figured out how to line this up without parens.
> Any ideas?

I'd venture an guess that there's no such option.

You can request it via `M-x report-emacs-bug'.



reply via email to

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