From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Felix E. Klee" Newsgroups: gmane.emacs.help Subject: Re: Emacs 23.1.1: M-q behaves differently in ChangeLog mode Date: Fri, 25 Sep 2009 06:25:27 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <4003fa3d-9e15-4fcd-9c1d-38fc8d5f3b07@j9g2000vbp.googlegroups.com> <27f8f138-48ef-4791-a034-15d2f331126d@z34g2000vbl.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1253886108 16840 80.91.229.12 (25 Sep 2009 13:41:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Sep 2009 13:41:48 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 25 15:41:41 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MrB3M-0005v7-Jb for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Sep 2009 15:41:40 +0200 Original-Received: from localhost ([127.0.0.1]:53492 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MrB3M-0003F3-4p for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Sep 2009 09:41:40 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!g23g2000vbr.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-NNTP-Posting-Host: 80.187.104.154 Original-X-Trace: posting.google.com 1253885127 2970 127.0.0.1 (25 Sep 2009 13:25:27 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 25 Sep 2009 13:25:27 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g23g2000vbr.googlegroups.com; posting-host=80.187.104.154; posting-account=_QalowoAAACdr6sX445IwCQAsFmTdEHe User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.21 Safari/532.0, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:173354 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:68472 Archived-At: On Sep 25, 12:16=A0pm, Eli Zaretskii wrote: > Not really. =A0Try 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?