all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "T. V. Raman" <raman@users.sf.net>
Cc: raman@users.sf.net, emacs-devel@gnu.org
Subject: Re: Did something change with respect to Emacs idle loop:
Date: Wed, 27 Sep 2006 06:09:33 -0700	[thread overview]
Message-ID: <17690.30733.861253.884984@gargle.gargle.HOWL> (raw)
In-Reply-To: <87venafrgw.fsf@gate450.dyndns.org>


This does sound like it could be the culprit ---
I'd be happy to test if it were possible to  do a cvs update, and
then undo just this patch and build.

>>>>> "Andreas" == Andreas Seltenreich <seltenreich@gmx.de> writes:
    Andreas> "T. V. Raman" <raman@users.sf.net> writes:
    >> Another situation where I've noticed changed behavior is
    >> with emms (2.1) --- if you launch a playlist then playback
    >> stops after each track, and you again need to touch the
    >> keyboard for it to move to the next track.
    Andreas> 
    Andreas> Could this be related to the recently-fixed
    Andreas> fontification loop problem?  When investigating with
    Andreas> gdb, I noticed that Emacs didn't leave the following
    Andreas> loop in wait_reading_process_output() since
    Andreas> timers_run was repeatedly increased during
    Andreas> redisplay, and execution didn't ever reach the
    Andreas> select().
    Andreas> 
    Andreas> --8<---------------cut
    Andreas> here---------------start------------->8--- do { int
    Andreas> old_timers_run = timers_run; struct buffer
    Andreas> *old_buffer = current_buffer;
    Andreas> 
    Andreas> 	      timer_delay = timer_check (1);
    Andreas> 
    Andreas> 	      /* If a timer has run, this might have
    Andreas> changed buffers an alike.  Make read_key_sequence
    Andreas> aware of that.  */ if (timers_run != old_timers_run
    Andreas> && old_buffer != current_buffer &&
    Andreas> waiting_for_user_input_p == -1)
    Andreas> record_asynch_buffer_change ();
    Andreas> 
    Andreas> 	      if (timers_run != old_timers_run &&
    Andreas> do_display) /* We must retry, since a timer may have
    Andreas> requeued itself and that could alter the time_delay.
    Andreas> */ redisplay_preserve_echo_area (9); else break; }
    Andreas> --8<---------------cut
    Andreas> here---------------end--------------->8---
    Andreas> 
    Andreas> HTH Andreas

-- 
Best Regards,
--raman

      
Email:  raman@users.sf.net
WWW:    http://emacspeak.sf.net/raman/
AIM:    emacspeak       GTalk: tv.raman.tv@gmail.com
PGP:    http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:    irc://irc.freenode.net/#emacs

  reply	other threads:[~2006-09-27 13:09 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-21  3:20 Did something change with respect to Emacs idle loop: T. V. Raman
2006-09-21  3:47 ` T. V. Raman
2006-09-21 13:58   ` Romain Francoise
2006-09-22  1:11     ` T. V. Raman
2006-09-22 18:08       ` Romain Francoise
2006-09-22  4:11 ` Richard Stallman
2006-09-22 19:21   ` Chong Yidong
2006-09-23 17:55     ` T. V. Raman
2006-09-24  2:10       ` Richard Stallman
2006-09-24 15:49         ` joakim
2006-09-24 18:00           ` T. V. Raman
2006-09-25  3:17           ` Richard Stallman
2006-09-24 17:58         ` T. V. Raman
2006-09-25 20:48           ` Richard Stallman
2006-09-27 13:08             ` T. V. Raman
2006-09-28  2:14               ` Richard Stallman
2006-09-23 18:01     ` Richard Stallman
2006-09-26 17:49 ` Andreas Seltenreich
2006-09-27 13:09   ` T. V. Raman [this message]
2006-09-27 17:53     ` Andreas Seltenreich
2006-09-28  3:46       ` T. V. Raman

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=17690.30733.861253.884984@gargle.gargle.HOWL \
    --to=raman@users.sf.net \
    --cc=emacs-devel@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.