all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: Continuation of comments in f90-mode with auto-fill
@ 2015-01-14 21:38 Bernardo
  2015-01-15  1:15 ` Nicolas Bock
  0 siblings, 1 reply; 6+ messages in thread
From: Bernardo @ 2015-01-14 21:38 UTC (permalink / raw)
  To: help-gnu-emacs


> When in f90-mode with auto-fill-mode, emacs continues a comment by
> indenting the new line and inserting a single '!' character at the
> beginning. How do I change this string, say to "!! "?

completely untested but may give you an idea:

(add-hook 'f90-hook
  (lambda ()
    (setq comment-start "!! ")))



^ permalink raw reply	[flat|nested] 6+ messages in thread
* Continuation of comments in f90-mode with auto-fill
@ 2015-01-14 12:39 Nicolas Bock
  0 siblings, 0 replies; 6+ messages in thread
From: Nicolas Bock @ 2015-01-14 12:39 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

When in f90-mode with auto-fill-mode, emacs continues a comment by
indenting the new line and inserting a single '!' character at the
beginning. How do I change this string, say to "!! "?

Thanks already,

nick


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-01-15 21:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-14 21:38 Continuation of comments in f90-mode with auto-fill Bernardo
2015-01-15  1:15 ` Nicolas Bock
2015-01-15 18:43   ` Nicolas Bock
2015-01-15 19:34     ` John Mastro
2015-01-15 21:25       ` Nicolas Bock
  -- strict thread matches above, loose matches on Subject: below --
2015-01-14 12:39 Nicolas Bock

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.