Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 5557:53c066311921
If XLookupKeysym() returned an XFree86 "special key", ignore it. Fixes Sh-F11.
src/ChangeLog addition:
2011-08-27 Aidan Kehoe <kehoea@parhasard.net>
* config.h.in: Make HAVE_X11_XF86KEYSYM_H available here.
* event-Xt.c: #include X11/XF86keysym.h if available.
* event-Xt.c (x_event_to_emacs_event):
If XLookupKeysym () returned one of the XFree86 "special action
keys" for the shifted keysym, treat that as NoSymbol, fixing a
long-standing bug with shifted function keys under X.org.
Details of why in:
http://mid.gmane.org/16960.15685.26911.644835@parhasard.net
ChangeLog addition:
2011-08-27 Aidan Kehoe <kehoea@parhasard.net>
* configure.ac: Check whether X11/XF86keysym.h is available, to
allow us to avoid a bug in the interaction of XKB and XLookupKeysym.
* configure: Regenerate.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 27 Aug 2011 20:35:23 +0100 |
parents | a142ad1a9140 |
children | 10455659ab64 |
comparison
equal
deleted
inserted
replaced
5556:a142ad1a9140 | 5557:53c066311921 |
---|---|
282 #undef HAVE_UNISTD_H | 282 #undef HAVE_UNISTD_H |
283 | 283 |
284 #undef HAVE_SYS_WAIT_H | 284 #undef HAVE_SYS_WAIT_H |
285 #undef HAVE_LIBINTL_H | 285 #undef HAVE_LIBINTL_H |
286 #undef HAVE_X11_XLOCALE_H | 286 #undef HAVE_X11_XLOCALE_H |
287 #undef HAVE_X11_XF86KEYSYM_H | |
287 | 288 |
288 /* About __STDC__: Different compilers differ wrt __STDC__. Sunpro C | 289 /* About __STDC__: Different compilers differ wrt __STDC__. Sunpro C |
289 defines it, but its value is 0 unless we disable non-ANSI extensions. | 290 defines it, but its value is 0 unless we disable non-ANSI extensions. |
290 VC++ doesn't define it at all unless we disable non-ANSI extensions. | 291 VC++ doesn't define it at all unless we disable non-ANSI extensions. |
291 But these compilers are all ANSI-compliant. So don't go testing | 292 But these compilers are all ANSI-compliant. So don't go testing |