all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dmitry Antipov <dmantipov@yandex.ru>
To: rms@gnu.org
Cc: emacs-devel@gnu.org
Subject: Re: poll_for_input_1 undefined
Date: Fri, 11 Jul 2014 21:34:36 +0400	[thread overview]
Message-ID: <53C0202C.9060300@yandex.ru> (raw)
In-Reply-To: <E1X5e8B-0005Fb-45@fencepost.gnu.org>

On 07/11/2014 08:57 PM, Richard Stallman wrote:

> In fact, config.h does not mention POLL_FOR_INPUT, neither to define
> it nor not to define it.  That is because config.in does not mention
> POLL_FOR_INPUT either.
>
> It appears to me that the trunk is broken on X on all platforms,
> and has been since the June 5 change in keyboard.c.

This is pretty strange if you look at this configure.in fragment:

if test "$window_system" != "none"; then
   AC_DEFINE(HAVE_WINDOW_SYSTEM, 1, [Define if you have a window system.])
   AC_DEFINE(POLL_FOR_INPUT, 1, [Define if you poll periodically to detect C-g.])
   WINDOW_SYSTEM_OBJ="fontset.o fringe.o image.o"
fi

Can you regenerate build stuff with autogen.sh and check whether it helps?

Dmitry




  reply	other threads:[~2014-07-11 17:34 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-11 16:57 poll_for_input_1 undefined Richard Stallman
2014-07-11 17:34 ` Dmitry Antipov [this message]
2014-07-11 18:12 ` Glenn Morris
2014-07-11 18:19 ` Andreas Schwab
2014-07-12 13:07   ` Richard Stallman
2014-07-12 13:25     ` Andreas Schwab
2014-07-12 23:17       ` Richard Stallman
2014-07-13  7:25         ` Andreas Schwab
2014-07-13 15:58           ` Paul Eggert
2014-07-12 23:17       ` Richard Stallman
2014-07-13  0:05         ` Glenn Morris
2014-07-13 21:54           ` Richard Stallman
2014-07-14 20:25             ` Paul Eggert

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=53C0202C.9060300@yandex.ru \
    --to=dmantipov@yandex.ru \
    --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.