compile error on Windows XP

2007-07-15 Thread Zhang Wei
make -C ../src all make[1]: Entering directory `D:/emacs-gbk/src' gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0501 -D_X86_=1 -c -mno-cygwin cpu=i686 -O2 -Di386 -D_CRTAPI1=_cdecl -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE ONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -o

Re: compile error on Windows XP

2007-07-15 Thread Jason Rumney
Zhang Wei wrote: process.c: In function `conv_sockaddr_to_lisp': process.c:2307: `uint16_t' undeclared (first use in this function) Please check if it compiles now. I checked in a Windows specific fix, since there have never been reports of this in the past, and that code has been there some

Re: compile error on Windows XP

2007-07-15 Thread Zhang Wei
Jason Rumney [EMAIL PROTECTED] writes: Zhang Wei wrote: process.c: In function `conv_sockaddr_to_lisp': process.c:2307: `uint16_t' undeclared (first use in this function) Please check if it compiles now. I checked in a Windows specific fix, since there have never been reports of this in

Re: compile error on Windows XP

2007-07-15 Thread Eli Zaretskii
From: Zhang Wei [EMAIL PROTECTED] Date: Sun, 15 Jul 2007 20:58:16 +0800 Cc: emacs-pretest-bug@gnu.org Jason Rumney [EMAIL PROTECTED] writes: Zhang Wei wrote: process.c: In function `conv_sockaddr_to_lisp': process.c:2307: `uint16_t' undeclared (first use in this function)

The new *scratch* autosaving is really annoying

2007-07-15 Thread Henrik Enberg
Can we please have an option to turn off the *scratch* autosaving thing? I use it for its original purpose, and the questions are driving me batty. It is even set up after the after-init-hook is run, so you can't turn it off there either. ___

mouse-4/mouse-5 loses click modifiers

2007-07-15 Thread Juri Linkov
A recipe to reproduce this bug: 1. Run emacs -Q 2. M-: (get 'S-mouse-5 'event-symbol-elements) RET (mouse-5 shift click) 3. Press the Shift key, and scroll the mouse wheel up/down. 4. M-: (get 'S-mouse-5 'event-symbol-elements) RET (mouse-5 shift) A list of modifiers now misses the `click'

Re: compile error on Windows XP

2007-07-15 Thread Zhang Wei
Eli Zaretskii [EMAIL PROTECTED] writes: Can you please tell what version of MinGW do you have installed? (You should be able to see it in the _mingw.h header file in your include directory; look for the definition of __MINGW32_VERSION there.) #define __MINGW32_VERSION 3.1

Re: compile error on Windows XP

2007-07-15 Thread Eli Zaretskii
From: Zhang Wei [EMAIL PROTECTED] Cc: Zhang Wei [EMAIL PROTECTED], [EMAIL PROTECTED], emacs-pretest-bug@gnu.org Date: Mon, 16 Jul 2007 05:55:47 +0800 Eli Zaretskii [EMAIL PROTECTED] writes: Can you please tell what version of MinGW do you have installed? (You should be able to see