From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: Popup when buffer file is changed on disk Date: Sun, 6 Feb 2005 20:59:10 +0100 Message-ID: <000001c50c88$dd443ed0$0200a8c0@sedrcw11488> References: <200502040036.j140atb03430@raven.dms.auburn.edu> <009d01c50bbb$9aa2fd50$0200a8c0@sedrcw11488> <000c01c50bc5$248dc1e0$6501a8c0@y8h26> <01c50bd6$Blat.v2.4$48866000@zahav.net.il> <001701c50be6$0eb9fa20$0200a8c0@sedrcw11488> <01c50c1c$Blat.v2.4$88670e40@zahav.net.il> <002801c50c2a$cbce93c0$0200a8c0@sedrcw11488> <004801c50c76$42764a90$0200a8c0@sedrcw11488> <02661d4e228e08886b261fb4c5cf3ed3@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1107722712 1286 80.91.229.2 (6 Feb 2005 20:45:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 6 Feb 2005 20:45:12 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 06 21:45:12 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1CxtGg-0008Rz-Q8 for ged-emacs-devel@m.gmane.org; Sun, 06 Feb 2005 21:44:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CxtUg-0000Qn-9A for ged-emacs-devel@m.gmane.org; Sun, 06 Feb 2005 15:58:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CxtSg-0007oa-H9 for emacs-devel@gnu.org; Sun, 06 Feb 2005 15:56:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CxtSb-0007jr-OF for emacs-devel@gnu.org; Sun, 06 Feb 2005 15:56:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CxtSa-0007es-1J for emacs-devel@gnu.org; Sun, 06 Feb 2005 15:56:48 -0500 Original-Received: from [81.228.9.108] (helo=av2-2-sn3.vrr.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cxsqm-0008Il-QP for emacs-devel@gnu.org; Sun, 06 Feb 2005 15:17:45 -0500 Original-Received: by av2-2-sn3.vrr.skanova.net (Postfix, from userid 502) id 378D337EA0; Sun, 6 Feb 2005 21:17:43 +0100 (CET) Original-Received: from smtp1-2-sn3.vrr.skanova.net (smtp1-2-sn3.vrr.skanova.net [81.228.9.178]) by av2-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 2937137E6C; Sun, 6 Feb 2005 21:17:43 +0100 (CET) Original-Received: from sedrcw11488 (t2o58p156.telia.com [62.20.165.156]) by smtp1-2-sn3.vrr.skanova.net (Postfix) with SMTP id 0826C3801C; Sun, 6 Feb 2005 21:17:41 +0100 (CET) Original-To: "Jan D." X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:32965 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32965 ----- Original Message ----- From: "Jan D." > I haven't seen other OS:es (i.e. Unix) use the terms > activate/deactivate for applications. What does it mean? That some > GUI window for the application gets focus? In that case a better > implementation is to generate a lisp event for FOCUS_IN. That should > work on all platforms directly. Thanks. I will see what I will do. It gets more complicated in that case (because of the structure of the code) and I do not want to break anything now.