From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Ma, Jing" Newsgroups: gmane.emacs.help Subject: How to set 132 column in Fortan 77 Date: Mon, 9 Aug 2004 15:34:22 +0800 Organization: Intel Corporation Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1092037295 29142 80.91.224.253 (9 Aug 2004 07:41:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 9 Aug 2004 07:41:35 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 09 09:41:31 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bu4mh-0002m3-00 for ; Mon, 09 Aug 2004 09:41:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bu4qQ-0001Tk-Ev for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Aug 2004 03:45:22 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!lnewsoutpeer01.lnd.ops.eu.uu.net!lnewsinpeer01.lnd.ops.eu.uu.net!bnewsoutpeer01.bru.ops.eu.uu.net!bnewsinpeer01.bru.ops.eu.uu.net!emea.uu.net!ash.uu.net!news01.intel.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: slge-mobl.ccr.corp.intel.com Original-X-Trace: news01.intel.com 1092037129 16337 172.16.123.174 (9 Aug 2004 07:38:49 GMT) Original-X-Complaints-To: usenet@news01.intel.com Original-NNTP-Posting-Date: Mon, 9 Aug 2004 07:38:49 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Original-Xref: shelby.stanford.edu gnu.emacs.help:124701 Original-To: help-gnu-emacs@gnu.org 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:20035 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:20035 Hi, all I use emacs to edit Fortran 77 source code. The code is in extended sytle, i.e. 132 columns. But the F77-mode in emacs only support 80 columns. How could I change it to 132 columns in F77 mode? Thanks