all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: rswgnu@gmail.com, emacs-devel <emacs-devel@gnu.org>
Subject: Re: display-until.el - Display a window or frame topmost in the frame stack until a condition or timeout occurs
Date: Sun, 17 Dec 2017 19:13:07 +0100	[thread overview]
Message-ID: <5A36B3B3.9040607@gmx.at> (raw)
In-Reply-To: <CA+OMD9jJG9OvCj-+vGu3JpJU3svkUHuRch0PPfgm+M8NUnkO9A@mail.gmail.com>

 > I suggested a higher level programming model for this, so I
 > wrote a library to make this easy: display-until.el.  Please try it
 > out and send any improvement suggestions.

I replaced the line

		(when (string-equal name (get-frame-name frame))

with

		(when (equal name (frame-parameter frame 'name))

and started the test but it got me some chaotically appearing frames.

 > I would like to see this code added to core Emacs if it is acceptable
 > and someone will help me add the external documentation and commits
 > needed for it.

We could add it to ELPA but it would have to compile cleanly first.

display-until.el:140:62:Warning: assignment to free variable ‘timeout’
display-until.el:140:52:Warning: reference to free variable ‘timeout’

In end of data:
display-until.el:241:1:Warning: the function ‘get-frame-name’ is not known to
     be defined.

Thanks, martin




  reply	other threads:[~2017-12-17 18:13 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-17 17:28 display-until.el - Display a window or frame topmost in the frame stack until a condition or timeout occurs Robert Weiner
2017-12-17 18:13 ` martin rudalics [this message]
2017-12-17 18:46   ` Robert Weiner
2017-12-18  7:26     ` martin rudalics
2017-12-18 16:10       ` Eli Zaretskii
2017-12-18 18:17         ` Robert Weiner
2017-12-18 19:05           ` Eli Zaretskii
2017-12-18 19:19             ` Robert Weiner
2017-12-19 17:05               ` Eli Zaretskii
2018-01-02 17:36                 ` Robert Weiner
2017-12-20  8:54       ` martin rudalics
2017-12-20 13:44         ` Robert Weiner
2018-01-02 17:38         ` Robert Weiner
2018-01-07 16:08           ` martin rudalics
2018-01-16 17:06             ` Robert Weiner
2018-01-19 18:55         ` martin rudalics
2018-01-20  5:12           ` Noam Postavsky
2018-01-20 10:34             ` martin rudalics

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5A36B3B3.9040607@gmx.at \
    --to=rudalics@gmx.at \
    --cc=emacs-devel@gnu.org \
    --cc=rswgnu@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.