Miles Bader
8e3f37811a
(comint-carriage-motion): Doc-string tweaks.
2001-05-28 15:09:44 +00:00
Gerd Moellmann
eb04d6cd3d
*** empty log message ***
2001-05-28 15:02:01 +00:00
Gerd Moellmann
1486b4630e
(Fstart_kbd_macro): Doc fix.
2001-05-28 15:01:34 +00:00
Gerd Moellmann
8df317a691
(LANG): Set LC_ALL and LANGUAGE to C, unset
...
LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
2001-05-28 14:59:31 +00:00
Gerd Moellmann
06310b7643
*** empty log message ***
2001-05-28 14:50:35 +00:00
Gerd Moellmann
8bd6307fbe
*** empty log message ***
2001-05-28 13:42:52 +00:00
Gerd Moellmann
b7f83f9ed3
(cursor_in_mouse_face_p): New function.
...
(x_draw_stretch_glyph_string): Use it to choose a different GC
when drawing a cursor within highlighted text.
2001-05-28 13:42:21 +00:00
Gerd Moellmann
3db6f8cad4
(comint-carriage-motion): Renamed from
...
`comint-cr-magic'. Operate on the buffer instead of the string
(for use as a comint post-output filter, instead of as a
pre-output filter). Handle backspaces too. Add to the
`comint-output-filter-functions' hook instead of
`comint-preoutput-filter-functions'.
2001-05-28 13:01:24 +00:00
Stefan Monnier
393d2dbf4a
(outline-mode): Fix font-lock-defaults.
...
(outline-invisible-p): New function.
(hide-leaves): Save excursion.
(hide-other): Stop looping when reaching bobp.
2001-05-28 12:21:59 +00:00
Gerd Moellmann
e26c408973
(Fload): Remove unused label.
2001-05-28 12:05:45 +00:00
Gerd Moellmann
f4a6687dd6
(string_display_width): Put in #if 0.
2001-05-28 12:04:47 +00:00
Gerd Moellmann
04f250d495
(char_property_eq): Put in #if 0.
2001-05-28 12:04:26 +00:00
Gerd Moellmann
89c8dc6c22
*** empty log message ***
2001-05-28 11:58:55 +00:00
Gerd Moellmann
d250dcfc18
(speeds): Put in #if 0.
2001-05-28 11:58:27 +00:00
Gerd Moellmann
c79cb28320
(japanese-hankaku): Prefer the charset
...
`jisx0201' when the optional argument `ascii-only' is not specified.
(japanese-hankaku-region): Ditto.
From Katsumi Yamaoka <yamaoka@jpl.org>
2001-05-28 11:03:17 +00:00
Eli Zaretskii
719bb352ad
*** empty log message ***
2001-05-28 07:24:57 +00:00
Eli Zaretskii
558771ba0d
(custom-file): Fix last change.
2001-05-28 07:13:32 +00:00
Stefan Monnier
d686d354c1
(byte-compile-file-form-autoload): Use the
...
same definition in byte-compile-function-environment as `autoload'
would put in `symbol-function'.
2001-05-27 11:40:39 +00:00
Stefan Monnier
0abfa90d84
(byte-compile-inline-expand): Complete Dave's
...
patch to correct the error message as well.
2001-05-27 11:34:56 +00:00
Stefan Monnier
28881a56aa
(byte-compile-inline-expand): Fix the arg of `load' again.
2001-05-27 11:12:13 +00:00
Stefan Monnier
4cc56269c2
*** empty log message ***
2001-05-27 11:11:24 +00:00
Stefan Monnier
b291c86c45
(byte-compile-inline-expand): Undo last change.
2001-05-27 11:02:02 +00:00
Eli Zaretskii
71261a01d3
(custom-file): Don't assume we were invoked with -q unless ~/.emacs exists.
2001-05-27 10:38:51 +00:00
Eli Zaretskii
d2b747a847
Document that customizations from "emacs -q" cannot be saved.
2001-05-27 06:26:54 +00:00
Eli Zaretskii
49b1a63801
(enable-command): If user-init-file is nil or does not
...
exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
2001-05-27 06:18:28 +00:00
Stefan Monnier
86f6474ca2
*** empty log message ***
2001-05-26 17:16:40 +00:00
Stefan Monnier
15ca8de7fd
(tex-mode-syntax-table): Add ^.
...
(tex-font-lock-keywords-1, tex-font-lock-keywords-2):
Allow spaces around macro arguments.
(tex-mode-map): Inherit from text-mode-map, but rebind \t to
indent-for-tab-command.
(latex-mode-map, plain-tex-mode-map): New keymaps.
Inherit from tex-mode-map.
(tex-common-initialization): Don't setup the keymap any more
since it's now done right by define-derived-mode.
(latex-mode): Set skeleton-end-hook to nil.
(latex-skeleton-end-hook): Remove.
(tex-latex-block, latex-insert-item): Simplify.
(latex-syntax-after): Use following-char rather than char-after.
(tex-discount-args-cmds, tex-count-words): New functions.
2001-05-25 22:08:58 +00:00
Stefan Monnier
1a6af6a221
(tildify-ignored-environments-alist): Recognize \verb* right.
2001-05-25 21:43:21 +00:00
Stefan Monnier
fd22e6cab6
(tildify-ignored-environments-alist):
...
Recognize \verb* as well.
2001-05-25 21:41:44 +00:00
Stefan Monnier
4b8dfb4345
(perl-mode): Use define-derived-mode.
...
(perl-comment-indent): Simplify to let newcomment.el do its job.
(perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
(perl-mark-function): Cleanup the namespace.
(perl-calculate-indent): Don't be fooled by nested functions.
2001-05-25 21:16:05 +00:00
Stefan Monnier
74e87f23e4
Docstring typo.
2001-05-25 20:35:00 +00:00
Stefan Monnier
c49d6ca7a0
(speedbar-find-selected-file): RE-quote the filename.
2001-05-25 18:48:41 +00:00
Stefan Monnier
a434b175a9
(byte-compile-inline-expand):
...
Fix the arg of `load'. From Dave Love <fx@gnu.org>.
2001-05-25 18:43:50 +00:00
Andrew Choi
4e7e1f0302
2001-05-25 Andrew Choi <akochoi@i-cable.com>
...
* international/titdic-cnv.el (ctlau-gb-converter): `\' should
actually be `\\'.
(ctlau-b5-converter): Likewise.
2001-05-25 11:47:37 +00:00
Richard M. Stallman
ba5d9bfdad
Add some intro text in node Deletion.
2001-05-24 21:55:04 +00:00
Jason Rumney
263f71348d
Clarify that building with MSVC requires nmake.
2001-05-24 21:23:05 +00:00
Andrew Choi
e089be2d47
Change input method name chinese-ctlau-b5 back to chinese-ctlaub.
2001-05-24 14:03:11 +00:00
Andrew Choi
8bc16ea99b
2001-05-24 Andrew Choi <akochoi@i-cable.com>
...
* international/titdic-cnv.el (quail-misc-package-ext-info):
Change name of input method chinese-ctlaub to chinese-ctlau-b5.
2001-05-24 12:14:42 +00:00
Andrew Choi
2bef09483b
2001-05-24 Andrew Choi <akochoi@i-cable.com>
...
* international/titdic-cnv.el (quail-misc-package-ext-info):
Change CTLauB.el to CTLau-b5.el.
2001-05-24 12:04:02 +00:00
Andrew Choi
937fad9a6e
2001-05-24 Andrew Choi <akochoi@i-cable.com>
...
* Makefile.in (MISC-DIC): Change CTLauB.elc to CTLau-b5.elc.
2001-05-24 11:57:18 +00:00
Stefan Monnier
d2d1851b5d
(gud-gdb-run-command-fetch-lines): Use forward-line
...
rather than beginning-of-line to avoid problems with fields.
(gud-perldb-massage-args): Use unless and push.
(gud-chdir-before-run): New var.
(gud-common-init): Use it.
2001-05-23 18:41:33 +00:00
Andrew Choi
5e3d4fbce3
*** empty log message ***
2001-05-23 16:58:31 +00:00
Andrew Choi
5156a15c6b
2001-05-24 Andrew Choi <akochoi@i-cable.com>
...
* CXTERM-DIC/CTLau.tit, CXTERM-DIC/CTLauB.tit: Delete files.
* MISC-DIC/CTLau.html, MISC-DIC/CTLau-b5.html: Add files.
* Makefile.in (TIT-GB): Remove CTLau.elc from it.
(TIT-BIG5): Remove CTLauB.elc from it.
(MISC-DIC): Add CTLau.elc and CTLauB.elc to it.
2001-05-23 16:57:26 +00:00
Andrew Choi
a4c4011b95
2001-05-24 Andrew Choi <akochoi@i-cable.com>
...
* international/titdic-cnv.el (quail-cxterm-package-ext-info):
delete entries for chinese-ctlau and chinese-ctlaub.
(quail-misc-package-ext-info): add entries for chinese-ctlau and
chinese-ctlaub.
(ctlau-converter): New function.
(ctlau-gb-converter): New function.
(ctlau-b5-converter): New function.
2001-05-23 16:54:04 +00:00
Gerd Moellmann
f1f65349f4
(custom-comment-show): Remove debug code.
2001-05-22 09:46:32 +00:00
Gerd Moellmann
0216c3dfce
(japanese-symbol-table): Fix handling of
...
Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
2001-05-22 09:33:52 +00:00
Richard M. Stallman
ea6f077a36
Minor clarifications.
2001-05-22 07:27:34 +00:00
Richard M. Stallman
b3f74d2128
Minor fixes.
2001-05-22 07:26:19 +00:00
Richard M. Stallman
17c92caca8
Fix some xrefs to other manuals.
2001-05-22 07:25:04 +00:00
Stefan Monnier
e8a1ed310d
(diff-jump-to-old-file, diff-update-on-the-fly):
...
Renamed by removing the silly `-flag' suffix.
(diff-mode, diff-minor-mode, diff-find-source-location): Update.
2001-05-21 18:45:05 +00:00