all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: emacs-pretest-bug@gnu.org
Subject: Re: 23.0.0; Nonsense in lisp/frame.el after cvs-update
Date: Sat, 13 Oct 2007 22:02:52 -0400	[thread overview]
Message-ID: <jwv1wby4fqe.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <611E80D2-5CF7-4834-8843-DD3673E9514F@Web.DE> (Peter Dyballa's message of "Sat\, 13 Oct 2007 13\:12\:40 +0200")

>     (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

  parent reply	other threads:[~2007-10-14  2:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-13 11:12 23.0.0; Nonsense in lisp/frame.el after cvs-update Peter Dyballa
2007-10-13 12:15 ` martin rudalics
2007-10-14  2:02 ` Stefan Monnier [this message]
2007-10-14 13:45   ` Jason Rumney
2007-10-14  2:03 ` Stefan Monnier
  -- strict thread matches above, loose matches on Subject: below --
2007-10-13 21:24 Peter Dyballa
2007-10-13 22:01 Peter Dyballa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwv1wby4fqe.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=Peter_Dyballa@Web.DE \
    --cc=emacs-pretest-bug@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.