From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Pustovoyt Alexander Newsgroups: gmane.emacs.help Subject: Re: Can't format my Perl code properly with cperl-mode Date: Wed, 30 Oct 2013 12:04:07 +0400 Message-ID: <250841383120247@web30g.yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1383149331 11971 80.91.229.3 (30 Oct 2013 16:08:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Oct 2013 16:08:51 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 30 17:08:55 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VbYKE-0007Hj-Hz for geh-help-gnu-emacs@m.gmane.org; Wed, 30 Oct 2013 17:08:54 +0100 Original-Received: from localhost ([::1]:53216 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbYKD-0004dm-RD for geh-help-gnu-emacs@m.gmane.org; Wed, 30 Oct 2013 12:08:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57077) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbQlF-0005Yo-VC for help-gnu-emacs@gnu.org; Wed, 30 Oct 2013 04:04:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbQl9-0003KN-07 for help-gnu-emacs@gnu.org; Wed, 30 Oct 2013 04:04:17 -0400 Original-Received: from forward16.mail.yandex.net ([95.108.253.141]:50321) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbQl8-0003JK-MC for help-gnu-emacs@gnu.org; Wed, 30 Oct 2013 04:04:10 -0400 Original-Received: from web30g.yandex.ru (web30g.yandex.ru [95.108.253.239]) by forward16.mail.yandex.net (Yandex) with ESMTP id 7A9D9D21804 for ; Wed, 30 Oct 2013 12:04:08 +0400 (MSK) Original-Received: from 127.0.0.1 (localhost [127.0.0.1]) by web30g.yandex.ru (Yandex) with ESMTP id 29387740427; Wed, 30 Oct 2013 12:04:08 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1383120248; bh=ChG5kF7hGxJgt+/v4AqFQJy7LbrSVnl01s775ScJHBk=; h=From:To:Subject:Date; b=bWN7R9RpCgvDfbkDwEkR6tFqhjz/S0M15HAm6LKwWsTAFduQwYr96+kV4oElG0pr4 Ys7CuvdfeSaMD089GVYOc6yrmFWeXO/DIYoe+Qo78GB+Y6VNtMe0ZhRdKDMZZuRtUM BdmHaZsMIq7Q5NwsFUNlYtbD/u0z8f34Z+7sEsz0= Original-Received: from [91.224.183.164] ([91.224.183.164]) by web30g.yandex.ru with HTTP; Wed, 30 Oct 2013 12:04:07 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] [fuzzy] X-Received-From: 95.108.253.141 X-Mailman-Approved-At: Wed, 30 Oct 2013 12:08:42 -0400 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:94274 Archived-At: > 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 ) ); } Can Emacs be not so smart and allow me to format my code in my stupid way?