From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luca Ferrari Newsgroups: gmane.emacs.help Subject: Re: perl mode Date: Fri, 4 Oct 2013 13:22:32 +0200 Message-ID: References: <20131001160943.GA22473@messier31> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1380885773 11719 80.91.229.3 (4 Oct 2013 11:22:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Oct 2013 11:22:53 +0000 (UTC) Cc: help-gnu-emacs To: Philippe Delavalade Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 04 13:22:57 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 1VS3TF-0006pK-05 for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Oct 2013 13:22:57 +0200 Original-Received: from localhost ([::1]:47345 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VS3TE-0002tP-Io for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Oct 2013 07:22:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VS3Sz-0002r6-J3 for help-gnu-emacs@gnu.org; Fri, 04 Oct 2013 07:22:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VS3Ss-0001a2-Pi for help-gnu-emacs@gnu.org; Fri, 04 Oct 2013 07:22:41 -0400 Original-Received: from mail-wg0-x22f.google.com ([2a00:1450:400c:c00::22f]:51499) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VS3Ss-0001ZP-FJ for help-gnu-emacs@gnu.org; Fri, 04 Oct 2013 07:22:34 -0400 Original-Received: by mail-wg0-f47.google.com with SMTP id f12so3838026wgh.26 for ; Fri, 04 Oct 2013 04:22:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=3GOlFfvDQ/71tDIjbynis+DwwtjtjGjxogUb3nl394g=; b=GMgmy1ytA7H1UdQevmCMPfSWkeIRYEl1WoTpxkihoJTmiyyIjd1kgNsZzi7Z8KnqJB /qG7O4HSa2AZ/eRsopy4SskpIxTya77HnrEYh5DP+1+WIBMxcCSmeB47vTncY8HsFFRX 8dlYSWUJs6rcLZSGMgHolcoQLNFdZHPJac/xgM+vPt4KFRr7umofmIgMjN78t+stD8ds Mgh+/i9bOWG0ZZzphR9CR6N2zllyFxcPBh9IlOTx8CXqhcdrZpw1Dmxcizzn6G5bSBkk AFyoaKGyIApOdjREpkqxzFf4F+cqVQmA4qNlbpPFIhW3ZsOtIv50P5isOFWTXSz7VvJo DzOw== X-Received: by 10.180.187.169 with SMTP id ft9mr6932780wic.14.1380885752670; Fri, 04 Oct 2013 04:22:32 -0700 (PDT) Original-Received: by 10.194.157.194 with HTTP; Fri, 4 Oct 2013 04:22:32 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: oxCsh2-6y3iU2oZW-ZQImkA4ThQ X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::22f 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:93828 Archived-At: > As far as I can tell, the only problem is that perl-mode doesn't like to > start from a file with no indentation at all. Correct. The same for cperl (the latest mode related to Perl 6). Luca