From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: kenneth johansson Newsgroups: gmane.emacs.help Subject: Re: after-make-frame-functions Date: Sun, 20 Nov 2011 13:02:25 +0000 (UTC) Message-ID: References: <87mxbrjtxf.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1321794174 5581 80.91.229.12 (20 Nov 2011 13:02:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 20 Nov 2011 13:02:54 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 20 14:02:48 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RS72l-0007MZ-8R for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Nov 2011 14:02:47 +0100 Original-Received: from localhost ([::1]:50006 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RS72k-0001H4-Ph for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Nov 2011 08:02:46 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:55323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RS72g-0001EH-5D for help-gnu-emacs@gnu.org; Sun, 20 Nov 2011 08:02:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RS72f-0000uO-7Z for help-gnu-emacs@gnu.org; Sun, 20 Nov 2011 08:02:42 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:46167) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RS72f-0000uJ-1J for help-gnu-emacs@gnu.org; Sun, 20 Nov 2011 08:02:41 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RS72d-0007JU-2R for help-gnu-emacs@gnu.org; Sun, 20 Nov 2011 14:02:39 +0100 Original-Received: from c-f3f4e255.183-2-64736c14.cust.bredbandsbolaget.se ([85.226.244.243]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 20 Nov 2011 14:02:38 +0100 Original-Received: from ken by c-f3f4e255.183-2-64736c14.cust.bredbandsbolaget.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 20 Nov 2011 14:02:38 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 8 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-f3f4e255.183-2-64736c14.cust.bredbandsbolaget.se User-Agent: Pan/0.133 (House of Butterflies) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:82979 Archived-At: On Sun, 20 Nov 2011 12:31:56 +0800, XeCycle wrote: > (defun your-func (new-frame) > (select-frame new-frame) > (do-what-you-want)) Ok that worked. But it's far from obvious that this should be needed. It is something that is needed like 99% of the time.