- 16 Dec, 2004 9 commits
-
-
Kim F. Storm authored
-
Juri Linkov authored
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.
-
Juri Linkov authored
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.
-
Juri Linkov authored
As a last resort try striping non-word prefixes and suffixes.
-
Juri Linkov authored
As a last resort try striping non-word prefixes and suffixes.
-
Juri Linkov authored
-
Juri Linkov authored
-
Juri Linkov authored
(grep-mode-font-lock-keywords): Use grep-match-face instead of compilation-column-face to highlight grep matches.
-
Juri Linkov authored
(list-matching-lines-face): Change default from `bold' to `match'.
-
- 15 Dec, 2004 18 commits
-
-
Jan Djärv authored
(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.
-
Jan Djärv authored
returning when xg_ignore_gtk_scrollbar is true.
-
Daniel Pfeiffer authored
-
J.D. Smith authored
-
J.D. Smith authored
-
Thien-Thi Nguyen authored
-
Thien-Thi Nguyen authored
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'.
-
Andreas Schwab authored
preprocessing to compile time constant.
-
Juri Linkov authored
-
Juri Linkov authored
movement commands don't set mark in Transient Mark mode if mark is active.
-
Juri Linkov authored
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.
-
Juri Linkov authored
before calling isearch-lazy-highlight-new-loop. (isearch-lazy-highlight-new-loop): Don't test isearch-lazy-highlight.
-
Jay Belanger authored
-
Jay Belanger authored
(Answers to Exercises): Mention that an answer can be a fraction when in Fraction mode.
-
Nick Roberts authored
-
Nick Roberts authored
-
Kim F. Storm authored
handling input method.
-
Kim F. Storm authored
(syms_of_keyboard): Defvar and initialize it. (kbd_buffer_store_event_hold): Handle Vthrow_on_input.
-
- 14 Dec, 2004 12 commits
-
-
Kim F. Storm authored
-
Kim F. Storm authored
(cua--undo-push-mark): Remove. (cua--pre-command-handler, cua--post-command-handler): Don't fiddle with inhibit-mark-movement.
-
Kim F. Storm authored
use inhibit-mark-movement.
-
Kim F. Storm authored
(beginning-of-buffer, end-of-buffer): Don't use it.
-
Kim F. Storm authored
-
Miles Bader authored
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'.
-
Jay Belanger authored
-
Jay Belanger authored
Fix TeX definition of @expr. Replace @i by @mathi.
-
Juri Linkov authored
(Buffer-menu-switch-other-window, Buffer-menu-2-window): Bind same-window-buffer-names and same-window-regexps to nil.
-
Juri Linkov authored
for every buffer in BUFFER-LIST arg too.
-
Juri Linkov authored
(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.
-
Juri Linkov authored
-
- 13 Dec, 2004 1 commit
-
-
Juri Linkov authored
-