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: Finding the source of Change Log entries Date: Thu, 07 Aug 2008 12:10:05 +0200 Message-ID: <489AC9FD.2040308@gmx.at> References: <48787A1F.1080105@gmx.at> <873amfm9xj.fsf@stupidchicken.com> <4879BDF7.6060705@gmx.at> <87zlolv3d8.fsf@jurta.org> <487B111B.9030300@gmx.at> <87d4lgkuig.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1218103743 2441 80.91.229.12 (7 Aug 2008 10:09:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Aug 2008 10:09:03 +0000 (UTC) Cc: Chong Yidong , emacs-devel To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 07 12:09:53 2008 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 1KR2RK-0003ea-CH for ged-emacs-devel@m.gmane.org; Thu, 07 Aug 2008 12:09:50 +0200 Original-Received: from localhost ([127.0.0.1]:48357 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KR2QO-00088I-Ub for ged-emacs-devel@m.gmane.org; Thu, 07 Aug 2008 06:08:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KR2QH-00085w-4y for emacs-devel@gnu.org; Thu, 07 Aug 2008 06:08:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KR2QE-00082X-Ms for emacs-devel@gnu.org; Thu, 07 Aug 2008 06:08:44 -0400 Original-Received: from [199.232.76.173] (port=58705 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KR2QE-000825-Bn for emacs-devel@gnu.org; Thu, 07 Aug 2008 06:08:42 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:44438) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KR2QD-0005Dz-LK for emacs-devel@gnu.org; Thu, 07 Aug 2008 06:08:42 -0400 Original-Received: (qmail invoked by alias); 07 Aug 2008 10:08:39 -0000 Original-Received: from 62-47-34-57.adsl.highway.telekom.at (EHLO [62.47.34.57]) [62.47.34.57] by mail.gmx.net (mp051) with SMTP; 07 Aug 2008 12:08:39 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18WVykY8l4Wn457xQ1eMXApz1jl5MBcyMvKEPBxo4 grWtTtmn+Uy/Xj User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <87d4lgkuig.fsf@jurta.org> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.77 X-detected-kernel: by monty-python.gnu.org: 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:102151 Archived-At: > * window.el (truncated-partial-width-window-p): New function. > > * menu-bar.el: Remove Longlines mode from menu. Add word-wrap > option. > > When you type `C-c C-c' on the file name `menu-bar.el' (or anywhere > inside the text of its entry) it visits `truncated-partial-width-window-p' > in window.el instead of visiting the file menu-bar.el as it is more expected. I checked in a fix for this, please try. This should also work with `next-error' and `previous-error'. Note, however, that these search for `change-log-file-names-re', hence you get the first tag for each file entry only. martin