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: Wed, 16 Jul 2008 19:20:19 +0200 Message-ID: <487E2DD3.1090700@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 1216228872 2534 80.91.229.12 (16 Jul 2008 17:21:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Jul 2008 17:21:12 +0000 (UTC) Cc: Chong Yidong , emacs-devel To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 16 19:22:00 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 1KJAhS-000672-RC for ged-emacs-devel@m.gmane.org; Wed, 16 Jul 2008 19:21:59 +0200 Original-Received: from localhost ([127.0.0.1]:42813 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJAga-0002BM-E3 for ged-emacs-devel@m.gmane.org; Wed, 16 Jul 2008 13:21:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KJAfi-0001uW-FY for emacs-devel@gnu.org; Wed, 16 Jul 2008 13:20:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KJAfg-0001u5-QV for emacs-devel@gnu.org; Wed, 16 Jul 2008 13:20:10 -0400 Original-Received: from [199.232.76.173] (port=41200 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJAfg-0001tz-KZ for emacs-devel@gnu.org; Wed, 16 Jul 2008 13:20:08 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:56352) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KJAfg-0004k1-GL for emacs-devel@gnu.org; Wed, 16 Jul 2008 13:20:08 -0400 Original-Received: (qmail invoked by alias); 16 Jul 2008 17:20:06 -0000 Original-Received: from 62-47-35-255.adsl.highway.telekom.at (EHLO [62.47.35.255]) [62.47.35.255] by mail.gmx.net (mp049) with SMTP; 16 Jul 2008 19:20:06 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+FxwlN3eyF6zNK4ffXafOKWQsgkAmdt28a0WMkiZ 6EY7xysOHV5jGR 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.75 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:100825 Archived-At: >>If I understand my code correctly I first search for a tag (backward and >>forward) and as soon as I found one I search for the first file name >>preceding the tag. Now if I find another file name in between the >>position of the tag and `point' I could go to `point-min' in that file >>instead. Is it that what you mean? > > I mean rather the following case: > > * 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. So I suppose we mean the same thing. I shall look into this in a couple of days.