all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: rms@gnu.org
Cc: John J Foerch <jjfoerch@earthlink.net>, emacs-devel@gnu.org
Subject: Re: request: make-frame-visible hook
Date: Wed, 18 Feb 2009 18:44:48 -0500	[thread overview]
Message-ID: <jwveixvuxli.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <E1LZvUG-0005w8-Cg@fencepost.gnu.org> (Richard M. Stallman's message of "Wed, 18 Feb 2009 18:05:52 -0500")

>       I have used the emacs irc clients Circe and Erc, which both provide
>     modes to track activity in hidden irc buffers.  "Hidden" may mean a
>     buffer that is not visible in any frame, or a buffer shown in a
>     non-visible frame.  The irc channels with new activity are indicated in
>     the mode-line.  Switching to a tracked buffer removes that buffer's
>     indicator from the mode-line.

> I don't think I would add an Emacs feature for the sake of this.
> However, you might be able to get more or less the same result
> by triggering off the arrival of output from a process or connection
> and seeing which IRC buffers are currently displayed.

Or using fontification-functions: when process output comes along, check
the visibility of the buffer: if it's not currently visible, remove the
`fontified' property on the inserted text, such that when the buffer
gets displayed in the future, fontification-functions will get called,
so you know that the text has now been displayed.  You can even then
highlight the text especially to grab the user's attention.


        Stefan




  reply	other threads:[~2009-02-18 23:44 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-09 20:14 request: make-frame-visible hook John J Foerch
2009-02-17 17:09 ` John J Foerch
2009-02-18 12:09   ` Richard M Stallman
2009-02-18 14:59     ` Lynbech Christian
2009-02-18 16:54       ` Stefan Monnier
2009-02-19 13:07         ` Lynbech Christian
2009-02-19 17:13           ` Stefan Monnier
2009-02-18 17:14     ` John J Foerch
2009-02-18 23:05       ` Richard M Stallman
2009-02-18 23:44         ` Stefan Monnier [this message]
2009-02-19  1:27         ` John J Foerch
2009-02-19 13:24           ` Lynbech Christian
2009-02-20  0:01             ` John J Foerch
2009-02-20  1:28             ` Miles Bader
2009-02-20 13:31               ` Richard M Stallman
2009-02-21  2:11               ` Kim F. Storm
2009-02-21  2:23                 ` Stefan Monnier
2009-02-21  9:11                 ` Eli Zaretskii
2009-02-21 14:10                   ` martin rudalics
2009-02-21 17:41                 ` Richard M Stallman
2009-02-21 20:59                   ` Kim F. Storm
2009-02-22  3:31                   ` Bo Lin
2009-02-22 14:35                     ` Richard M Stallman
2009-02-21 20:43                 ` Stefan Monnier

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=jwveixvuxli.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    --cc=jjfoerch@earthlink.net \
    --cc=rms@gnu.org \
    /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.