emacs-devel
[Top][All Lists]
Advanced

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

Re: Stop frames stealing eachothers' minibuffers!


From: Eli Zaretskii
Subject: Re: Stop frames stealing eachothers' minibuffers!
Date: Mon, 02 Nov 2020 21:19:40 +0200

> Date: Mon, 2 Nov 2020 18:51:47 +0000
> Cc: emacs-devel@gnu.org
> From: Alan Mackenzie <acm@muc.de>
> 
> > Please just use the guts of Fminibufferp; the tests it does on its
> > argument are not needed here.
> 
> Sorry, I can't follow you, here.  What do you mean by "the guts" of
> Fminibufferp?  What things do you mean that the word "just" should
> exclude?

I meant to exclude these tests that Fminibufferp does:

  if (NILP (buffer))
    buffer = Fcurrent_buffer ();
  else if (STRINGP (buffer))
    buffer = Fget_buffer (buffer);
  else
    CHECK_BUFFER (buffer);



reply via email to

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