emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.0; Nonsense in lisp/frame.el after cvs-update


From: Stefan Monnier
Subject: Re: 23.0.0; Nonsense in lisp/frame.el after cvs-update
Date: Sat, 13 Oct 2007 22:02:52 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux)

>     (cond ((memq window-system '(x mac))
>          (x-focus-frame frame))
>         ((eq window-system 'w32)
>          (w32-focus-frame frame))
>         ((eq window-system 'ns)
>          (ns-focus-frame frame)))

Can we fix this nonsense?  Let's define internal-focus-frame which depending
on the return value of `framep' will dispatch to the various
display backends.  We could even start with an elisp implementation of it.


        Stefan




reply via email to

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