From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Bock Newsgroups: gmane.emacs.help Subject: Fortran code formatting Date: Mon, 20 Jul 2015 16:03:32 -0600 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1437429873 12843 80.91.229.3 (20 Jul 2015 22:04:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Jul 2015 22:04:33 +0000 (UTC) To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 21 00:04:28 2015 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 1ZHJAh-0005BL-9T for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Jul 2015 00:04:27 +0200 Original-Received: from localhost ([::1]:57289 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHJAg-0008LE-7j for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Jul 2015 18:04:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52770) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHJAU-0008L8-Eg for help-gnu-emacs@gnu.org; Mon, 20 Jul 2015 18:04:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHJAT-00027W-Mz for help-gnu-emacs@gnu.org; Mon, 20 Jul 2015 18:04:14 -0400 Original-Received: from mail-vn0-x231.google.com ([2607:f8b0:400c:c0f::231]:34822) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHJAT-00024f-IU for help-gnu-emacs@gnu.org; Mon, 20 Jul 2015 18:04:13 -0400 Original-Received: by vnaa140 with SMTP id a140so28433951vna.2 for ; Mon, 20 Jul 2015 15:04:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=acDId2GOn52qvyn/TQ3HI01QJBIPygbV/Yz8QDhdFUc=; b=OaN5Sw41XIPQEBK5f4YtqgoUfkgAIJ5Wq2Shu1vNny+y6CpKFvz3E0ekEXWVE0QSeA 75ehf0Gh1I0PIJOHQAOxgzZMNYEJaBpvW94f4OTp9ueMI0GsfNO0gKQ3O2SlqL2dUJc4 6yDJg1/dvdXlG0DLwjC00XEKVPetTI+K0kXiVejMO3/Gh3Xys4gKeHrHCJYXx+NMAxV/ f8cmKhVreGo32fibEjt5mHHIdprATP97LU2q0Ur3l0d7I3Cs6Txn6l0rm3y9nJGIzKBK dMtR3/qhyLQukMnQJ1ZHZxwoNWh1zTbtEK4Rht7sLvOQmj2tiX0qpFtcrgLfv7GH7YW6 oHTQ== X-Received: by 10.53.7.34 with SMTP id cz2mr40276495vdd.0.1437429851828; Mon, 20 Jul 2015 15:04:11 -0700 (PDT) Original-Received: by 10.31.61.198 with HTTP; Mon, 20 Jul 2015 15:03:32 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c0f::231 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:105885 Archived-At: Hi, is it possible (and if so, how) to let emacs (re-)format Fortran code and fix things such as spacing, e.g.: if ( a == 0 ) then would turn into if(a == 0) then Or x = a+1 would turn into x = a + 1 Thanks already, nick