From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.help Subject: Re: emacsclientw restore window Date: Mon, 11 Jun 2007 15:20:41 +0200 Message-ID: References: <1181518317.159372.276180@q69g2000hsb.googlegroups.com> <1181563401.261853.77800@m36g2000hse.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181568071 17738 80.91.229.12 (11 Jun 2007 13:21:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Jun 2007 13:21:11 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: troelskn Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 11 15:21:00 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HxjpL-0002Sa-F9 for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Jun 2007 15:20:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxjpK-0007qz-QL for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Jun 2007 09:20:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hxjp6-0007mZ-Qy for help-gnu-emacs@gnu.org; Mon, 11 Jun 2007 09:20:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hxjp5-0007ir-Dp for help-gnu-emacs@gnu.org; Mon, 11 Jun 2007 09:20:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hxjp5-0007iT-7F for help-gnu-emacs@gnu.org; Mon, 11 Jun 2007 09:20:43 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.231]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hxjp4-0001Ac-RD for help-gnu-emacs@gnu.org; Mon, 11 Jun 2007 09:20:42 -0400 Original-Received: by wx-out-0506.google.com with SMTP id h26so1437146wxd for ; Mon, 11 Jun 2007 06:20:42 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; 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; b=Zof0WAVzTvsl/iUnnU2EnFXl32JkiqEl9nyQs/2P5x0c1Aly3udhpi7nEfihhWLcXL2Qd6aqVCT/3LG9c/jBbd+f9p/NS319+UJhpnOB1QpOZ3VTC8VRxlUyiK95GjZoncaQ2K90fKGgig06/QPuuTpCAUP9+XcrIVg2pNPnXJg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cCgtGupSt+3Qtn/WGx+qeu12xDRjFma52ApI5c2wWzfa3U7yUyHMeta/VZClwatxRLtEGbhFFPJrTG9vSg7KQWW4zi+jojUFcv9T3qZFwoFhwVWJBtb5VvXoplQpEDY9OTbe+T87wVSigc+FzW41FtyDbpknY2rk50xQM3CZKyk= Original-Received: by 10.90.27.13 with SMTP id a13mr5049658aga.1181568041842; Mon, 11 Jun 2007 06:20:41 -0700 (PDT) Original-Received: by 10.90.103.8 with HTTP; Mon, 11 Jun 2007 06:20:41 -0700 (PDT) In-Reply-To: <1181563401.261853.77800@m36g2000hse.googlegroups.com> Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:44887 Archived-At: On 6/11/07, troelskn wrote: > The reason is, that for some reason, there is a rendering > bug at the bottom of the window, if the window is maximised from > restored state. What bug? Have you reported it? Using (setq server-window #'(lambda (buffer) (select-frame-set-input-focus (selected-frame)) (w32-send-sys-command #xf030) (let ((pop-up-windows nil)) (pop-to-buffer buffer)))) (which is a simpler version of my previous attempt) I see no bug. Juanma