1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00
Commit Graph

43760 Commits

Author SHA1 Message Date
Richard M. Stallman
8b6c1445c2 Fix typo. 2002-09-13 19:36:55 +00:00
Richard M. Stallman
95fb966a33 (UNEXEC): Comment out definition. 2002-09-13 19:36:33 +00:00
Richard M. Stallman
312270cf02 (unexec): Don't downcase first letter of error msg. 2002-09-13 19:35:58 +00:00
Richard M. Stallman
2e1bb1c32d (Fcolor_supported_p): Just one arg is required. 2002-09-13 19:35:08 +00:00
Stefan Monnier
3f1045d53f (cvs-do-removal): Bind inhibit-read-only while modifying the buffer. 2002-09-13 19:09:45 +00:00
Stefan Monnier
d3627c478f (perl-mode-syntax-table): Mark $, % and @
such that backward-sexp correctly skips them.
(perl-font-lock-keywords-2): Use regexp-opt.
(perl-font-lock-syntactic-keywords)
(perl-font-lock-syntactic-face-function): Better handle PODs.
Handle package names with ' in them and ($$) in `sub' declarations.
Handle format staements.  Handle regexp and quote-like ops.
(perl-empty-syntax-table): New var.
(perl-quote-syntax-table): New fun.
2002-09-13 18:44:29 +00:00
Stefan Monnier
595015bbf8 (cvs-mode-find-file): Work even if point is at beg-of-line. 2002-09-13 18:25:26 +00:00
Stefan Monnier
4745e73833 (comment-with-narrowing): Use the `declare' thingy. 2002-09-13 18:22:37 +00:00
Stefan Monnier
12a1174598 (define-derived-mode): Properly ignore unknown args. 2002-09-13 16:22:04 +00:00
Stefan Monnier
82dc968ca9 (transient-mark-mode, line-number-mode, column-number-mode):
Pass an explicit `:require nil' argument.
2002-09-13 14:21:45 +00:00
Stefan Monnier
c8fb3bf9c6 (define-minor-mode): Add a :require arg.
Don't call the function during init if mode is on by default.
2002-09-13 14:16:02 +00:00
Stefan Monnier
00398e3b5c Provide `simple'. 2002-09-13 13:56:41 +00:00
Francesco Potortì
ba8cb9c56d (tetris-blank-options, tetris-cell-options):
Remove various redundant `(t nil)'.
(tetris-border-options): Use color on tty if available.
2002-09-13 13:33:57 +00:00
Francesco Potortì
c2f8b57c62 (snake-border-options): Use color on tty if available. 2002-09-13 13:31:54 +00:00
Francesco Potortì
6add75170c (pong-border-options): Use color on tty if
available.  Reset color on tty to be [0.5 0.5 0.5].
2002-09-13 13:30:09 +00:00
Francesco Potortì
a4afd28511 Good appearance of gamegrid-based games on color ttys. 2002-09-13 13:27:05 +00:00
Kim F. Storm
7fdc0c130e (kmacro-start-macro): Doc fix. 2002-09-13 07:18:27 +00:00
Kim F. Storm
495aa8f4f6 *** empty log message *** 2002-09-13 07:18:05 +00:00
Juanma Barranquero
e23d264da6 (whitespace-unload-hook): Call `remove-hook' with three arguments, not four. 2002-09-13 06:21:51 +00:00
Juanma Barranquero
8a36f09393 (idlwave-shell-cleanup): Fix reference to `idlwave-idlwave_routine_info-compiled'. 2002-09-13 06:18:53 +00:00
Markus Rost
6c009b5b4f *** empty log message *** 2002-09-13 03:43:05 +00:00
Richard M. Stallman
9e9a77a62a (universal-coding-system-argument):
Read the coding system inside `interactive' spec, for command-history.
2002-09-13 02:15:56 +00:00
Stefan Monnier
23fdddf7d1 *** empty log message *** 2002-09-12 22:03:55 +00:00
Kim F. Storm
28241c47e7 (kmacro-keymap): Changed bindings:
C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
2002-09-12 21:52:26 +00:00
Stefan Monnier
43ce8949e9 (find-library-name): Typo. 2002-09-12 21:49:55 +00:00
Stefan Monnier
4dbf594b9f (find-library-name): Don't forget the empty suffix. Fix stale variable name. 2002-09-12 21:48:20 +00:00
Stefan Monnier
df52e0e7ac (diff-mode): Docstring improvement. 2002-09-12 21:44:23 +00:00
Kim F. Storm
1a7cf67f5d *** empty log message *** 2002-09-12 21:37:25 +00:00
Stefan Monnier
8b5cd4d0c5 (gud-gdb-massage-args, gud-sdb-massage-args)
(gud-pdb-massage-args): Delete.
(gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
(gud-gdb-command-name): New var.  Put "--fullname" in there.
(gud-query-cmdline): Use the most recent executable as the default.
Don't add "--fullname" (it's only valid/meaningful for GDB).
(gud-xdb-marker-filter): Use match-string.
(gud-perldb-massage-args): Don't add "-d".
(gud-perldb-command-name): Add "-d".
(gud-common-init): If `massage-args' is nil, don't call it.
(gud-format-command): Don't hardcode point-min==1.
2002-09-12 21:26:27 +00:00
Stefan Monnier
45aaa254f3 Require CL when compiling. 2002-09-12 20:49:44 +00:00
Markus Rost
dad0e4f49f Include buffer.h, charset.h, coding.h. 2002-09-12 19:35:17 +00:00
J.D. Smith
76959b7796 Updated to IDLWAVE version 4.15. See idlwave.org. 2002-09-12 17:24:53 +00:00
Dave Love
dd6478be6a (Charset Translation): Fix description of process. 2002-09-12 17:14:25 +00:00
Simon Josefsson
7fda10ab2d (time-stamp-hhmmss): New function. 2002-09-12 06:04:10 +00:00
Simon Josefsson
bf6e31bc66 (smtpmail-send-it): Don't use : in filenames
(for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
Use expand-file-name.  Also don't require time-stamp.
2002-09-12 06:03:03 +00:00
Richard M. Stallman
09facbd27a (Search and Replace): Fix arg order for perform-replace. 2002-09-12 03:32:02 +00:00
Richard M. Stallman
398101a6ca Comment change. 2002-09-12 03:31:05 +00:00
Richard M. Stallman
7c3cb37dcc *** empty log message *** 2002-09-12 03:30:13 +00:00
Richard M. Stallman
fdebad6415 Don't use report_file_error; do it by hand using dlerror. 2002-09-12 03:28:59 +00:00
Richard M. Stallman
75eb23f13f (wait_reading_process_input, both versions):
Before calling turn_on_atimers, call stop_polling.
2002-09-12 03:27:40 +00:00
Richard M. Stallman
2a9d2ed67d (syms_of_emacs) <command-line-args>: Doc fix. 2002-09-12 03:26:59 +00:00
Richard M. Stallman
6155205e82 (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
and we have non-toolkit scroll bars, return nil for scroll-bar-width.
2002-09-12 03:26:23 +00:00
Richard M. Stallman
ef3c2c73ce (try_scrolling): If after make_cursor_line_fully_visible
we go to too_near_end, call clear_glyph_matrix.
(redisplay_window): After make_cursor_line_fully_visible,
call clear_glyph_matrix and bypass `goto done'.
2002-09-12 03:26:01 +00:00
Richard M. Stallman
45ee08fddc (define-derived-mode): When making new abbrev table,
don't try to copy the parent's abbrev table.
2002-09-12 03:22:40 +00:00
Richard M. Stallman
509b4dbc0b Adjust ps-print-color-p, ps-default-fg and ps-default-bg setting.
(ps-print-version): New version number (6.5.7).
(ps-mark-active-p): New fun.
(ps-print-preprint-region): Adjust code.
2002-09-12 03:21:57 +00:00
Richard M. Stallman
1b3f70a03a (ruler-mode-left-scroll-bar-cols):
Always round scroll-bar-width parameter up.
If it is nil, use 14.
2002-09-12 03:21:21 +00:00
Richard M. Stallman
ad9d51b211 (copy-abbrev-table): New function. 2002-09-12 03:19:25 +00:00
Richard M. Stallman
4af77d9fce Fix typo. 2002-09-12 03:14:50 +00:00
Stefan Monnier
48b33993a4 (define-derived-mode): Fix typo. 2002-09-11 22:04:40 +00:00
Stefan Monnier
a9d9606141 (line-number-mode, column-number-mode)
(transient-mark-mode): Use minor mode directly.
(menu-bar-make-toggle): Remove `props' arg.
Move customize-mark-as-set directly into the toggle function.
2002-09-11 21:56:50 +00:00