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

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

Re: Can't format my Perl code properly with cperl-mode


From: Stefan Monnier
Subject: Re: Can't format my Perl code properly with cperl-mode
Date: Wed, 30 Oct 2013 21:28:34 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>> Have you tried to add a newline between "(" and "\%Options," ?
> So, I've tried, but the result wasn't something I'd like to see:
> sub _get_options
> {
>   return Getopt::Long::GetOptions(
>     \%Options,
>     qw(
>         version|V
>         )
>     );
> }

That looks just like what I thought you wanted.
So, obviously, I'm missing something.


        Stefan




reply via email to

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