From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: `split-window-preferred-horizontally' Date: Tue, 10 Jun 2008 10:27:15 -0400 Message-ID: References: <87k5h28i23.fsf@localhorst.mine.nu> <4849B3D7.6090809@gmx.at> <87fxrq198q.fsf@localhorst.mine.nu> <484A451C.2010408@gmx.at> <8763sl0zma.fsf@localhorst.mine.nu> <484BD97D.1090205@gmx.at> <87ve0jzuj3.fsf@localhorst.mine.nu> <87zlpucors.fsf@localhorst.mine.nu> <484E3351.1090202@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1213108085 9791 80.91.229.12 (10 Jun 2008 14:28:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Jun 2008 14:28:05 +0000 (UTC) Cc: David Hansen , emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 10 16:28:45 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 1K64q2-0002TX-EI for ged-emacs-devel@m.gmane.org; Tue, 10 Jun 2008 16:28:42 +0200 Original-Received: from localhost ([127.0.0.1]:39826 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K64pE-00030b-VV for ged-emacs-devel@m.gmane.org; Tue, 10 Jun 2008 10:27:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K64ol-0002Rb-HF for emacs-devel@gnu.org; Tue, 10 Jun 2008 10:27:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K64oj-0002Ml-7n for emacs-devel@gnu.org; Tue, 10 Jun 2008 10:27:22 -0400 Original-Received: from [199.232.76.173] (port=36153 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K64oj-0002ML-1i for emacs-devel@gnu.org; Tue, 10 Jun 2008 10:27:21 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:15142 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K64oi-0001JO-SS for emacs-devel@gnu.org; Tue, 10 Jun 2008 10:27:20 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AicCAHgsTkjO+ISodGdsb2JhbACBW5A1ASedPw X-IronPort-AV: E=Sophos;i="4.27,617,1204520400"; d="scan'208";a="22360982" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 10 Jun 2008 10:27:15 -0400 Original-Received: from pastel.home ([206.248.132.168]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id QUL97615; Tue, 10 Jun 2008 10:27:15 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 8025A82F1; Tue, 10 Jun 2008 10:27:15 -0400 (EDT) In-Reply-To: <484E3351.1090202@gmx.at> (martin rudalics's message of "Tue, 10 Jun 2008 09:54:57 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:98868 Archived-At: > I think `select-window' should avoid changing window_select_count when > norecord is non-nil That sounds right. > but maybe this could have unwanted side-effects. I doubt it, Stefan