From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Emilio Lopes Newsgroups: gmane.emacs.help Subject: Re: select 'mode' from command line? [OT] Date: Thu, 30 Jun 2005 15:05:33 +0000 (UTC) Message-ID: References: <7db78fe19f8ca2a7f1668ac6c7ba5654@Web.DE> <57743567b2416be7eac3d9859654015e@Web.DE> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1120144869 25260 80.91.229.2 (30 Jun 2005 15:21:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Jun 2005 15:21:09 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 30 17:21:07 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Do0pl-0006zU-Rt for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jun 2005 17:20:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Do0y2-0006pY-Mt for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jun 2005 11:28:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Do0vA-0005cI-RS for help-gnu-emacs@gnu.org; Thu, 30 Jun 2005 11:25:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Do0uw-0005Uy-Lg for help-gnu-emacs@gnu.org; Thu, 30 Jun 2005 11:25:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Do0uw-0005Ml-Ia for help-gnu-emacs@gnu.org; Thu, 30 Jun 2005 11:25:30 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1Do0pB-000583-B7 for help-gnu-emacs@gnu.org; Thu, 30 Jun 2005 11:19:33 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Do0cK-0004St-Vx for help-gnu-emacs@gnu.org; Thu, 30 Jun 2005 17:06:17 +0200 Original-Received: from vproxy01.bmwgroup.com ([192.109.190.88]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Jun 2005 17:06:16 +0200 Original-Received: from eclig by vproxy01.bmwgroup.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Jun 2005 17:06:16 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 19 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 192.109.190.88 (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4) 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:27737 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:27737 Peter Dyballa Web.DE> writes: > Am 30.06.2005 um 00:24 schrieb Gustavo Seabra: > > > I had to use: > > > > !C -*- mode: f90; coding: iso-8859-15; -*- > > > > instead. Otherwise the f90 compiler complains (the "C" on the 1st line > > is not understood as a comment in F90, "!" is. > > Ahemm, my FORTRAN seems to be from '66! I thought you still have to put > a C in column 6 ... Actually the comment char (a 'C' in FORTRAN 66, alternativelly a '*' in FORTRAN 77) must appear in the *first* column. A character (any valid character!)in column 6 indicates a continuation line. -ECL