unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* w32select.c patch
@ 2002-06-24  7:21 David Ponce
  2002-06-24  8:01 ` Juanma Barranquero
  0 siblings, 1 reply; 3+ messages in thread
From: David Ponce @ 2002-06-24  7:21 UTC (permalink / raw)


Hi All,

Compilation of latest CVS version (1.24 2002-06-24) of w32select.c
fails because the constant `COMPOSITION_DISABLED' isn't declared.
The following patch fixes that.

Sincerely,
David

*** w32select.c.ori Mon Jun 24 08:37:17 2002
--- w32select.c Mon Jun 24 08:57:16 2002
***************
*** 30,35 ****
--- 30,36 ----
  #include "buffer.h"
  #include "charset.h"
  #include "coding.h"
+ #include "composite.h"
  
  Lisp_Object QCLIPBOARD;
  


__________________________________________________________________
Your favorite stores, helpful shopping tools and great gift ideas. Experience the convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/

Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: w32select.c patch
  2002-06-24  7:21 w32select.c patch David Ponce
@ 2002-06-24  8:01 ` Juanma Barranquero
  0 siblings, 0 replies; 3+ messages in thread
From: Juanma Barranquero @ 2002-06-24  8:01 UTC (permalink / raw)
  Cc: emacs-devel

On Mon, 24 Jun 2002 03:21:45 -0400, ponced16@netscape.net (David Ponce) wrote:

> Compilation of latest CVS version (1.24 2002-06-24) of w32select.c
> fails because the constant `COMPOSITION_DISABLED' isn't declared.
> The following patch fixes that.

I've already commited a patch for w32select.c and w16select.c, which
suffers the same problem, I think, because it was including neither
composite.h nor intervals.h (which includes composite.h).

                                                           /L/e/k/t/u

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: w32select.c patch
@ 2002-06-24  8:56 Kenichi Handa
  0 siblings, 0 replies; 3+ messages in thread
From: Kenichi Handa @ 2002-06-24  8:56 UTC (permalink / raw)
  Cc: emacs-devel

ponced16@netscape.net (David Ponce) writes:
> Compilation of latest CVS version (1.24 2002-06-24) of w32select.c
> fails because the constant `COMPOSITION_DISABLED' isn't declared.

Oops, thank you for the report.  I forgot about that.  The
proper fix was already installed in HEAD, thank you Juanma.

I also forgot to commit src/ChangeLog.  I've just done it.

---
Ken'ichi HANDA
handa@etl.go.jp

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-06-24  8:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-24  7:21 w32select.c patch David Ponce
2002-06-24  8:01 ` Juanma Barranquero
  -- strict thread matches above, loose matches on Subject: below --
2002-06-24  8:56 Kenichi Handa

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).