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: Sun, 14 Sep 2008 13:27:13 +0200 Message-ID: <48CCF511.6080102@gmx.at> References: <48787A1F.1080105@gmx.at> <873amfm9xj.fsf@stupidchicken.com> <86y7443784.fsf@lifelogs.com> <87y744jfnc.fsf@jurta.org> <6161f3180807142323w75acebb1m503d7754a5500cfa@mail.gmail.com> <87d4lf8n8h.fsf@jurta.org> <863ambxkl8.fsf@lifelogs.com> <87lk027umv.fsf@jurta.org> <86r693l2u5.fsf@lifelogs.com> <87wsi6gc37.fsf@jurta.org> <868wuii9t7.fsf@lifelogs.com> <87d4jbmuwq.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 1221391806 18357 80.91.229.12 (14 Sep 2008 11:30:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 14 Sep 2008 11:30:06 +0000 (UTC) Cc: Ted Zlatanov , emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 14 13:31:02 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 1Kepoj-0002cz-JT for ged-emacs-devel@m.gmane.org; Sun, 14 Sep 2008 13:31:01 +0200 Original-Received: from localhost ([127.0.0.1]:36898 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kepni-0000Jl-Q7 for ged-emacs-devel@m.gmane.org; Sun, 14 Sep 2008 07:29:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kepnc-0000JS-Qa for emacs-devel@gnu.org; Sun, 14 Sep 2008 07:29:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kepna-0000Iv-SY for emacs-devel@gnu.org; Sun, 14 Sep 2008 07:29:52 -0400 Original-Received: from [199.232.76.173] (port=50954 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kepna-0000Is-Ox for emacs-devel@gnu.org; Sun, 14 Sep 2008 07:29:50 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:50057) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Kepna-0002bV-5p for emacs-devel@gnu.org; Sun, 14 Sep 2008 07:29:50 -0400 Original-Received: (qmail invoked by alias); 14 Sep 2008 11:29:46 -0000 Original-Received: from 62-47-45-159.adsl.highway.telekom.at (EHLO [62.47.45.159]) [62.47.45.159] by mail.gmx.net (mp001) with SMTP; 14 Sep 2008 13:29:46 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19YJKVZEbFYmC2rfbPZSofG5b5JsSxmAYAZmXwuyD OoB1222pwK1knt User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) In-Reply-To: <87d4jbmuwq.fsf@jurta.org> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.8100000000000001 X-detected-operating-system: by monty-python.gnu.org: GNU/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:103877 Archived-At: > Still doesn't work. Replacing `pop-to-buffer' with `display-buffer' > at least doesn't hide the ChangeLog buffer, but point is in the wrong > buffer: unlike occur/grep modes, point stays in the ChangeLog buffer > instead of switching to the source buffer. I checked in a fix, please try. martin