bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#20985: Bug in fortran fixed format mode with lines longer than 72 ch


From: Glenn Morris
Subject: bug#20985: Bug in fortran fixed format mode with lines longer than 72 characters
Date: Sun, 05 Jul 2015 20:00:29 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Mark van Schilfgaarde wrote:

> (set-variable (quote fortran-line-length) 132 nil)

Thanks for the report. However, as it says in
  C-h v fortran-line-length

    Setting this variable directly (after fortran mode is loaded) does
    not take effect. Use either M-x customize (which affects all Fortran
    buffers and the default) or the function `fortran-line-length'
    (which can also operate on just the current buffer).

So: use

C-u 132 M-x fortran-line-length

> This problem does not appear in emacs 21.4

The variable fortran-line-length does not exist in 21.4.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]