1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-30 19:53:09 +00:00
Commit Graph

49606 Commits

Author SHA1 Message Date
Thien-Thi Nguyen
970736643d Fix typo.
Remove eol whitespace.
2004-03-07 12:46:01 +00:00
Eli Zaretskii
263d3d5d20 (sort-columns): Remove ms-dos from the list of systems
where the external `sort' command is not used.
2004-03-07 07:08:43 +00:00
Eli Zaretskii
5e7b426278 Fix a typo. 2004-03-07 06:53:16 +00:00
Kim F. Storm
2958481bab (gdb-overlay-arrow-position): Add defvar.
(gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
from overlay-arrow-variable-list.
(gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
2004-03-07 00:24:42 +00:00
Kim F. Storm
d90ee664e1 *** empty log message *** 2004-03-07 00:24:14 +00:00
Nick Roberts
395b97272e (gdb-assembler-mode, gdb-assembler-custom): Set up
overlay arrow string properly for the assembler buffer.
2004-03-06 12:02:25 +00:00
Nick Roberts
0d3cb997d7 *** empty log message *** 2004-03-06 12:01:36 +00:00
Nick Roberts
ee96c8385c (gdb-assembler-mode): Create a second overlay arrow
for the assembler buffer.
(gdb-assembler-custom): Position the overlay arrow.
(gdb-put-arrow, gdb-remove-arrow): Delete functions.
2004-03-06 00:00:21 +00:00
Nick Roberts
06884a3583 *** empty log message *** 2004-03-05 23:59:08 +00:00
Stefan Monnier
032cbf902c *** empty log message *** 2004-03-05 17:07:47 +00:00
Stefan Monnier
528f876a84 (message-mode): Fix last change. 2004-03-05 12:56:55 +00:00
Stefan Monnier
fc2a68b537 (mail-mode): Fix last change. 2004-03-05 12:56:03 +00:00
Richard M. Stallman
2e8d40a1da (sort-columns): Don't use external 'sort' on ms-windows. Otherwise,
do use it if the region only contains font-lock text properties.
2004-03-05 11:31:58 +00:00
Luc Teirlinck
e4ff63a27c (help-at-pt-timer-delay): Minor doc fix (remove stray space). 2004-03-05 04:42:46 +00:00
Stefan Monnier
2822660749 (sh-font-lock-paren): Add @ in case patterns. 2004-03-04 23:27:00 +00:00
Stefan Monnier
982c8d45de Mention with-local-quit. 2004-03-04 22:56:30 +00:00
Stefan Monnier
449b6104e1 (cvs-fileinfo->backup-file): Use a more constraining
regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
2004-03-04 22:44:23 +00:00
Stefan Monnier
31df2900a4 (comment-normalize-vars): Check the user-specified comment start marker. 2004-03-04 20:02:52 +00:00
Stefan Monnier
aa83be2adf (mail-mode): Set comment-start-skip. 2004-03-04 19:58:24 +00:00
Stefan Monnier
769996d374 (message-mode): Set comment-start-skip. 2004-03-04 19:57:45 +00:00
Stefan Monnier
2720770c58 (uncomment-region): Allow non-terminated comment. 2004-03-04 19:20:35 +00:00
Masatake YAMATO
01ff913677 (hexl-mode): Set `hexl-print-current-point-info' as the callback function for eldoc.
(hexl-print-current-point-info): New function.
(hexl-current-address): print the address in both decimal and hexadecimal format.
2004-03-04 18:19:19 +00:00
Richard M. Stallman
04a6e76be8 *** empty log message *** 2004-03-04 17:25:52 +00:00
Richard M. Stallman
40d0bf851f (Regexps): Explain that ^ and $ have their
special meanings only in certain contexts.
2004-03-04 17:25:34 +00:00
Richard M. Stallman
649d1cbe2b (Expressions): Doc C-M-SPC as alias for C-M-@. 2004-03-04 17:24:23 +00:00
Richard M. Stallman
0771f2b931 (Specify Coding): Doc C-x RET F. 2004-03-04 17:23:24 +00:00
Richard M. Stallman
eddcfd0e49 (Misc Buffer): Explain use of M-x rename-uniquely
for multiple compile and grep buffers.
(Indirect Buffers): Don't recommand clone-indirect-buffer
for multiple compile and grep buffers.
2004-03-04 17:21:42 +00:00
Richard M. Stallman
09ad9db4b4 (LD_SWITCH_SYSTEM_TEMACS): New definition. 2004-03-04 17:18:38 +00:00
Richard M. Stallman
9a7e95f339 (Fdisplay_buffer): Doc fix. 2004-03-04 17:16:56 +00:00
Richard M. Stallman
ae47339f71 (Fpop_to_buffer): Doc fix. 2004-03-04 17:15:13 +00:00
Richard M. Stallman
38e82e480e Fix typos. 2004-03-04 17:10:27 +00:00
Richard M. Stallman
a2fdaa28ba (Building Lists): Minor clarification. 2004-03-04 17:08:16 +00:00
Richard M. Stallman
1c6736585d (Creating Hash): Correct the meaning of t for WEAK in make-hash-table. 2004-03-04 17:06:50 +00:00
Richard M. Stallman
c25d9847fd (rmail-convert-to-babyl-format):
Specify t for UNIBYTE when calling mail-unquote-printable-region.
2004-03-04 17:03:51 +00:00
Richard M. Stallman
926f20041f (mail-unquote-printable-region): New arg UNIBYTE. 2004-03-04 17:02:13 +00:00
Richard M. Stallman
5bb54c616f (command-switch-alist): Doc fix. 2004-03-04 17:01:17 +00:00
Richard M. Stallman
2c6a22540a (undo): Temporarily set this-command to `undo-start',
then set it to `undo' once undo-start returns without error.

