From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.help Subject: Re: fortran line width & comment Date: Fri, 18 Jul 2008 18:33:33 -0700 Organization: None Message-ID: <787ibi1wuq.fsf@xoc2.stanford.edu> References: <11007454.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216431646 27521 80.91.229.12 (19 Jul 2008 01:40:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Jul 2008 01:40:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jul 19 03:41:34 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KK1S2-0000dr-69 for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Jul 2008 03:41:34 +0200 Original-Received: from localhost ([127.0.0.1]:48182 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KK1R9-0001q7-8z for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Jul 2008 21:40:39 -0400 Original-Path: news.stanford.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: xoc2.stanford.edu Original-X-Trace: news.stanford.edu 1216431213 18962 171.64.109.31 (19 Jul 2008 01:33:33 GMT) Original-X-Complaints-To: news@news.stanford.edu X-Spook: martyr GRAPO strategic Tamil Eelam RSA Tupac Amaru jihad X-Ran: Q"_$fwBtMAabNNaqq.D_508>;?zH5>&*$HHS_5f^2!}W?*'=KRmQiF9T#X|5'aR8cpp!). X-Hue: magenta X-Attribution: GM Mail-Followup-To: help-gnu-emacs@gnu.org Mail-Copies-To: nobody User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cancel-Lock: sha1:xVXaknaG5LzSerYG4xA7dfxXqno= Original-Xref: news.stanford.edu gnu.emacs.help:160371 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:55719 Archived-At: berniep wrote: > I tried the "setq" directive and it doesn't work for me. I don't see > anywhree in the fortran.el where this is defined. > > Has this or any other solution worked for anyoone? > > Using emacs 21.3.1 on Redhat. That's very old. There, use: (eval-after-load "fortran" '(setq fortran-font-lock-syntactic-keywords '(("^[cd\\*]" 0 (11))))) (line length will be customizable in Emacs 23.1).