emacs-devel
[Top][All Lists]
Advanced

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

fill-paragraph in Emacs 22


From: Reto Zimmermann
Subject: fill-paragraph in Emacs 22
Date: Tue, 25 Nov 2008 14:25:11 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax)

Hi,

The new fill-paragraph code in Emacs 22 breaks filling of comments in vhdl-mode.el. fill-paragraph now doesn't split long comments into several lines anymore but puts everything on one line.

Example:

-- This module This module This module This module This module This module
-- This module This module This module This module This module This module

becomes

-- This module This module This module This module This module This module This module This module This module This module This module This module

vhdl-mode basically sets

  (set (make-local-variable 'comment-start) "--")

and then uses fill-paragraph inside comments.

Any hints on what new settings I should use to make it work?

Thanks,
Reto




reply via email to

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