From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: add-change-log-entry Date: Wed, 18 Jul 2007 11:02:36 +0200 Message-ID: <469DD72C.1080909@gmx.at> References: <200707162209.30895.pogonyshev@gmx.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1184749244 20389 80.91.229.12 (18 Jul 2007 09:00:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 Jul 2007 09:00:44 +0000 (UTC) Cc: emacs-devel@gnu.org, Paul Pogonyshev To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 18 11:00:42 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IB5Oj-0003dw-Ca for ged-emacs-devel@m.gmane.org; Wed, 18 Jul 2007 11:00:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IB5Oi-0002Ml-PQ for ged-emacs-devel@m.gmane.org; Wed, 18 Jul 2007 05:00:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IB5Oe-0002MY-Iv for emacs-devel@gnu.org; Wed, 18 Jul 2007 05:00:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IB5Oa-0002MM-Rk for emacs-devel@gnu.org; Wed, 18 Jul 2007 05:00:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IB5Oa-0002MJ-EZ for emacs-devel@gnu.org; Wed, 18 Jul 2007 05:00:32 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IB5OZ-0000vb-Me for emacs-devel@gnu.org; Wed, 18 Jul 2007 05:00:32 -0400 Original-Received: (qmail invoked by alias); 18 Jul 2007 09:00:30 -0000 Original-Received: from N818P027.adsl.highway.telekom.at (EHLO [62.47.46.59]) [62.47.46.59] by mail.gmx.net (mp049) with SMTP; 18 Jul 2007 11:00:30 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX186ZR8T5bg6UXxdoHsp97+D9OF/pDP6WZmwIvlowG VruYoeo8Vl47I4 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: X-Y-GMX-Trusted: 0 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:75046 Archived-At: > Currently, when I add an entry to the changelog, I get this: > > * some-very-long-file-name (SomeLongClassName.some_even_longer_method_name): -*- point -*- > > When I then press M-q, I get: > > * > some-very-long-file-name (SomeLongClassName.some_even_longer_method_name): > -*- point -*- > > That is a bug -- whatever else we change, we should fix that. In > Change Log mode, it should be impossible to break the line after that *. > > Can someone please fix this (in 22 and the trunk), then ack? I checked in a fix into the trunk which should solve the M-q problem.