From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Adding parameters to windows Date: Wed, 4 Jun 2008 23:27:05 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1212614841 24788 80.91.229.12 (4 Jun 2008 21:27:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Jun 2008 21:27:21 +0000 (UTC) Cc: joakim@verona.se, emacs-devel@gnu.org To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 04 23:28:03 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 1K40WZ-0006du-0G for ged-emacs-devel@m.gmane.org; Wed, 04 Jun 2008 23:28:03 +0200 Original-Received: from localhost ([127.0.0.1]:55443 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K40Vm-0004Qu-Ai for ged-emacs-devel@m.gmane.org; Wed, 04 Jun 2008 17:27:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K40Vh-0004Nv-1U for emacs-devel@gnu.org; Wed, 04 Jun 2008 17:27:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K40Vf-0004Kw-EI for emacs-devel@gnu.org; Wed, 04 Jun 2008 17:27:08 -0400 Original-Received: from [199.232.76.173] (port=54957 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K40Ve-0004KY-TV for emacs-devel@gnu.org; Wed, 04 Jun 2008 17:27:07 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.182]:33741) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K40Ve-0002Nu-H1 for emacs-devel@gnu.org; Wed, 04 Jun 2008 17:27:06 -0400 Original-Received: by wa-out-1112.google.com with SMTP id m34so182394wag.10 for ; Wed, 04 Jun 2008 14:27:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=+KgKTGXEO5uYX7M852FxPNVJE7h0hy+LQeff1tWNIPs=; b=xpvAKTEqLhyV8lQJ6/UHuwuI6r7nzxBF3rVYr18KgAszNt1LHwqYu1qVVdyqMK3XRm zb7ogL6YH47wTEZaLne1rdcoeagilH03UQ46rft32wM1Kx8N+cNVaVkxxUXt27JUdrYs irZiA2Cv3fxnFPs/YF7fI9XMj1NcUYIUIiaTc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=bRkArJRM2ACfTITGFZ2kXqfREODSBDJwTIr9t/0yazZJ6LzafW8L9wKPsZTiU4+ffX WjWv0dcDmvS3zY15+pgh8oqr6r31w6L6pBiHBZPPMTgH2IgsUXD5OCYmBTbq7EnKCFvv Aivck8DH8FKzn1IQg/+6186BtGdzT+6ifASaw= Original-Received: by 10.115.14.1 with SMTP id r1mr660237wai.206.1212614825523; Wed, 04 Jun 2008 14:27:05 -0700 (PDT) Original-Received: by 10.114.167.17 with HTTP; Wed, 4 Jun 2008 14:27:05 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:98425 Archived-At: > I've done a few trivial changes: I've also removed the checks to default to the selected window. All three functions call decode_window, which already takes care of it. Juanma