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

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

Re: Emacs 23.1.1: M-q behaves differently in ChangeLog mode


From: Felix E. Klee
Subject: Re: Emacs 23.1.1: M-q behaves differently in ChangeLog mode
Date: Fri, 25 Sep 2009 06:25:27 -0700 (PDT)
User-agent: G2/1.0

On Sep 25, 12:16 pm, Eli Zaretskii <e...@gnu.org> wrote:
> Not really.  Try to replace change-log-fill-paragraph with the version
> from an older Emacs.

Indeed, it is caused by a change in change-log-fill-paragraph. There,
the variable "fill-indent-according-to-mode" is set to true.

Without understanding the indenting interna, I changed the value of
the buffer local variable "indent-line-function" from "change-log-
indent" to "indent-relative". However, this doesn't have any effect.
Any idea how to solve the problem?


reply via email to

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