From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marcin Borkowski Newsgroups: gmane.emacs.help Subject: Re: How to determine (from Elisp) whether the Emacs frame has focus? Date: Mon, 16 Nov 2015 17:58:54 +0100 Message-ID: <87k2phc241.fsf@mbork.pl> References: <87fv09o9p5.fsf@mbork.pl> <83twopdmz4.fsf@gnu.org> <83d1vcexdp.fsf@gnu.org> <871tbsbw01.fsf@mbork.pl> <831tbsem1g.fsf@gnu.org> <876113wvv3.fsf@mbork.pl> <87vb92xci9.fsf@members.fsf.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1447717413 27198 80.91.229.3 (16 Nov 2015 23:43:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Nov 2015 23:43:33 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Nicolas Richard Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 17 00:43:30 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1ZyTQn-00025s-Gh for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Nov 2015 00:43:29 +0100 Original-Received: from localhost ([::1]:52209 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyTQm-00058r-R3 for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Nov 2015 18:43:28 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyN7a-0007LD-Rz for help-gnu-emacs@gnu.org; Mon, 16 Nov 2015 11:59:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZyN7Z-0001g0-QR for help-gnu-emacs@gnu.org; Mon, 16 Nov 2015 11:59:14 -0500 Original-Received: from mail.mojserwer.eu ([2a01:5e00:2:52::8]:35736) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyN7T-0001UQ-QJ; Mon, 16 Nov 2015 11:59:07 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by mail.mojserwer.eu (Postfix) with ESMTP id 8477A8F201A; Mon, 16 Nov 2015 17:59:04 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.mojserwer.eu Original-Received: from mail.mojserwer.eu ([127.0.0.1]) by localhost (mail.mojserwer.eu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dugFIrj-NffA; Mon, 16 Nov 2015 17:59:02 +0100 (CET) Original-Received: from localhost (unknown [109.232.24.28]) by mail.mojserwer.eu (Postfix) with ESMTPSA id 6E82C8F2001; Mon, 16 Nov 2015 17:59:02 +0100 (CET) User-agent: mu4e 0.9.15; emacs 25.0.50.1 In-reply-to: <87vb92xci9.fsf@members.fsf.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a01:5e00:2:52::8 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:108099 Archived-At: On 2015-11-16, at 15:08, Nicolas Richard wrote: > Marcin Borkowski writes: >> Of course. However, what I really mean is not exactly >> (current-buffer), but "the buffer I'm working in now". This means that >> if e.g. current-buffer is the minibuffer (as might be the case during >> search or M-x or whatever), I would prefer /the buffer I'll get back >> to when I finish doing whatever I'm doing in the minibuffer/, > > I think you want (window-buffer (minibuffer-selected-window)) Great, thanks! And it even seems that I can use it whether I'm in a minibuffer or not - since if I'm not, (minibuffer-selected-window) will return nil, and (window-buffer nil) will return the buffer of the selected window, which (assuming I'm editing and not manipulating anything programmatically, which will be the case, since I want to install this in a timer) should just return the current buffer. Thans again, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Faculty of Mathematics and Computer Science Adam Mickiewicz University