1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00
Commit Graph

53700 Commits

Author SHA1 Message Date
Luc Teirlinck
df2f79eeb7 Correct typos. 2004-12-17 03:22:06 +00:00
Luc Teirlinck
a17e377e86 Delete trailing whitespace. 2004-12-17 03:14:07 +00:00
Jay Belanger
2d3da38b67 (math-random-digit): Call math-init-random-base if var-RandSeed is nil. 2004-12-16 22:56:08 +00:00
Thien-Thi Nguyen
3cc2b29c6a Commentary munging; nfc. 2004-12-16 17:13:22 +00:00
Thien-Thi Nguyen
8b000fc3b1 (zone): Fix omission bug: Use a self-disabling
one-shot thunk for uniform (error, quit, normal) recovery.
(zone-pgm-random-life): Fix bug:
Recognize empty initial field by lack of "@" chars.
2004-12-16 17:11:15 +00:00
Kim F. Storm
32c544b576 *** empty log message *** 2004-12-16 15:26:39 +00:00
Juri Linkov
f1f007dc5b (occur-accumulate-lines, occur-engine):
Fontify unfontified matching lines in the source buffer
before copying them.
(occur-engine): Don't put mouse-face on context lines.
(occur-next-error): Set point to line beginning/end
before searching for prev/next property to skip multiple
matches on a line (not supported by occur engine).
Remove redundant prefix-numeric-value.
2004-12-16 13:17:32 +00:00
Juri Linkov
8b18fb8fff (describe-property-list): Don't treat syntax-table
specially.  Use describe-text-sexp which inserts [show] button
for large objects and handles printing errors.  Sort properties
by names in alphabetical order instead of by value sizes.
Add `mouse-face' to list of properties for `describe-face' widget.
(describe-char): Mask out face-id from 19 bits of character.
Print face-id separately.
2004-12-16 13:09:48 +00:00
Juri Linkov
f507d6a153 * help-fns.el (variable-at-point):
As a last resort try striping non-word prefixes and suffixes.
2004-12-16 13:06:05 +00:00
Juri Linkov
918f2e56d9 * help.el (function-called-at-point):
As a last resort try striping non-word prefixes and suffixes.
2004-12-16 13:05:37 +00:00
Juri Linkov
8270a848c8 (info-lookup-highlight-face): Change default from highlight' to match'. 2004-12-16 07:19:20 +00:00
Juri Linkov
5248b3e332 (apropos-match-face): Change default from secondary-selection' to match'. 2004-12-16 07:16:58 +00:00
Juri Linkov
f30c45e105 (grep-match-face): New defvar.
(grep-mode-font-lock-keywords): Use grep-match-face instead of
compilation-column-face to highlight grep matches.
2004-12-16 07:16:44 +00:00
Juri Linkov
aaaecfcda1 (match): New face.
(list-matching-lines-face): Change default from `bold' to `match'.
2004-12-16 07:16:17 +00:00
Jan Djärv
333f1b6f78 * syssignal.h: Declare main_thread.
(SIGNAL_THREAD_CHECK): New macro.

* keyboard.c (input_available_signal): Move thread checking code
to macro SIGNAL_THREAD_CHECK and call that macro.
(interrupt_signal): Call SIGNAL_THREAD_CHECK.

* alloc.c (uninterrupt_malloc): Move main_thread to emacs.c.

* emacs.c: Define main_thread.
(main): Initialize main_thread.
(handle_USR1_signal, handle_USR2_signal, fatal_error_signal)
(memory_warning_signal): Call SIGNAL_THREAD_CHECK.

* floatfns.c (float_error): Call SIGNAL_THREAD_CHECK.

* dispnew.c (window_change_signal): Call SIGNAL_THREAD_CHECK.

* sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK.

* process.c (send_process_trap, sigchld_handler): Call
SIGNAL_THREAD_CHECK.

* data.c (arith_error): Call SIGNAL_THREAD_CHECK.

