emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Finding the source of Change Log entries


From: martin rudalics
Subject: Re: Finding the source of Change Log entries
Date: Wed, 16 Jul 2008 19:20:19 +0200
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

>>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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]