From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Taff Newsgroups: gmane.emacs.help Subject: indent after parens in cperl-mode Date: Thu, 10 Aug 2006 09:13:28 +0300 Message-ID: <75886760608092313t5af9b4e0jd61599d9a2134539@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1155190431 28893 80.91.229.2 (10 Aug 2006 06:13:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 Aug 2006 06:13:51 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 10 08:13:49 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GB3nc-0007EU-SJ for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Aug 2006 08:13:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GB3nc-0001fS-6t for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Aug 2006 02:13:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GB3nP-0001cI-6a for help-gnu-emacs@gnu.org; Thu, 10 Aug 2006 02:13:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GB3nN-0001aM-HJ for help-gnu-emacs@gnu.org; Thu, 10 Aug 2006 02:13:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GB3nN-0001aJ-BL for help-gnu-emacs@gnu.org; Thu, 10 Aug 2006 02:13:29 -0400 Original-Received: from [64.233.166.183] (helo=py-out-1112.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GB3sE-00076P-3g for help-gnu-emacs@gnu.org; Thu, 10 Aug 2006 02:18:30 -0400 Original-Received: by py-out-1112.google.com with SMTP id x66so672110pye for ; Wed, 09 Aug 2006 23:13:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=I6PErveSBR2fJZ32SawkOOhSbU5V52Fcy/rKllODw/wkSQHV577ssVSm/krydsxoTeTQMXXgB2rBLXmuBYN781dci6VaVpOigvPBF11NwtQQA0TyuDrQzWv6SSegZKOGHTOke/04DfjVCBZNCf79R6BjzVSakFU4DijFioJXxsY= Original-Received: by 10.35.117.5 with SMTP id u5mr3184101pym; Wed, 09 Aug 2006 23:13:28 -0700 (PDT) Original-Received: by 10.35.90.12 with HTTP; Wed, 9 Aug 2006 23:13:28 -0700 (PDT) Original-To: help-gnu-emacs@gnu.org Content-Disposition: inline X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:36583 Archived-At: Hi, Pls help me with cperl mode for Emacs. 1. I want not ident parens and arguments in such way. Check_agruments( arguments ); 2. But I want in such. Check_agruments( arguments ); I had tried to use all styles in cperl-set-style, but it's not help. Also i try to understand how work cperl-calculate-indent but i'm not strong in ELisp. Thx a lot.