From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.bugs Subject: bug#10729: 24.0.93; On MS-Windows: emacsclientw.exe -n -c does create a new frame, but does not always display the requested file or the requested directory (24.0.92 does) Date: Tue, 07 Feb 2012 16:22:07 +0100 Message-ID: <4F31419F.5080705@gmx.at> References: <4F301471.9000402@gmx.at> <4F30D87C.9040408@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1328628201 13650 80.91.229.3 (7 Feb 2012 15:23:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 7 Feb 2012 15:23:21 +0000 (UTC) Cc: Albert , 10729@debbugs.gnu.org To: Juanma Barranquero Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Feb 07 16:23:20 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rumt5-0003HD-Fc for geb-bug-gnu-emacs@m.gmane.org; Tue, 07 Feb 2012 16:23:19 +0100 Original-Received: from localhost ([::1]:35703 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rumt4-0003kh-LL for geb-bug-gnu-emacs@m.gmane.org; Tue, 07 Feb 2012 10:23:18 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:53183) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rumsy-0003kI-7L for bug-gnu-emacs@gnu.org; Tue, 07 Feb 2012 10:23:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rumss-0000Ok-Aw for bug-gnu-emacs@gnu.org; Tue, 07 Feb 2012 10:23:12 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:55489) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rumss-0000Of-9O for bug-gnu-emacs@gnu.org; Tue, 07 Feb 2012 10:23:06 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1Rumtm-0005wO-8N for bug-gnu-emacs@gnu.org; Tue, 07 Feb 2012 10:24:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: martin rudalics Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 07 Feb 2012 15:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10729 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 10729-submit@debbugs.gnu.org id=B10729.132862819422767 (code B ref 10729); Tue, 07 Feb 2012 15:24:02 +0000 Original-Received: (at 10729) by debbugs.gnu.org; 7 Feb 2012 15:23:14 +0000 Original-Received: from localhost ([127.0.0.1]:59111 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rumsz-0005vA-NH for submit@debbugs.gnu.org; Tue, 07 Feb 2012 10:23:14 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:54613) by debbugs.gnu.org with smtp (Exim 4.72) (envelope-from ) id 1Rumsy-0005us-4V for 10729@debbugs.gnu.org; Tue, 07 Feb 2012 10:23:12 -0500 Original-Received: (qmail invoked by alias); 07 Feb 2012 15:22:10 -0000 Original-Received: from 62-47-42-17.adsl.highway.telekom.at (EHLO [62.47.42.17]) [62.47.42.17] by mail.gmx.net (mp039) with SMTP; 07 Feb 2012 16:22:10 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18kPUR0aYck3cHxa/b+NbEhDox/DMrp06kyGSBbqq rmTFOY+6yPyd+e In-Reply-To: X-Y-GMX-Trusted: 0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:56641 Archived-At: > Thanks, now I understand. Looking at the code, select_window does not > call Fset_buffer if the window is already selected. I think that > should be noted in the docstring of Fselect_window, which on that > issue says only this: > > Select window. Most editing will apply to window's buffer. > Also make window's buffer current and make window the frame's selected > window. Return window. It's an undocumented and possibly wrong behavior of some functions and macros (`window-point' recently stroke me again). I plan to look into this for Emacs 24.2. martin