- 15 Aug, 2002 6 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
Use find-file-hook and write-file-functions instead of find-file-hooks and write-file-hooks.
-
Stefan Monnier authored
-
Stefan Monnier authored
(handle-select-window): Don't do anything if the window has disappeared since the event was generated.
-
Stefan Monnier authored
(imenu-use-popup-menu, imenu-eager-completion-buffer): New vars. (imenu-space-replacement): Allow nil value. (imenu--completion-buffer): Use new vars and simplify. Fix handling of minibuffer-setup-hook. Use minibuffer-completion-help instead of rolling our own. (imenu-choose-buffer-index): Use the new var.
-
Stefan Monnier authored
-
- 14 Aug, 2002 14 commits
-
-
David Kastrup authored
use `hash-table-size' instead of `length'.
-
David Kastrup authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Karl Berry authored
-
Kim F. Storm authored
executing macro before appending to it (when used from Lisp). (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function which is called prior to each iteration of macro (for kmacro.el). (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise.
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
(symbol_to_x_atom): Pay attention to QUTF8_STRING. (x_atom_to_symbol): Likewise. (x_get_local_selection): New argument local_request. If it is nonzero, call handler_fn with the second arg nil. (x_handle_selection_request): Call x_get_local_selection with local_request 0. (lisp_data_to_selection_data): Don't encode the string here. (Fx_get_selection_internal): Call x_get_local_selection with local_request 1. (syms_of_xselect): Intern and staticpro QUTF8_STRING.
-
Kenichi Handa authored
-
Kenichi Handa authored
encode the selection data string. Always return cons of type and string. (selection-converter-alist): Add (UTF8_STRING . xselect-convert-to-string).
-
- 13 Aug, 2002 6 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(syms_of_minibuf): Defsubr it. (Fminibuffer_prompt_end): Handle non-minibuffers specially.
-
Gerd Moellmann authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
the functions whose names are constructed.
-
Richard M. Stallman authored
-
- 12 Aug, 2002 10 commits
-
-
Stefan Monnier authored
-
Markus Rost authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
[!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED) (WSTOPSIG, WTERMSIG): Define each one independently if not defined already.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(pages-directory, pages-copy-header-and-position): Uses changed.
-
Richard M. Stallman authored
(scroll-all-mode): defcustom deleted. (running-xemacs): Variable deleted. (minor-mode-alist): Don't manipulate it directly.
-
Richard M. Stallman authored
-
Andrew Choi authored
* macterm.c (XTmouse_position): Check wp with is_emacs_window. (Vmac_pass_command_to_system): New variable. (Vmac_pass_control_to_system): New variable. (do_mouse_moved): Check wp with is_emacs_window. (XTread_socket): Check window_ptr with is_emacs_window. Call FrontNonFloatingWindow instead of FrontWindow. Send keydown events back to Mac Toolbox for processing, depending on values of Vmac_pass_command_to_system and Vmac_pass_control_to_system. (syms_of_macterm): DEFVAR_LISP Vmac_pass_command_to_system and Vmac_pass_control_to_system.
-
- 11 Aug, 2002 4 commits
-
-
Kenichi Handa authored
(Funencodable_char_position): New function. (syms_of_coding): Defsubr Funencodable_char_position.
-
Kenichi Handa authored
-
Kenichi Handa authored
function. (select-safe-coding-system): Show unencodable characters. (unencodable-char-position): Deleted, and implemented by C in coding.c.
-
Andrew Choi authored
* mac.c (sys_select) [MAC_OSX]: New function. * macterm.c (MakeMeTheFrontProcess): New function. (mac_initialize): Call MakeMeTheFrontProcess. * s/darwin.h: Define select to sys_select.
-