emacs-devel
[Top][All Lists]
Advanced

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

Re: Dedicated *Completions* frame iconified but not de-iconified


From: Richard M. Stallman
Subject: Re: Dedicated *Completions* frame iconified but not de-iconified
Date: Sat, 15 Oct 2005 12:13:08 -0400

The code in temp_output_buffer_show includes this:

  if (!EQ (Vtemp_buffer_show_function, Qnil))
    call1 (Vtemp_buffer_show_function, buf);
  else
    {
      window = Fdisplay_buffer (buf, Qnil, Qnil);

      if (!EQ (XWINDOW (window)->frame, selected_frame))
        Fmake_frame_visible (WINDOW_FRAME (XWINDOW (window)));

Apparently that call to Fmake_frame_visible is not doing the job for
you.  Can you determine why not?




reply via email to

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