From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: karl@freefriends.org (Karl Berry) Newsgroups: gmane.emacs.help Subject: spaces before function calls in perl Date: Mon, 10 Mar 2008 17:00:28 -0500 Message-ID: <200803102200.m2AM0ST17789@f7.net> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1205186660 21915 80.91.229.12 (10 Mar 2008 22:04:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Mar 2008 22:04:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 10 23:04:47 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JYq6u-0003wh-N6 for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Mar 2008 23:04:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JYq6M-0006bl-HV for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Mar 2008 18:04:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JYq2p-0005Tf-Av for help-gnu-emacs@gnu.org; Mon, 10 Mar 2008 18:00:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JYq2n-0005TI-Od for help-gnu-emacs@gnu.org; Mon, 10 Mar 2008 18:00:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JYq2n-0005TF-IY for help-gnu-emacs@gnu.org; Mon, 10 Mar 2008 18:00:29 -0400 Original-Received: from server1.f7.net ([64.34.169.74] helo=f7.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JYq2n-0007ou-8z for help-gnu-emacs@gnu.org; Mon, 10 Mar 2008 18:00:29 -0400 X-Envelope-From: karl X-Envelope-To: help-gnu-emacs@gnu.org Original-Received: (from karl@localhost) by f7.net (8.11.7-20030920/8.11.7) id m2AM0ST17789; Mon, 10 Mar 2008 17:00:28 -0500 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-Mailman-Approved-At: Mon, 10 Mar 2008 18:03:19 -0400 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:52235 Archived-At: The standard GNU style is to put spaces before function calls, and between function arguments, as in: foo (1, 2, 3); Does anyone happen to know of a way to get these spaces inserted automatically (that is, when typing a "(" or ","), in a perl mode? I can imagine some ways to hack it up, but it seemed like it might already exist. I just couldn't find it. Thanks, Karl