From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Philippe Delavalade Newsgroups: gmane.emacs.help Subject: Re: perl mode Date: Wed, 2 Oct 2013 18:41:11 +0200 Message-ID: <20131002164111.GA6683@messier31> References: <524c0c3f$0$2267$426a34cc@news.free.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1380732099 21070 80.91.229.3 (2 Oct 2013 16:41:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Oct 2013 16:41:39 +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 02 18:41:42 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 1VRPUa-0008Ft-Oz for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Oct 2013 18:41:40 +0200 Original-Received: from localhost ([::1]:36993 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRPUa-0008JC-EG for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Oct 2013 12:41:40 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRPUJ-0008ID-3T for help-gnu-emacs@gnu.org; Wed, 02 Oct 2013 12:41:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRPUA-0001vM-Si for help-gnu-emacs@gnu.org; Wed, 02 Oct 2013 12:41:23 -0400 Original-Received: from smtp06.smtpout.orange.fr ([80.12.242.128]:27144 helo=smtp.smtpout.orange.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRPUA-0001v5-Mg for help-gnu-emacs@gnu.org; Wed, 02 Oct 2013 12:41:14 -0400 Original-Received: from messier31 ([92.143.64.55]) by mwinf5d41 with ME id YGhB1m0131BXZrQ03GhCbk; Wed, 02 Oct 2013 18:41:12 +0200 Original-Received: by messier31 (Postfix, from userid 1000) id 9F04A7FEE8; Wed, 2 Oct 2013 18:41:11 +0200 (CEST) Content-Disposition: inline In-Reply-To: <524c0c3f$0$2267$426a34cc@news.free.fr> User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.12.242.128 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:93797 Archived-At: Le mercredi 02 octobre à 14:06, Damien Wyart a écrit : > You can use cperl mode instead of perl, it is a bit more powerful. The > simplest way to do so is by adding this line to .emacs: > > (defalias 'perl-mode 'cperl-mode) I did that and test different styles with cperl-set-style and prefered C++. So I add the following line, based on the manual (setq cperl-default-style "C++") I have no error or warning when entering emacs but it does not work. What is wrong ? Thanks in advance. -- Ph. Delavalade