From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Brian Jenkins Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] frame.c: focus hooks Date: Mon, 18 Nov 2013 09:23:46 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11364faca1759e04eb744cc5 X-Trace: ger.gmane.org 1384784644 1710 80.91.229.3 (18 Nov 2013 14:24:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Nov 2013 14:24:04 +0000 (UTC) Cc: Bozhidar Batsov , emacs-devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 18 15:24:10 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ViPkG-0007Ld-An for ged-emacs-devel@m.gmane.org; Mon, 18 Nov 2013 15:24:08 +0100 Original-Received: from localhost ([::1]:44073 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViPkF-0004EV-SH for ged-emacs-devel@m.gmane.org; Mon, 18 Nov 2013 09:24:07 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViPkB-0004AC-MA for emacs-devel@gnu.org; Mon, 18 Nov 2013 09:24:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ViPkA-0004EA-I1 for emacs-devel@gnu.org; Mon, 18 Nov 2013 09:24:03 -0500 Original-Received: from mail-pd0-x232.google.com ([2607:f8b0:400e:c02::232]:46514) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViPkA-0004Bx-A4 for emacs-devel@gnu.org; Mon, 18 Nov 2013 09:24:02 -0500 Original-Received: by mail-pd0-f178.google.com with SMTP id p10so6588349pdj.37 for ; Mon, 18 Nov 2013 06:24:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=01ISDJJqB8jStkCtbd4KKUuw+Q94saiA4d/rmXkjHQ0=; b=pWy+a4GO42X9+C+Pbu/mDsRKOu6WSYt0Bq6eQ4K/B44Bwq8krBzyixpnklj74C2Mw6 sdfafYe44zDv9yBsEQN80qL911sKJVSANQkbicf1ARzA4ljlVuvTP0ezbFqo4Tq+Yfys gKJ2Tt79OsQo7kcnTZBytE9GOMAMdhBZ4NG5L63LSQPxYqSIZishEEJ5W09CwL+IiMYJ 9Rp/sP1l3NuJvktWeXvQDZ1jZr7473GW//vPgAUX+02SRfqU9MEUmK3VWhTyTDSth2uU LqNHOd3BI+jjeN3iZAGW9RqXqoMNnGZygMkzGd+qX+PuGt0FBqqDidV5jGWtuNo25Ah7 Eqcw== X-Received: by 10.69.18.234 with SMTP id gp10mr13626994pbd.105.1384784641223; Mon, 18 Nov 2013 06:24:01 -0800 (PST) Original-Received: by 10.68.29.202 with HTTP; Mon, 18 Nov 2013 06:23:46 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: Zqt8Axn0JhtrKF7J6eDTSjNYX_E X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::232 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:165327 Archived-At: --001a11364faca1759e04eb744cc5 Content-Type: text/plain; charset=ISO-8859-1 > > I've never heard "gain focus". I think focus-in-hook and focus-out-hook > look fine to me. At least, "FocusIn" and "FocusOut" are the terms used > by the X library, and so far Emacs has followed this naming convention. > Yes, it seems that everyone has different names for these events! When in doubt, we should probably favor GNU/Linux conventions over those of nonfree platforms. Brian --001a11364faca1759e04eb744cc5 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I've never heard = "gain focus". =A0I think focus-in-hook and focus-out-hook<= br>
look fine to me. =A0At least, "FocusIn" and "FocusOut" = are the terms used
by the X library, and so far Emacs has followed this naming convention.
=


Yes, it seems tha= t everyone has different names for these events!

When in doubt, we should probably favor GNU/Linux conventions over those
of nonfree platforms.

Brian
--001a11364faca1759e04eb744cc5--