(minibuffer-history-sexp-flag): Doc fix.

(kill-line): Don't disregard trailing whitespace
in eol condition, if show-trailing-whitespace is set.
2004-03-04 17:00:09 +00:00
Richard M. Stallman
01fce6ab8c Comment change. 2004-03-04 16:56:14 +00:00
Richard M. Stallman
387f00e68d (mouse-sel-has-been-enabled): New var.
(mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
When disabling, restore old values only if mouse-sel-has-been-enabled.
2004-03-04 16:55:51 +00:00
Richard M. Stallman
29f128f625 (isearch-*-char): New arg WANT-BACKSLASH.
(isearch-{-char): New function.
(isearch-mode-map): Bind { to isearch-{-char.
2004-03-04 16:54:08 +00:00
Richard M. Stallman
e6bdd6abe3 (lisp-font-lock-keywords-2):
Turn off the CL with-... and do-... general patterns.
Instead, recognize several specific with... and do... constructs.
2004-03-04 16:52:00 +00:00
Richard M. Stallman
cf44b9b797 (switch-to-buffer-other-window): Bind
same-window-buffer-names and same-window-regexps to nil.
(switch-to-buffer-other-frame): Likewise.
2004-03-04 16:49:23 +00:00
Stefan Monnier
5a7139eec2 (fill-comment-paragraph): Be more careful when
recognizing leading comment on code line.
2004-03-04 00:29:50 +00:00
Kim F. Storm
9310ba2176 Typo. 2004-03-03 23:43:02 +00:00
Kim F. Storm
7d90b5870b (display_line): Fix call to get_overlay_arrow_glyph_row. 2004-03-03 09:02:50 +00:00
Kim F. Storm
6c2488df0c *** empty log message *** 2004-03-03 09:02:24 +00:00
Stefan Monnier
8bde1d70ff (setwins, setwins_almost): Skip .arch-ids and other hidden files/directories. 2004-03-03 03:57:32 +00:00
Stefan Monnier
f5e8505176 (fill-paragraph): Don't check comment-start-skip,
only comment-start (in case the mode hasn't set it).
2004-03-02 22:19:19 +00:00
Stefan Monnier
d8d95bc7ac *** empty log message *** 2004-03-02 22:13:02 +00:00
Stefan Monnier
6d376b570e (maintainer-clean): Clean in the lisp dir as well.
(bootstrap): Use the new boostrap-prepare target in lisp.
2004-03-02 22:11:53 +00:00