From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: add-change-log-entry Date: Mon, 16 Jul 2007 22:09:30 +0300 Message-ID: <200707162209.30895.pogonyshev@gmx.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1184612092 9072 80.91.229.12 (16 Jul 2007 18:54:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Jul 2007 18:54:52 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 16 20:54:50 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 1IAVic-0004nw-FJ for ged-emacs-devel@m.gmane.org; Mon, 16 Jul 2007 20:54:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAVic-0007Mt-50 for ged-emacs-devel@m.gmane.org; Mon, 16 Jul 2007 14:54:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IAViN-0007I6-Sz for emacs-devel@gnu.org; Mon, 16 Jul 2007 14:54:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IAViM-0007HH-7U for emacs-devel@gnu.org; Mon, 16 Jul 2007 14:54:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAViL-0007H8-Q2 for emacs-devel@gnu.org; Mon, 16 Jul 2007 14:54:33 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IAViL-00017B-5v for emacs-devel@gnu.org; Mon, 16 Jul 2007 14:54:33 -0400 Original-Received: (qmail invoked by alias); 16 Jul 2007 18:54:31 -0000 Original-Received: from unknown (EHLO [80.94.230.112]) [80.94.230.112] by mail.gmx.net (mp041) with SMTP; 16 Jul 2007 20:54:31 +0200 X-Authenticated: #16844820 X-Provags-ID: V01U2FsdGVkX18eCksiMsUeqgAqIImBXtWl00leHFT1NA4CVnVcFY /vCzOAn2vEWLZb User-Agent: KMail/1.7.2 Content-Disposition: inline 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:74909 Archived-At: Hi, 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 -*- Would it be possible that in case of such long identifiers, `add-change-log-entry' started with * some-very-long-file-name (SomeLongClassName.some_even_longer_method_name): -*- point -*- in the buffer? Paul