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: vc-revision-other-window problem Date: Mon, 17 Dec 2007 11:23:16 +0100 Message-ID: <47664E14.6040100@gmx.at> References: <20071217010646.GA56945@orion.lan> <47662BEF.80203@gmx.at> <20071217101242.GA59857@orion.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------010607020707010505000709" X-Trace: ger.gmane.org 1197887010 15011 80.91.229.12 (17 Dec 2007 10:23:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Dec 2007 10:23:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: Emanuele Giaquinta Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 17 11:23:40 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 1J4D8L-0001yo-Sg for ged-emacs-devel@m.gmane.org; Mon, 17 Dec 2007 11:23:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J4D82-0003N7-2I for ged-emacs-devel@m.gmane.org; Mon, 17 Dec 2007 05:23:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J4D7u-0003J6-IU for emacs-devel@gnu.org; Mon, 17 Dec 2007 05:23:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J4D7r-0003EP-Nq for emacs-devel@gnu.org; Mon, 17 Dec 2007 05:23:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J4D7q-0003Dp-On for emacs-devel@gnu.org; Mon, 17 Dec 2007 05:23:06 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1J4D7p-0003nX-Vg for emacs-devel@gnu.org; Mon, 17 Dec 2007 05:23:06 -0500 Original-Received: (qmail invoked by alias); 17 Dec 2007 10:22:59 -0000 Original-Received: from N922P021.adsl.highway.telekom.at (EHLO [62.47.59.53]) [62.47.59.53] by mail.gmx.net (mp011) with SMTP; 17 Dec 2007 11:22:59 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18al246/oMa20UTyZ+lBnZKQf/W9la9tRbrvTYTKd KnXCnFuPTDlvHE User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <20071217101242.GA59857@orion.lan> X-Y-GMX-Trusted: 0 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:85212 Archived-At: This is a multi-part message in MIME format. --------------010607020707010505000709 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit >>Does it work with the attached patch? > > > Which patch? :) Sorry. --------------010607020707010505000709 Content-Type: text/plain; name="vc.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="vc.patch" *** vc.el.~1.491.~ Sat Dec 8 10:07:04 2007 --- vc.el Mon Dec 17 08:53:54 2007 *************** *** 1297,1303 **** "Make sure that the current buffer visits a version-controlled file." (if vc-dired-mode (set-buffer (find-file-noselect (dired-get-filename))) ! (while vc-parent-buffer (set-buffer vc-parent-buffer)) (if (not buffer-file-name) (error "Buffer %s is not associated with a file" (buffer-name)) --- 1297,1304 ---- "Make sure that the current buffer visits a version-controlled file." (if vc-dired-mode (set-buffer (find-file-noselect (dired-get-filename))) ! (while (and vc-parent-buffer ! (not (eq vc-parent-buffer (current-buffer)))) (set-buffer vc-parent-buffer)) (if (not buffer-file-name) (error "Buffer %s is not associated with a file" (buffer-name)) --------------010607020707010505000709 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel --------------010607020707010505000709--