* atimer.c (alarm_signal_handler): Call SIGNAL_THREAD_CHECK.
2004-12-15 21:40:41 +00:00
Jan Djärv
fecad3f659 * xterm.c (xg_scroll_callback): Update XG_LAST_SB_DATA before
returning when xg_ignore_gtk_scrollbar is true.
2004-12-15 21:34:14 +00:00
Daniel Pfeiffer
78f617dde4 (executable-interpret): Eliminate obsolete compile-internal, and switch to comint for interaction. 2004-12-15 21:28:02 +00:00
J.D. Smith
b66d0e6bde *** empty log message *** 2004-12-15 19:51:51 +00:00
J.D. Smith
6b75c9afcc Check for && when skipping multiple commands on a line. 2004-12-15 19:06:11 +00:00
Thien-Thi Nguyen
6f5546a98c Add to THANKS in Commentary; nfc. 2004-12-15 13:59:17 +00:00
Thien-Thi Nguyen
3ef8085247 (zone): Set `truncate-lines'.
Also, init `tab-width' with value from original buffer.
(zone-shift-up): Rewrite for speed.
(zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
(zone-pgm-jitter): Remove redundant entries from ops vector.
(zone-exploding-remove): Reduce iteration count.
(zone-cpos): Convert to defsubst.
(zone-replace-char): New defsubst.
(zone-park/sit-for): Likewise.
(zone-fret): Take window-start arg.
Update callers. Use `zone-park/sit-for'.
(zone-fill-out-screen): Rewrite.
(zone-fall-through-ws): Likewise. Update callers.
(zone-pgm-drip): Use `zone-replace-char'.
Move var inits before while-loop. Use `zone-park/sit-for'.
(zone-pgm-random-life): Handle empty initial field.
Use `zone-replace-char' and `zone-park/sit-for'.
2004-12-15 13:53:58 +00:00
Andreas Schwab
1bb3da3814 (main): Fix typo in conversion of LONG_OPTIONS from
preprocessing to compile time constant.
2004-12-15 13:23:25 +00:00
Juri Linkov
a31a30b5bb *** empty log message *** 2004-12-15 10:27:25 +00:00
Juri Linkov
93e8fd6133 (Transient Mark, Mark Ring): M-< and other
movement commands don't set mark in Transient Mark mode
if mark is active.
2004-12-15 10:22:26 +00:00
Juri Linkov
ccec9764dc (perform-replace): Add isearch-case-fold-search.
Use delimited-flag for isearch-regexp.
Reset isearch-lazy-highlight-last-string to force lazy
highlighting when called from isearch mode.
(query-replace-highlight): Revert defcustom type to boolean.
(query-replace-lazy-highlight): New defcustom.
(query-replace): New face.
(perform-replace, replace-highlight, replace-dehighlight):
Test query-replace-lazy-highlight instead of special value
`isearch' of query-replace-highlight.
(replace-dehighlight): Don't call isearch-dehighlight.
(replace-highlight): Don't call isearch-highlight.
Use face `query-replace' unconditionally.
2004-12-15 10:10:54 +00:00
Juri Linkov
da79720c9e (isearch-update): Test isearch-lazy-highlight
before calling isearch-lazy-highlight-new-loop.
(isearch-lazy-highlight-new-loop):
Don't test isearch-lazy-highlight.
2004-12-15 10:08:51 +00:00
Jay Belanger
6d4ebd71ee *** empty log message *** 2004-12-15 06:39:29 +00:00
Jay Belanger
07ce2eb3f8 Consistently capitalized all mode names.
(Answers to Exercises): Mention that an answer can be a fraction when
in Fraction mode.
2004-12-15 06:33:24 +00:00
Nick Roberts
aa1f38cdfb Change printing example to break on a procedure name. 2004-12-15 01:27:48 +00:00
Nick Roberts
d3d89631eb *** empty log message *** 2004-12-15 01:26:57 +00:00
Kim F. Storm
dc29116a4b (read_char): Save and restore echo_string when
handling input method.
2004-12-15 00:07:15 +00:00
Kim F. Storm
2a84c6da58 (Vthrow_on_input): New variable.
(syms_of_keyboard): Defvar and initialize it.
(kbd_buffer_store_event_hold): Handle Vthrow_on_input.
2004-12-15 00:06:46 +00:00
Kim F. Storm
b8217ea67a *** empty log message *** 2004-12-14 14:20:44 +00:00
Kim F. Storm
5acfef08ad (cua--preserve-mark-commands): Remove.
(cua--undo-push-mark): Remove.
(cua--pre-command-handler, cua--post-command-handler): Don't
fiddle with inhibit-mark-movement.
2004-12-14 12:18:30 +00:00
Kim F. Storm
90c08845df (beginning-of-defun, end-of-defun): Don't
use inhibit-mark-movement.
2004-12-14 12:18:11 +00:00
Kim F. Storm
24199fe75a (inhibit-mark-movement): Remove defvar.
(beginning-of-buffer, end-of-buffer): Don't use it.
2004-12-14 12:17:43 +00:00
Kim F. Storm
5b631efcca *** empty log message *** 2004-12-14 12:17:04 +00:00
Miles Bader
734c576596 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-734
Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-75
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-76
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-77
   Update from CVS

2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-group.el (gnus-group-make-rss-group): Use
   gnus-group-make-group instead of gnus-group-unsubscribe-group.

   * lisp/gnus/gnus-start.el (gnus-setup-news): Honor user's setting to
   gnus-message-archive-method.  Suggested by Lute Kamstra
   <Lute.Kamstra@xs4all.nl>.

2004-12-08  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus-faq.texi ([5.1]): Added missing bracket.

   * man/gnus.texi (Filtering Spam Using The Spam ELisp Package): Index
   `spam-initialize'.
2004-12-14 07:29:36 +00:00
Jay Belanger
0c6d98d8df *** empty log message *** 2004-12-14 05:36:23 +00:00
Jay Belanger
8e04863ed5 Replace @tmath macro with @math.
Fix TeX definition of @expr.
Replace @i by @mathi.
2004-12-14 04:53:56 +00:00
Juri Linkov
a0e4e2757a (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
(Buffer-menu-switch-other-window, Buffer-menu-2-window):
Bind same-window-buffer-names and same-window-regexps to nil.
2004-12-14 02:35:01 +00:00
Juri Linkov
a6a2fd5e30 (list-buffers-noselect): Collect internal info
for every buffer in BUFFER-LIST arg too.
2004-12-14 02:24:33 +00:00
Juri Linkov
37d8fcc253 (sc-cite-frame-alist): Doc fix.
(sc-cite-region, sc-uncite-region, sc-recite-region):
Fix previous change to handle not alist as a symbol, but
a citation frame as a symbol that represents a variable name.
2004-12-14 00:54:54 +00:00
Juri Linkov
f1e2a03326 (next-error-buffer-p, next-error-find-buffer): Doc fix. 2004-12-14 00:51:02 +00:00
Juri Linkov
1113094c33 Fix tyop. 2004-12-13 21:51:11 +00:00
Juri Linkov
c09a9077a5 Restore ChangeLog entries deleted 2004-12-02. 2004-12-13 21:43:39 +00:00
J.D. Smith
8a3b29a5bc Variable move. 2004-12-13 20:51:36 +00:00
J.D. Smith
25d24a50f6 Re-arrange variables to avoid compiler warnings. Change
assoc-ignore-case to assoc-string.  Remove make-local-hook.
2004-12-13 20:35:07 +00:00
Richard M. Stallman
d9c1ce9ddc (file-cache-add-directory-using-find):
Only set up file-cache-find-command-posix-flag if we will use it.
2004-12-13 19:46:36 +00:00
Richard M. Stallman
da14d1acd4 (file-cache-add-directory-using-find):
Only test file-cache-find-command-posix-flag on some systems.
2004-12-13 19:43:13 +00:00