help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to know the buffer I will return to from the minibuffer?


From: tomas
Subject: Re: How to know the buffer I will return to from the minibuffer?
Date: Thu, 14 Feb 2019 09:39:24 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Feb 14, 2019 at 08:10:54AM +0100, Marcin Borkowski wrote:
> Hi all,
> 
> I am writing an interactive command to be used while in the minibuffer.
> I need to know the buffer I was in when I issued the command that put me
> in the minibuffer (like M-: or M-!).  I tried (other-buffer
> (current-buffer)) and (last-buffer (current-buffer)), but to no avail.
> Then I re-read the docs for `other-buffer' and used this: (other-buffer
> (current-buffer) t), and it seemed to work.  The question is, how
> reliable it is.  Am I doing this correctly?

There's also minibuffer-selected-window (Emacs 27.0.50 here):

  minibuffer-selected-window is a built-in function in ‘C source code’.

  (minibuffer-selected-window)

  Return window selected just before minibuffer window was selected.
  Return nil if the selected window is not a minibuffer window.
  This function does not change global state, including the match data.

HTH
-- tomás

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]