help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacsclientw restore window


From: Juanma Barranquero
Subject: Re: emacsclientw restore window
Date: Mon, 11 Jun 2007 15:20:41 +0200

On 6/11/07, troelskn <troelskn@gmail.com> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]