From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: cperl printf indentation Date: Sat, 13 Sep 2003 00:52:38 +0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87pti6j6eh.fsf@jidanni.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1063395175 14467 80.91.224.253 (12 Sep 2003 19:32:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 12 Sep 2003 19:32:55 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Sep 12 21:32:52 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19xtf2-0003P5-00 for ; Fri, 12 Sep 2003 21:32:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19xtds-0004HY-8b for geb-bug-gnu-emacs@m.gmane.org; Fri, 12 Sep 2003 15:31:40 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19xtdp-0004HE-V5 for bug-gnu-emacs@gnu.org; Fri, 12 Sep 2003 15:31:37 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19xtdo-0004GY-AQ for bug-gnu-emacs@gnu.org; Fri, 12 Sep 2003 15:31:36 -0400 Original-Received: from [203.79.224.63] (helo=smtp2.apol.com.tw) by monty-python.gnu.org with esmtp (Exim 4.22) id 19xtdm-0004Ep-KX for bug-gnu-emacs@gnu.org; Fri, 12 Sep 2003 15:31:34 -0400 Original-Received: from jidanni.org (TC218-187-79-17.2-4.pl.apol.com.tw [218.187.79.17]) by smtp2.apol.com.tw (8.9.3/8.9.3) with ESMTP id DAA43808581 for ; Sat, 13 Sep 2003 03:31:07 +0800 (CST) Original-Received: from jidanni by jidanni.org with local (Exim 4.22) id 19xr9y-0000PS-6l for bug-gnu-emacs@gnu.org; Sat, 13 Sep 2003 00:52:38 +0800 Original-To: bug-gnu-emacs@gnu.org User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5783 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5783 Should hitting tab on each line in cperl mode really indent like this?: printf "%.1f\t%.1f\t%s\n", $F[0] - $C - $A * $F[0] - $B * $F[1], $F[1] + $D - $A * $F[1] - $B * $F[0], "@F";