1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-14 23:40:39 -08:00
Commit graph

54259 commits

Author SHA1 Message Date
Jay Belanger
1ff85bebc1 *** empty log message *** 2005-01-19 05:58:28 +00:00
Jay Belanger
11e81923fc (Keep Arguments): Mention that keeping arguments doesn't work with
keyboard macros.
2005-01-19 05:55:53 +00:00
Jay Belanger
d9dfc855a4 (calc-execute-kbd-macro): Ignore calc-keep-arg-flag. 2005-01-19 05:12:36 +00:00
Kim F. Storm
d278cde036 (sweep_weak_table): Advance prev pointer when we keep a pair. 2005-01-19 00:08:30 +00:00
Kim F. Storm
27c8be4585 *** empty log message *** 2005-01-19 00:08:10 +00:00
Kenichi Handa
664ca704c3 (ispell-looking-at): New function.
(ispell-process-line): Use ispell-looking-at to compare the ispell
output and the buffer contents.
2005-01-18 23:20:18 +00:00
Stefan Monnier
14b495ffb1 (blink-matching-open): Strip extra info from syntax. 2005-01-18 20:50:43 +00:00
Jay Belanger
926787bea1 *** empty log message *** 2005-01-18 18:34:30 +00:00
Stefan Monnier
adeeafe5d2 (syms_of_emacs): Improve docstring of `system-type'. 2005-01-18 18:34:10 +00:00
Jay Belanger
650cb9f135 (calc-display-raw): Fix docstring. 2005-01-18 18:30:39 +00:00
Stefan Monnier
67b9b71fc8 (sh-here-doc-open-re): Don't allow `|' or other
funny chars in the end-of-here-doc marker.
2005-01-18 18:21:58 +00:00
Kim F. Storm
87954aeb75 Fixed Partial highlighting of wrapped overlay bug
reported by Ralf Angeli.
2005-01-18 12:46:04 +00:00
Kim F. Storm
a348a963d3 Fix last change. 2005-01-18 12:41:55 +00:00
Kim F. Storm
c6576d9d7a (fast_find_position): Backtrack to find first row if
charpos is inside a display overlay that spans multiple lines.
2005-01-18 12:39:51 +00:00
Kim F. Storm
81f498dcef *** empty log message *** 2005-01-18 12:39:33 +00:00
Nick Roberts
b6d0e4dad0 (gdb-put-string): Copy/create strings so
that enable/disabled state of breakpoints is shown correctly in
fringe and on ttys.
(gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
Add breakpoint information as text properties.
(gdb-mouse-toggle-breakpoint):
Rename to gdb-mouse-set-clear-breakpoint.
(gdb-mouse-toggle-breakpoint): New function. Enable/disable
breakpoints in the margin.
(gdb-remove-strings): Simplify.
2005-01-18 11:28:19 +00:00
Nick Roberts
83c7f8065c *** empty log message *** 2005-01-18 11:26:47 +00:00
Jay Belanger
538a5f8b53 *** empty log message *** 2005-01-18 05:13:23 +00:00
Jay Belanger
48e7c397f3 (calc-edit-mode): Inhibit read-only when erasing buffer. 2005-01-18 04:52:55 +00:00
Nick Roberts
8ef597fe79 Suggest separate terminal for debug session. 2005-01-18 01:01:29 +00:00
Nick Roberts
6869a82445 *** empty log message *** 2005-01-18 01:00:41 +00:00
Kenichi Handa
1cdb070738 *** empty log message *** 2005-01-18 00:14:18 +00:00
Kim F. Storm
6512b56dff (back_to_previous_visible_line_start): Undo 2004-12-28
change.  If handle_display_prop indicates newline is replaced by
image or text, move back to start of relevant overlay or interval
and continue scan from there.  Simplify.
2005-01-18 00:13:24 +00:00
Kim F. Storm
677159ce53 *** empty log message *** 2005-01-18 00:13:00 +00:00
Kenichi Handa
2d4430a8eb (decode_coding_iso2022): Translate invalid codes if
translation-table is specified.
2005-01-18 00:11:43 +00:00
Luc Teirlinck
0a926c02d7 *** empty log message *** 2005-01-18 00:00:59 +00:00
Richard M. Stallman
444919be4b *** empty log message *** 2005-01-17 23:52:58 +00:00
Richard M. Stallman
52a7f9bd2a (grep-find): Copy from `grep' the condition for calling grep-compute-defaults. 2005-01-17 23:51:34 +00:00
Richard M. Stallman
b64e46503f (decipher-mode): Don't call decipher-read-alphabet if buffer is empty. 2005-01-17 23:50:23 +00:00
Richard M. Stallman
053be11a88 Comment change. 2005-01-17 23:49:20 +00:00
Richard M. Stallman
dd60a465fb (backward-kill-sexp, kill-sexp): Doc fixes. 2005-01-17 23:48:10 +00:00
Stefan Monnier
67476fca4f (highlight-changes-mode): Don't autoload. 2005-01-17 21:24:46 +00:00
Stefan Monnier
6455508dc3 (mode-line-mode-menu): Use bound-and-true-p for all the
non-preloaded variables.
2005-01-17 21:18:35 +00:00
Steven Tamm
4042dc2593 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
tex-shell cause to force interactivity when using pipes.
2005-01-17 17:32:30 +00:00
Kim F. Storm
68c16b5994 (just-one-space): Make arg optional. 2005-01-17 10:56:07 +00:00
Kim F. Storm
aea3bdb121 *** empty log message *** 2005-01-17 10:55:49 +00:00
Carsten Dominik
32073b07e3 (org-version): Unnecessary prefix arg removed. 2005-01-17 10:18:56 +00:00
Nick Roberts
30598da5fb (xterm-mouse-event): Set new optional fourth arg in
posn-x-y to t to access left-margin.
2005-01-17 09:54:56 +00:00
Nick Roberts
4177462350 *** empty log message *** 2005-01-17 09:50:59 +00:00
Kim F. Storm
cfde341f3b (mode_line_string, marginal_area_string): Fix
off-by-one error in search for glyph.
2005-01-17 08:28:28 +00:00
Kim F. Storm
977284ccb1 *** empty log message *** 2005-01-17 08:28:01 +00:00
Luc Teirlinck
cd7e5dd67d (Changing Key Bindings): `suppress-keymap' now uses command remapping. 2005-01-17 02:44:58 +00:00
Richard M. Stallman
86cf6b94ed (Autoinserting): Fix small error. 2005-01-16 23:24:31 +00:00
Kim F. Storm
e24531b776 (syms_of_macterm) <mac-allow-anti-aliasing>: Doc fix. 2005-01-16 19:18:31 +00:00
Steven Tamm
5ddd7664e9 * macterm.c (mac_to_x_fontname): Removed spurious argument. 2005-01-16 17:52:09 +00:00
Andreas Schwab
fc2ff44b47 (mac_draw_string_common): Fix compilation on OSX 10.1. 2005-01-16 16:18:12 +00:00
Michael Albinus
01917a18b4 Sync with Tramp 2.0.47. 2005-01-16 13:18:31 +00:00
Jan Djärv
50af5100a6 * fringe.c (Fdefine_fringe_bitmap, init_fringe): When assigning
fringe_faces, cast result from xmalloc/xrealloc to Lisp_Object *.
2005-01-16 09:59:03 +00:00
Jan Djärv
a2d5fca044 * keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)
(READABLE_EVENTS_FILTER_EVENTS)
(READABLE_EVENTS_IGNORE_SQUEEZABLES): New flags for readable_events.
get_filtered_input_pending, readable_filtered_events): Removed.
(tracking_off): Call readable_events and get_input_pending with
flag READABLE_EVENTS_DO_TIMERS_NOW.
(readable_events): Move code from old readable_filtered_events here,
but check new READABLE_EVENTS_* in argument flags instead of previous
two boolean arguments do_timers_now and filter_events.
If we are doing mouse tracking and the mouse moved, return only if
READABLE_EVENTS_IGNORE_SQUEEZABLES is not set in flags.
(swallow_events): Call get_input_pending with flag
READABLE_EVENTS_DO_TIMERS_NOW.
(get_input_pending): Move code from old   get_filtered_input_pending
here.  Replace boolean arguments do_timers_now, filter_events with
flags, and pass flags to readable_events.  Document new
READABLE_EVENTS_* flags.
(detect_input_pending_ignore_squeezables): New function.
(detect_input_pending_run_timers): Call get_input_pending with flag
READABLE_EVENTS_DO_TIMERS_NOW.
(Finput_pending_p): Call get_input_pending with flags
READABLE_EVENTS_DO_TIMERS_NOW and READABLE_EVENTS_FILTER_EVENTS.

* dispnew.c (update_window, update_frame_1): Replace calls to
detect_input_pending with detect_input_pending_ignore_squeezables
so that redisplay is not paused if the event queue contains only
mouse movements.

* lisp.h: Declare detect_input_pending_ignore_squeezables.
2005-01-16 09:17:02 +00:00
Miles Bader
42187e99f8 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-40
Fix regressions from latest reftex update

In the latest update to reftex from upstream, some changes in Emacs CVS
(mostly maintenance stuff -- typos, whitespace, etc) were apparently lost.
This changeset re-applies them.
2005-01-16 02:37:50 +00:00