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

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

Re: Using key q to quit temporary buffer window


From: uzibalqa
Subject: Re: Using key q to quit temporary buffer window
Date: Wed, 24 Aug 2022 06:14:07 +0000

------- Original Message -------
On Wednesday, August 24th, 2022 at 6:00 AM, Emanuel Berg <incal@dataswamp.org> 
wrote:


> uzibalqa wrote:
> 
> > This fails [...]
> 
> 
> See the URL in the previous mail ...

Have looked at the url and the particular function you pointed out.
I actually get two buffers, and as soon as I use the mouse, the buffer
gets blanked out.

Have done

(defun help-show (bfname msg)
  "Display the output of MSG"

  (let ( (bfr  (get-buffer-create bfname)) )

    (when (stringp msg)
      (with-current-buffer bfr
        (print msg)
        (pop-to-buffer bfr))) ))





reply via email to

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