fmp-hackers
[Top][All Lists]
Advanced

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

[fmp-hackers] Re: CVS checkins


From: Ferenc Wagner
Subject: [fmp-hackers] Re: CVS checkins
Date: Sat, 07 Sep 2002 17:41:16 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/20.7 (i386-redhat-linux-gnu)

Marco Kuhlmann <address@hidden> writes:

> Hmm, but then editing *.lhs files with Emacs will become a pain
> in the neck.  I would probably just bird track the copyright
> notice preamble:
>
>     > -- Bladibladibla

I don't see why it would help.  But I have a little trick
which works with MMM-mode quite well (not perfect, but
viable = I use it).  It is exercised by

(require 'mmm-auto)
(mmm-add-group 'literate-haskell
 '((literate-haskell-code
    :submode haskell-mode
    :front "\\\\begin{code}"
    :back "\\\\end{code}")
   (literate-haskell-spec
    :submode haskell-mode
    :face mmm-code-submode-face
    :front "\\\\begin{spec}"
    :back "\\\\end{spec}")
   ))

in my .emacs.el, if I add

^L
% Local Variables:
% mode: latex
% eval: (local-set-key "\C-C\C-c" 'compile)
% mmm-classes: literate-haskell
% End:

to the end of my .lhs files.  What do you think?

> PS. I have added your bolyai1.elte address to the mailing list.

Thanks a lot!  I didn't know which was the best solution.

                                         Feri.




reply via email to

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