all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Robert J. Chassell" <bob@rattlesnake.com>
Cc: rms@gnu.org, emacs-devel@gnu.org
Subject: Re: No atimers?
Date: Tue, 16 Jul 2002 18:50:17 +0000 (UTC)	[thread overview]
Message-ID: <m17UXOr-000IeNC@localhost> (raw)
In-Reply-To: vafr8i3liu6.fsf@INBOX.auto.emacs.devel.tok.lucy.cs.uni-dortmund.de

   Using the above test, the mouse pointer changes after something like
   half a second.

   I use "make bootstrap".  Not sure if that is relevant.

There is no difference whether I use "make bootstrap" or "make recompile".

In both circumstances, the mouse pointer
  -- does NOT change when I turn off blink-cursor-mode and
  -- DOES change when I set blink-cursor-mode to t (i.e., the cursor blinks).

Here are the commands I use.  Note that in all cases,    CC=gcc-3.0
and
    # gcc-3.0 --version
    3.0.4


;; ---------------------------------

;; for make recompile (in an Emacs owned by a non-privileged user)

     (progn
       (cd "/usr/local/src/emacs/")
       (compile
        "time make && cd lisp && \
         time CC=gcc-3.0 make recompile EMACS=/usr/local/src/emacs/src/emacs"))

;; for install (in an Emacs owned by root)

  (progn (cd "/usr/local/src/emacs/") (compile "CC=gcc-3.0 time make install"))

;; ---------------------------------

;; for make boostrap (in an Emacs owned by a non-privileged user)
     (progn
       (cd "/usr/local/src/emacs/")
       (compile
        "./configure --with-type1 --prefix=/usr/local --with-sound=yes \
          && CC=gcc-3.0 time make bootstrap"))

;; for install (in an Emacs owned by root)
;; (same expression as for `make recompile' install)

  (progn (cd "/usr/local/src/emacs/") (compile "CC=gcc-3.0 time make install"))

;; ---------------------------------


Here is the configuration info (same as my earlier report):

    today's Debian woody GNU/Linux system, updated 2002 Jul 16 16:04 UTC;
    using today's GNU Emacs CVS snapshot of 2002 Jul 16 15:53 UTC,
    GNU Emacs 21.3.50.104 (i686-pc-linux-gnu, X toolkit).

--
    Robert J. Chassell                  bob@rattlesnake.com
    Rattlesnake Enterprises             http://www.rattlesnake.com

  reply	other threads:[~2002-07-16 18:50 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-16 13:29 No atimers? Richard Stallman
2002-07-16 15:22 ` Kai Großjohann
2002-07-16 16:14   ` Robert J. Chassell
2002-07-16 16:48     ` Kai Großjohann
2002-07-16 18:50       ` Robert J. Chassell [this message]
2002-07-16 19:57         ` Kai Großjohann
2002-07-16 20:22           ` Robert J. Chassell
2002-07-17  3:03   ` Richard Stallman
2002-07-16 15:59 ` Pavel Janík
2002-07-16 22:36 ` Kim F. Storm
2002-07-17 14:30   ` Richard Stallman

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=m17UXOr-000IeNC@localhost \
    --to=bob@rattlesnake.com \
    --cc=emacs-devel@gnu.org \
    --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.