- 22 Mar, 2009 1 commit
-
-
Alan Mackenzie authored
separators.
-
- 27 Feb, 2009 1 commit
-
-
Glenn Morris authored
-
- 08 Jan, 2009 1 commit
-
-
Glenn Morris authored
-
- 26 Dec, 2008 1 commit
-
-
Martin Rudalics authored
(syms_of_textprop): Initialize it. * callint.c (Fcall_interactively): For `c', `k', and `K' prompt in minibuffer-prompt face. (Bug#1662)
-
- 14 May, 2008 1 commit
-
-
Glenn Morris authored
-
- 03 Apr, 2008 1 commit
-
-
Chong Yidong authored
shift-select-mode is off.
-
- 02 Apr, 2008 1 commit
-
-
Chong Yidong authored
(Finteractive): Document new ^ spec. (Fcall_interactively): Call handle-shift-selection if the ^ spec is present.
-
- 29 Mar, 2008 1 commit
-
-
Juri Linkov authored
for interactive code letters 'b' and 'B'.
-
- 20 Mar, 2008 1 commit
-
-
Andreas Schwab authored
as default.
-
- 16 Mar, 2008 1 commit
-
-
Juri Linkov authored
'b' and 'B' put the buffer list into the list of default "future" values of the minibuffer.
-
- 19 Feb, 2008 1 commit
-
-
Stefan Monnier authored
-
- 17 Feb, 2008 1 commit
-
-
Dan Nicolaescu authored
* startup.el (command-line): Use custom-reevaluate-setting for transient-mark-mode. * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive with Qt.
-
- 08 Jan, 2008 1 commit
-
-
Glenn Morris authored
-
- 22 Dec, 2007 1 commit
-
-
Eli Zaretskii authored
the doc string.
-
- 13 Sep, 2007 1 commit
-
-
Glenn Morris authored
(Fcall_interactively): Remove unused var `fun'.
-
- 10 Sep, 2007 2 commits
-
-
Michaël Cadilhac authored
-
Stefan Monnier authored
and compiled functions.
-
- 25 Jul, 2007 1 commit
-
-
Glenn Morris authored
-
- 25 Jun, 2007 1 commit
-
-
David Kastrup authored
specs somewhat more readable.
-
- 08 Jun, 2007 1 commit
-
-
Juanma Barranquero authored
-
- 14 Jan, 2007 1 commit
-
-
Glenn Morris authored
2001).
-
- 26 Dec, 2006 1 commit
-
-
Richard M. Stallman authored
-
- 19 Oct, 2006 1 commit
-
-
Chong Yidong authored
(syms_of_callint): Initialize it. (callint_message_size): Var deleted. (Fcall_interactively): Use Fformat instead of doprnt to construct prompt string.
-
- 25 Sep, 2006 1 commit
-
-
Chong Yidong authored
-
- 26 Jul, 2006 1 commit
-
-
Chong Yidong authored
-
- 18 Jul, 2006 1 commit
-
-
Kim F. Storm authored
-
- 12 Jul, 2006 1 commit
-
-
Kim F. Storm authored
-
- 11 Jul, 2006 1 commit
-
-
Kim F. Storm authored
-
- 25 May, 2006 1 commit
-
-
Luc Teirlinck authored
-
- 06 Feb, 2006 1 commit
-
-
Thien-Thi Nguyen authored
-
- 03 Jan, 2006 1 commit
-
-
Karoly Lorentey authored
Overhaul and simplify single_kboard API. Allow calls to `recursive-edit' in process filters. Small fixes. * lisp/server.el (server-process-filter): Protect `display-splash-screen' call in a condition-case. Explain why. * src/callint.c (Fcall_interactively): Update call to `temporarily_switch_to_single_kboard'. * src/fns.c (Fy_or_n_p): Ditto. * src/frame.c (Fdelete_frame): Remove unused variable `count'. * src/keyboard.c (wrong_kboard_jmpbuf): Remove global variable. * src/keyboard.c (read_char): Add wrong_kboard_jmpbuf parameter to allow for recursive calls. Update longjmp invocations. Remember the original current_kboard, and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel changes it. Comment out unnecessary calls to `record_single_kboard_state' and `any_kboard_state'. Update recursive calls. * src/keyboard.c (read_key_sequence): Add `wrong_kboard_jmpbuf' local variable. Update setjmp and read_char calls. Abort if interrupted_kboard died in read_char. * src/keyboard.c (any_kboard_state, single_kboard_state) (record_single_kboard_state): Comment out obsolete functions. (push_frame_kboard): Remove function. (pop_kboard): Switch out of single_kboard mode if the kboard has been deleted. (temporarily_switch_to_single_kboard): Change first parameter to a frame pointer. Throw an error when caller wants to change kboards while in single_kboard mode. (restore_kboard_configuration): Abort if pop_kboard changed the kboard in single_kboard mode. (Frecursive_edit): Switch to single_kboard mode only in nested command loops. (cmd_error, command_loop, command_loop_1, timer_check): Comment out unnecessary call to `any_kboard_state' and `record_single_kboard_state'. * src/keyboard.c (delete_kboard): Exit single_kboard mode if we have just deleted that kboard. * src/keyboard.c (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not `fatal_error_signal'. * src/keyboard.h (read_char, single_kboard_state) (record_single_kboard_state): Remove. (temporarily_switch_to_single_kboard): Update. * src/lread.c: Include setjmp.h. Update declaration of `read_char'. (read_filtered_event): Call `read_char' with a local `wrong_kboard_jmpbuf'. * src/minibuf.c (read_minibuf): Update call to `temporarily_switch_to_single_kboard'. * src/termchar.h (tty_display_info): Rename `previous_terminal_frame' member to `previous_frame'. * src/xdisp.c (redisplay_internal): Update references to `previous_terminal_frame'. (display_mode_line, Fformat_mode_line): Replace calls to `push_frame_kboard' with `push_kboard'. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-489
-
- 11 Sep, 2005 1 commit
-
-
Karoly Lorentey authored
Fix crash after y-or-n-p prompt triggered by emacsclient. (Reported by Han Boetes, analysis by Kalle Olavi Niemitalo.) * src/keyboard.c (temporarily_switch_to_single_kboard) (record_single_kboard_state, restore_kboard_configuration): New functions. (timer_check): Use record_single_kboard_state instead of naive single_kboard state management. * src/fns.c: Include termhooks.h. (Fy_or_n_p): Use temporarily_switch_to_single_kboard to prevent crashes caused by bogus longjmps in read_char. * src/callint.c (Fcall_interactively): Use temporarily_switch_to_single_kboard instead of single_kboard_state. Make sure it is correctly unwinded. * src/keyboard.c (recursive_edit_unwind): Remove single_kboard stuff. (Frecursive_edit): Use temporarily_switch_to_single_kboard for single_kboard state management. * src/minibuf.c (read_minibuf): Use temporarily_switch_to_single_kboard instead of simply calling single_kboard_state. * src/keyboard.c (push_device_kboard): Remove function. (push_kboard): New function. (push_frame_kboard): Use it. (pop_frame_kboard): Rename to pop_kboard. * src/xdisp.c (display_mode_line, Fformat_mode_line): Update uses. * src/data.c: Include termhooks.h. (Fterminal_local_value, Fset_terminal_local_value): Update. * src/Makefile.in (data.o, fns.o): Add termhooks.h dependency. * src/keyboard.h (push_device_kboard, pop_frame_kboard): Remove declarations. (push_kboard, pop_kboard, temporarily_switch_to_single_kboard) (record_single_kboard_state): New declarations. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-414
-
- 07 Aug, 2005 1 commit
-
-
Thien-Thi Nguyen authored
-
- 04 Jul, 2005 1 commit
-
-
Lute Kamstra authored
-
- 17 Mar, 2005 1 commit
-
-
Richard M. Stallman authored
(Fcall_interactively): Implement G option.
-
- 21 Nov, 2004 1 commit
-
-
Luc Teirlinck authored
-
- 09 Nov, 2004 1 commit
-
-
Kim F. Storm authored
-
- 07 Nov, 2004 1 commit
-
-
Richard M. Stallman authored
-
- 26 Oct, 2004 1 commit
-
-
Kim F. Storm authored
previous 'k' or 'K' argument.
-
- 31 Jul, 2004 1 commit
-
-
Luc Teirlinck authored
-