Richard M. Stallman
fe6456af41
(display-time-mode): Set display-time-load-average here.
...
(display-time-load-average): Initialize to nil.
(display-time-default-load-average): Add "None" alternative.
(display-time-update): Handle "None" alternative for load-average.
2002-09-15 01:51:49 +00:00
Kim F. Storm
63e489f595
Fix entry for keypad package.
2002-09-14 20:54:45 +00:00
Kim F. Storm
f31023f990
(keypad-setup, keypad-shifted-setup)
...
(keypad-numlock-setup, keypad-numlock-shifted-setup):
Change `Remove Binding' option to `Unspecified/User-defined'.
(keypad-setup): Enhance explanation of setup type `none'.
2002-09-14 20:54:07 +00:00
Kim F. Storm
d83b86d85f
*** empty log message ***
2002-09-14 20:53:40 +00:00
Richard M. Stallman
bbf77fe890
Correct the explanation of glyphs and glyph table.
2002-09-14 17:36:44 +00:00
Richard M. Stallman
bf2a6c399c
(display-warning): In batch mode,
...
exclude the final newline from the arg to `message'.
2002-09-14 17:35:32 +00:00
J.D. Smith
facebc7bbb
From Stefan Monnier
...
Add a \ in front of open-paren-in-column-0 in docstrings. Otherwise
indentation and font-lock get confused.
(idlwave-function-menu): Use defalias so the funs are called interactively.
Don't rely on knowledge about which Emacs provides imenu or func-menu.
(idlwave-calculate-cont-indent): Fix typo.
(idlwave-font-lock-keywords-*): Don't use setq on a defconst.
Remove unused variables.
2002-09-13 22:19:48 +00:00
Markus Rost
4e4e95198a
(diff-buffer-with-file): Check whether associated file exists.
...
Display message for 1 second. Always return nil.
2002-09-13 20:22:29 +00:00
Stefan Monnier
3baada38f8
(diff-mode): Turn on compilation-minor-mode
...
support again, but more carefully this time.
2002-09-13 19:45:36 +00:00
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