mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-12 22:40:46 -08:00
(ns_popup_dialog): Call it on unwind. (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and call timer_check() (Bug#2154). (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if handling_signal is set. (EmacsMenu-fillWithWidgetValue:): Set submenu title. * s/darwin.h: Same and NO_SOCK_SIGIO as well. * nsterm.m (ns_read_socket): Same and don't set handling_signal. * keyboard.c (poll_for_input_1, handle_async_input): Set handling_signal under HAVE_NS. |
||
|---|---|---|
| .. | ||
| aix4-2.h | ||
| bsd-common.h | ||
| cygwin.h | ||
| darwin.h | ||
| freebsd.h | ||
| gnu-kfreebsd.h | ||
| gnu-linux.h | ||
| gnu.h | ||
| hpux10-20.h | ||
| hpux11.h | ||
| irix6-5.h | ||
| lynxos.h | ||
| ms-w32.h | ||
| msdos.h | ||
| netbsd.h | ||
| openbsd.h | ||
| README | ||
| sol2-3.h | ||
| sol2-4.h | ||
| sol2-5.h | ||
| sol2-6.h | ||
| sol2-10.h | ||
| template.h | ||
| unixware.h | ||
| usg5-4-2.h | ||
| usg5-4.h | ||
This directory contains C header files containing operating-system-specific definitions. Each file describes a particular operating system. The emacs configuration script edits ../config.h to include the appropriate one of these files, and then each emacs source file includes config.h. template.h is a generic template for system descriptions; it describes the parameters a system file can specify.