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: Tue, 19 Nov 2013 22:10:12 -0500 Message-ID: References: <183af97b-53d1-45b8-8a24-5ab6bd84f362@default> <87mwl0g5kw.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7bdc9a487ceee004eb931fd0 X-Trace: ger.gmane.org 1384917034 31934 80.91.229.3 (20 Nov 2013 03:10:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 Nov 2013 03:10:34 +0000 (UTC) Cc: "Stephen J. Turnbull" , Drew Adams , emacs-devel To: Bozhidar Batsov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 20 04:10:40 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 1ViyBb-0008MO-4s for ged-emacs-devel@m.gmane.org; Wed, 20 Nov 2013 04:10:39 +0100 Original-Received: from localhost ([::1]:52608 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViyBa-0006Uz-HN for ged-emacs-devel@m.gmane.org; Tue, 19 Nov 2013 22:10:38 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViyBT-0006Uu-RC for emacs-devel@gnu.org; Tue, 19 Nov 2013 22:10:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ViyBS-0004V3-FF for emacs-devel@gnu.org; Tue, 19 Nov 2013 22:10:31 -0500 Original-Received: from mail-pd0-x22b.google.com ([2607:f8b0:400e:c02::22b]:32789) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViyBS-0004Uy-5p for emacs-devel@gnu.org; Tue, 19 Nov 2013 22:10:30 -0500 Original-Received: by mail-pd0-f171.google.com with SMTP id z10so7421378pdj.30 for ; Tue, 19 Nov 2013 19:10:29 -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=MUf80WFLbB/SSGai3/V3tplrMZ8EaR9mUnyZ5HNbMDo=; b=kn7b/wRF/a9DOMEzrxabiPrZpvUWcod5aSDPSkRy3n0FRM+hF/N6mq9wEtWICxlsjy xJko2Y5gpxV/ExPWuzJKjcl8tBikKYo+yk10enhXlzZAj4/8Kyir98gQFE/OQHgbdY89 UofP9KxnlFzq3xYLcFOeDA79zrL7TKk2ZrmFcWuxenbbgDMFpMB30/WwHYNPQznzRRDU TBlSxiJlUzQINl+oJi52kMhYA7H1yAi5mScrlmB1n2qfXpyut40hFhMAKM3UF98ZAwgX FYGR6AMs4bTn9bWXNeHKZbstsI8gk1mXE6qgHZ10crko8dPrucWqTwUy5Ptk06OOq9U4 1EhQ== X-Received: by 10.66.170.168 with SMTP id an8mr29949485pac.58.1384917027842; Tue, 19 Nov 2013 19:10:27 -0800 (PST) Original-Received: by 10.68.199.68 with HTTP; Tue, 19 Nov 2013 19:10:12 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: 8AyzfcepTvBpyS3H68c8n8bxnuY X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::22b 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:165418 Archived-At: --047d7bdc9a487ceee004eb931fd0 Content-Type: text/plain; charset=ISO-8859-1 On Tue, Nov 19, 2013 at 9:10 AM, Bozhidar Batsov wrote: > Btw, it would be good if this change was mentioned in the NEWS, since I'm > pretty sure I'm not the only Emacs user that will find it useful :-) > > Thanks, will do. (I'm still learning this project's documentation conventions.) I'll also add these hooks to the appropriate info pages (with stern warnings not to mess with other peoples' focus settings). Best, Brian --047d7bdc9a487ceee004eb931fd0 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
On T= ue, Nov 19, 2013 at 9:10 AM, Bozhidar Batsov <bozhidar@batsov.com&g= t; wrote:
Btw, it would be good if th= is change was mentioned in the NEWS, since I'm pretty sure I'm not = the only Emacs user that will find it useful :-)


Thanks, will do. =A0(I'm= still learning this project's documentation conventions.)

I'll also add these hooks to the appropriate info pages (wit= h stern warnings
not to mess with other peoples' focus settin= gs).

Best,
Brian
--047d7bdc9a487ceee004eb931fd0--