1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 15:52:00 -08:00
Commit graph

65755 commits

Author SHA1 Message Date
YAMAMOTO Mitsuharu
cc4d4639cf (in_sighandler): Remove variable.
(Fcurrent_idle_time): Add missing `doc:'.
(input_available_signal, init_keyboard): Undo previous change.
2006-08-27 07:09:06 +00:00
YAMAMOTO Mitsuharu
edc52b3fa1 [TARGET_API_MAC_CARBON] (image_load_qt_1): Use ComponentResult instead
of OSErr.
2006-08-27 07:08:54 +00:00
YAMAMOTO Mitsuharu
d15b573ed5 (directory_files_internal_unwind, directory_files_internal)
(file_name_completion): Add BLOCK_INPUT around opendir/closedir.
2006-08-27 07:08:39 +00:00
YAMAMOTO Mitsuharu
f3c4a0e1d2 (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Undo previous
change.  Move mutex lock/unlock operations inside BLOCK_INPUT.
2006-08-27 07:08:31 +00:00
YAMAMOTO Mitsuharu
4442ec0d0d (mac-apple-event-map): Rename hicommand to hi-command.
(mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
(special-event-map): Apply 2006-08-16 change for x-win.el.
2006-08-27 07:08:07 +00:00
Stefan Monnier
426348643a (python-send-receive): Wait in the process's buffer so as to check the right
buffer-local variables.
2006-08-26 14:39:16 +00:00
Romain Francoise
854fa43e14 Whitespace fix. 2006-08-26 11:49:35 +00:00
Stefan Monnier
76667462a2 Remove * in defcustoms.
(defgroup checkdoc): Move to beginning.
2006-08-25 23:40:38 +00:00
Kim F. Storm
8929fd8784 (Fset_buffer_multibyte): Simplify; use list3. 2006-08-25 23:33:44 +00:00
Kim F. Storm
799734b063 (Fcurrent_time, Fget_internal_run_time): Simplify; use list3. 2006-08-25 23:33:30 +00:00
Kim F. Storm
a9f2aeaeed (Fmake_directory_internal, Fdelete_directory)
(Fdelete_file): Simplify; use list1.
(Frename_file, Fadd_name_to_file, Fmake_symbolic_link):
Simplify; remove NO_ARG_ARRAY stuff, use list2.
2006-08-25 23:33:12 +00:00
Kim F. Storm
a508663b26 (Fxw_color_values): Simplify; use list3. 2006-08-25 23:33:04 +00:00
Kim F. Storm
d489b9c5be *** empty log message *** 2006-08-25 23:32:17 +00:00
Stefan Monnier
1c1095bfeb (python-preoutput-skip-next-prompt): New var.
(python-preoutput-continuation): Remove.
(python-preoutput-filter): Simplify correspondingly.
Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
Loop around to catch embedded _emacs_out output.
(run-python): Send the import&print command on a single line.
(python-send-command): Send command&print on a single line.
(python-send-string): Only add double \n if needed.
(python-send-receive): Loop until the result comes.
(python-mode-running): Defvar it.
(python-setup-brm): Remove unused var `menu'.
Only bind py-mode-map and `features' around brm-init.
(python-calculate-indentation): Remove unused var `point'.
(python-beginning-of-defun): Remove unused var `def-line'.
2006-08-25 22:49:14 +00:00
Kim F. Storm
0304d18be9 (Display Custom): Add variables overline-margin
and x-underline-at-descent-line.
2006-08-25 22:01:34 +00:00
Kim F. Storm
f8a7bf170c *** empty log message *** 2006-08-25 22:01:04 +00:00
Richard M. Stallman
611ac52147 (Fswitch_to_buffer): Fix previous change. 2006-08-25 21:10:26 +00:00
Richard M. Stallman
f9de773811 *** empty log message *** 2006-08-25 21:08:44 +00:00
Richard M. Stallman
fcdd0559e3 (Exiting): Rewrite to give graphical displays priority over text terminals. 2006-08-25 21:08:35 +00:00
Stefan Monnier
d0f891a742 (url-file-local-copy): Tell url-copy-file that the dest file will already exist. 2006-08-25 20:44:49 +00:00
Richard M. Stallman
7167d4092a (Incremental Search): Move index entries. 2006-08-25 20:33:24 +00:00
Richard M. Stallman
5586939c0e (kmacro-repeat-on-last-key): Doc fix. 2006-08-25 20:30:17 +00:00
Richard M. Stallman
288b9df9b9 Give priority to graphical terminals over text terminals regarding C-z. 2006-08-25 20:27:58 +00:00
Michael Kifer
83f49acbc0 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
* viper.el (viper-set-hooks): use frame bindings for
	viper-vi-state-cursor-color.
	(viper-non-hook-settings): don't set default
	mode-line-buffer-identification.

	* viper-util.el (viper-set-cursor-color-according-to-state): new
	function.
	(viper-set-cursor-color-according-to-state,
	viper-get-saved-cursor-color-in-replace-mode,
	viper-get-saved-cursor-color-in-insert-mode): make conditional on
	viper-emacs-state-cursor-color.

	* viper-cmd.el (viper-envelop-ESC-key): bug fix.
	(viper-undo): use point if undo-beg-posn is nil.
	(viper-insert-state-post-command-sentinel,viper-change-state-to-emacs,
	viper-after-change-undo-hook): don't use
	viper-emacs-state-cursor-color by default.
	(viper-undo): more sensible positioning after undo.

	* viper-ex.el (ex-splice-args-in-1-letr-cmd): got rid of caddr.
	(viper-emacs-state-cursor-color): default to nil, since this feature
	doesn't work well yet.

	* ediff-mult.el (ediff-intersect-directories,
	ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
	always expand filenames.
2006-08-25 16:06:57 +00:00
Kim F. Storm
966949b00f (Fcurrent_idle_time): Simplify. 2006-08-25 10:05:50 +00:00
Kim F. Storm
16fb6ded70 *** empty log message *** 2006-08-25 10:05:41 +00:00
Richard M. Stallman
3e04a8fc9f *** empty log message *** 2006-08-25 07:51:57 +00:00
Richard M. Stallman
73c24ae8e8 (Idle Timers): run-with-idle-timer allows Lisp time value. Add xref. 2006-08-25 07:51:46 +00:00
Richard M. Stallman
11f56bbcfe (sxhash_string): Rotate properly; don't lose bits. 2006-08-25 07:47:12 +00:00
Chong Yidong
fda9748457 * os.texi (Timers): Avoid waiting inside timers. 2006-08-25 02:58:08 +00:00
Miles Bader
6c5d6b6ce7 Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 126-127)

   - Merge from emacs--devo--0
   - Update from CVS

2006-08-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   [ Backported bug fix from No Gnus. ]

   * lisp/gnus/gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
   looking up the method using GROUP's prefix before inventing a new one.
   It is used on killed/unknown groups in various places where returning
   an all-new method isn't expected by the caller.

   * lisp/gnus/gnus-util.el (gnus-group-server): Copy required macro from No Gnus.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-410
2006-08-25 02:15:02 +00:00
Chong Yidong
1063efe807 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
Accept internal time format for SECS arg.
	(timer-relative-time): Doc fix.

	* jit-lock.el: "Stealth fontification by requeuing timers" patch,
	adapted from Martin Rudalics.
	(jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
	(jit-lock-mode): Create jit-lock-stealth-repeat-timer.
	(jit-lock-stealth-fontify): Reschedule as a idle timer instead of
	using sit-for.
2006-08-24 23:40:00 +00:00
Kim F. Storm
8d8dafebb3 *** empty log message *** 2006-08-24 21:18:13 +00:00
Kim F. Storm
03c25271aa (all): Add overline-margin' and x-underline-at-descent-line'. 2006-08-24 20:52:54 +00:00
Kim F. Storm
30f2752356 (x_underline_at_descent_line): New variable.
(syms_of_xterm): DEFVAR_BOOL it.
(x_draw_glyph_string): Use it.
Draw underline and overline up to the end of line if the face
extends to the end of line.
2006-08-24 20:52:00 +00:00
Kim F. Storm
daa0e79b0a (overline_margin): New variable.
(x_produce_glyphs): Use it.
(syms_of_xdisp): DEFVAR_INT it.
2006-08-24 20:51:17 +00:00
Nick Roberts
fab45703d3 (Fswitch_to_buffer): Move buffer to front of
buffer-alist if necessary.
2006-08-24 20:40:53 +00:00
Nick Roberts
6410aac93b *** empty log message *** 2006-08-24 20:40:26 +00:00
Stefan Monnier
fa4637560c Remove * in defcustoms's docstrings. 2006-08-24 18:45:29 +00:00
Kim F. Storm
84d797c949 (grep-find-use-xargs): Use explicit value `exec'
to mean "use find -exec"; nil now unambiguously means auto-detect.
(grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
Use shell-quote-argument to build grep-find-command and grep-find-template.
(rgrep): Use shell-quote-argument to properly quote arguments to find.
Reported by Tom Seddon.
2006-08-23 23:23:02 +00:00
Kim F. Storm
74b770deae *** empty log message *** 2006-08-23 23:22:53 +00:00
Chong Yidong
dc6cc05f5c * custom.texi (Init File): Reference Find Init to avoid "home
directory" confusion.
2006-08-23 16:36:24 +00:00
Chong Yidong
6e85b03c8d * startup.el (fancy-splash-head): Give instructions for dismissing
the splash screen for default startup too.
	(display-startup-echo-area-message, fancy-splash-screens)
	(use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
	all splash text at once and keep the splash buffer around.
	(command-line-1): Give display-startup-echo-area-message a t arg.
2006-08-23 16:19:11 +00:00
Romain Francoise
f984fd2b02 Fix whitespace. 2006-08-23 12:16:28 +00:00
Richard M. Stallman
4a7499a9ae *** empty log message *** 2006-08-23 10:49:26 +00:00
Carsten Dominik
90bb892d7c (org-follow-gnus-link): Make sure the dedicated
gnus frame is selected.
2006-08-23 10:07:42 +00:00
Carsten Dominik
c4f7363c10 *** empty log message *** 2006-08-23 10:07:29 +00:00
Nick Roberts
31af85eb57 (gdb-starting): Reset gdb-signalled to nil. 2006-08-23 03:10:02 +00:00
Nick Roberts
1c059100a1 *** empty log message *** 2006-08-23 03:09:36 +00:00
Kim F. Storm
462eca8fcf (update_tool_bar): Redisplay toolbar also when only
number of items changes.
2006-08-22 21:32:04 +00:00