From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: bug in 23.2.92 with anything Date: Sun, 16 Jan 2011 04:30:07 -0500 Message-ID: References: <87aaj2asy4.fsf@gmail.com> <4D31FDEC.9050508@gmx.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1295170229 31622 80.91.229.12 (16 Jan 2011 09:30:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 16 Jan 2011 09:30:29 +0000 (UTC) Cc: rudalics@gmx.at, thierry.volpiatto@gmail.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 16 10:30:22 2011 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.69) (envelope-from ) id 1PeOwH-0003YD-Gs for ged-emacs-devel@m.gmane.org; Sun, 16 Jan 2011 10:30:21 +0100 Original-Received: from localhost ([127.0.0.1]:51654 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PeOwG-0005FD-TD for ged-emacs-devel@m.gmane.org; Sun, 16 Jan 2011 04:30:20 -0500 Original-Received: from [140.186.70.92] (port=45176 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PeOw8-0005F4-PS for emacs-devel@gnu.org; Sun, 16 Jan 2011 04:30:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PeOw7-0002Tt-CR for emacs-devel@gnu.org; Sun, 16 Jan 2011 04:30:12 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:36484) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PeOw7-0002Tn-6x for emacs-devel@gnu.org; Sun, 16 Jan 2011 04:30:11 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1PeOw3-000406-4l; Sun, 16 Jan 2011 04:30:07 -0500 In-reply-to: (message from Stefan Monnier on Sat, 15 Jan 2011 23:26:32 -0500) X-detected-operating-system: by eggs.gnu.org: GNU/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:134597 Archived-At: > From: Stefan Monnier > Date: Sat, 15 Jan 2011 23:26:32 -0500 > Cc: emacs-devel@gnu.org, Thierry Volpiatto > > Actually, using a global variable like this is butt-ugly. Agreed. > Could some one rename Fselect_window to something else, add a third > parameter to it and create a new Fselect_window that calls it (and let > Fset_window_configuration call the new function with the new param), so > as to get rid of this global var? This is what I intended to do (I thought it was pretty clear from the discussions that this is THE right solution), but I'm traveling now and will be back only a week from now. If no one beats me to it, I will make this change.