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: Re: cperl printf indentation Date: Sat, 13 Sep 2003 12:47:13 +0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <873cf1i9bi.fsf@jidanni.org> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1063569752 20517 80.91.224.253 (14 Sep 2003 20:02:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Sep 2003 20:02:32 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Sep 14 22:02:29 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 19yd4n-0006Oo-00 for ; Sun, 14 Sep 2003 22:02:29 +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 19yd3t-00054w-Ve for geb-bug-gnu-emacs@m.gmane.org; Sun, 14 Sep 2003 16:01:33 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19yd2C-0004ae-FL for bug-gnu-emacs@gnu.org; Sun, 14 Sep 2003 15:59:48 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19yd2A-0004Z5-IQ for bug-gnu-emacs@gnu.org; Sun, 14 Sep 2003 15:59:47 -0400 Original-Received: from [203.79.224.63] (helo=smtp2.apol.com.tw) by monty-python.gnu.org with esmtp (Exim 4.22) id 19yd29-0004YC-M9 for bug-gnu-emacs@gnu.org; Sun, 14 Sep 2003 15:59:45 -0400 Original-Received: from jidanni.org (TC218-187-82-71.2-7.pl.apol.com.tw [218.187.82.71]) by smtp2.apol.com.tw (8.9.3/8.9.3) with ESMTP id DAA45369246; Mon, 15 Sep 2003 03:59:25 +0800 (CST) Original-Received: from jidanni by jidanni.org with local (Exim 4.22) id 19y2JV-0005av-Ky; Sat, 13 Sep 2003 12:47:13 +0800 Original-To: Vivek In-Reply-To: (vivek@etla.org's message of "Sat, 13 Sep 2003 02:52:29 +0100 (BST)") 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:5792 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5792 Vivek> No, it should do something like this: Vivek> printf "%.1f\t%.1f\t%s\n", Vivek> $F[0] - $C - $A * $F[0] - $B * $F[1], Vivek> $F[1] + $D - $A * $F[1] - $B * $F[0], Vivek> "@F"; Well, there must be something else at work in http://jidanni.org/geo/taiwan_datums/programs/twd6797thl when you hit TAB on those lines.