Gerd Moellmann
ce75fd2348
*** empty log message ***
2000-05-23 09:44:28 +00:00
Kenichi Handa
d1e4948d22
(skip_chars): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
2000-05-23 02:25:45 +00:00
Kenichi Handa
0574a2ed1c
(skip_chars): FETCH_STRING_CHAR_ADVANCE unconditionally.
2000-05-23 02:25:11 +00:00
Kenichi Handa
8d76911517
(read_char): Allow character codes 128..255 to be
...
handled by input-method-function.
2000-05-23 02:19:20 +00:00
Kenichi Handa
55a172024b
(IT_write_glyphs): Set coding->src_multibyte to 1.
2000-05-23 01:34:05 +00:00
Kenichi Handa
f2ba40be95
(encode_terminal_code): Set coding->src_multibyte properly.
2000-05-23 01:33:40 +00:00
Kenichi Handa
3d80f24d75
*** empty log message ***
2000-05-23 01:33:11 +00:00
Kenichi Handa
cfe34140af
Fix previous change (typo).
2000-05-23 00:47:54 +00:00
Kenichi Handa
f6302ac964
Fix comment for find_charset_in_text.
2000-05-23 00:46:13 +00:00
Kenichi Handa
ff2b1ea945
(encode_eol): Fix a bug of DOS style EOL encoding.
2000-05-23 00:17:27 +00:00
Kenichi Handa
29ced61baa
*** empty log message ***
2000-05-23 00:15:39 +00:00
Dave Love
79a64d87eb
*** empty log message ***
2000-05-22 19:53:14 +00:00
Dave Love
53c1fa0f50
(feature-symbols, file-provides, file-requires): Use mapc.
...
(feature-file): Avoid calling symbol-name. Doc fix.
(file-set-intersect, file-dependents): Use dolist, not mapcar.
(loadhist-hook-functions): Add mouse-position-function.
(unload-feature): Change uses of mapcar.
2000-05-22 19:35:34 +00:00
Dave Love
74654c6507
(parse-colon-path): Doc fix.
...
(auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
(set-auto-mode): Use mapc.
2000-05-22 19:29:04 +00:00
Dave Love
5f34457e85
(PC-look-for-include-file): Use :alnum: character class.
...
(partial-completion-mode): Add autoload cookie.
2000-05-22 19:14:50 +00:00
Dave Love
643c911e6f
Fix boilerplate comments.
2000-05-22 19:00:13 +00:00
Dave Love
286c138d80
Fix last change.
2000-05-22 18:19:55 +00:00
Sam Steingold
0e8c11d821
(Info-fontify-node): fixed the call to add-text-properties
2000-05-22 18:15:56 +00:00
Dave Love
d903239064
Imenu addition
2000-05-22 18:15:33 +00:00
Dave Love
17a4f5ec0a
Saveplace
2000-05-22 18:14:08 +00:00
Dave Love
d8d0fa6c59
Remove debug-ignored-errors set in other files.
2000-05-22 18:09:30 +00:00
Dave Love
dd2cedb97c
Add to debug-ignored-errors.
...
(visit-tags-table-buffer): Clear out buffers holding old tables when
making a new list.
(etags-recognize-tags-table, tags-recognize-empty-tags-table): Use mapc.
(tags-with-face): Use make-symbol, not gensym.
2000-05-22 18:03:36 +00:00
Dave Love
d2c49fd8d7
Doc fixes. Add to debug-ignored-errors. Don't quote keywords.
...
(cmpl-string-case-type): Use character classes.
2000-05-22 17:53:15 +00:00
Dave Love
f1ed9461a9
Add to debug-ignored-errors.
2000-05-22 17:41:53 +00:00
Dave Love
87207d1407
Add debug-ignored-errors.
...
(dabbrev-completion): Use mapc.
2000-05-22 17:30:42 +00:00
Gerd Moellmann
c736534c59
*** empty log message ***
2000-05-22 11:30:12 +00:00
Eli Zaretskii
1edbbf8a47
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
...
(woman-mapcan, woman-parse-man.conf)
(woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
(woman-reset-emulation): New functions.
(woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
path syntax better.
(woman-man.conf-path, woman-use-own-frame): New defcustoms.
(woman-manpath): Call woman-parse-man.conf.
(woman-emulation): New defcustom, defaults to nroff.
(woman-font-support): New defconst.
(woman-select-symbol-fonts): New function.
(woman-use-symbol-font): New defcustom.
(woman-menu): Add new menu items: "Colored/BW", "Advanced",
"Emulation".
Many functions: Doc fix.
2000-05-22 07:01:17 +00:00
Kenichi Handa
99da6af390
(quail-simple-translation-keymap): Map
...
128..255 to quail-self-insert-command.
(quail-keyboard-layout-alist): Add definition for "pc102-de".
2000-05-22 04:40:49 +00:00
Kenichi Handa
5bd2148cb8
*** empty log message ***
2000-05-22 04:40:00 +00:00
Stefan Monnier
194959c700
(help-manyarg-func-alist): Typo.
2000-05-22 04:31:04 +00:00
Stefan Monnier
40aeecadb8
Rewritten to take advantage of shy-groups and
...
intervals which makes it heaps simpler.
2000-05-22 04:29:52 +00:00
Kenichi Handa
c9d80d3816
(read_char): Allow character codes 128..255 to be
...
handled by input-method-function.
2000-05-22 04:26:47 +00:00
Stefan Monnier
4125ec7e79
(comment-region-internal): Go back to BEG after quoting
...
the nested comment markers.
2000-05-22 04:24:01 +00:00
Kenichi Handa
adee4f912a
(adjust_markers_for_replace): Fix previous change.
...
(adjust_after_replace): If PREV_TEXT is nil, call
adjust_markers_for_insert, not adjust_markers_for_replace.
2000-05-22 00:19:43 +00:00
Kenichi Handa
d7e00792f2
*** empty log message ***
2000-05-22 00:19:18 +00:00
Stefan Monnier
e4da9c1c34
(remove-hook): Don't turn the hook's value into a list.
2000-05-21 23:24:18 +00:00
Dave Love
ac2665815a
(edmacro-parse-keys): Return vector if any elements are invalid
...
characters.
2000-05-21 19:51:14 +00:00
Dave Love
cb7216a79a
(detect-coding-with-priority): Use mapc. Remove redundant lambda.
2000-05-21 17:48:48 +00:00
Dave Love
45377ab444
(list-non-iso-charset-chars, describe-fontset): Remove redundant
...
lambda.
2000-05-21 17:41:51 +00:00
Dave Love
4e96834374
(brief-mode): New alias.
2000-05-21 17:33:05 +00:00
Dave Love
6a475c9955
(ring-elements): New function.
2000-05-21 17:29:50 +00:00
Dave Love
b9f5db901f
(easy-menu-create-menu, easy-menu-do-add-item): Use keywordp.
2000-05-21 17:26:47 +00:00
Dave Love
049a65a311
Update side-effect free function lists.
2000-05-21 17:24:19 +00:00
Dave Love
7e722af32a
Change header line.
2000-05-21 17:21:24 +00:00
Dave Love
e730be7fbb
Doc and error message fixes.
...
(replace-highlight): Use facep, not internal-find-face.
2000-05-21 17:04:47 +00:00
Dave Love
84469aeb4f
(facemenu-set-face): Fix interactive prompt.
2000-05-21 16:56:47 +00:00
Dave Love
f8bdd51999
fix @sc use
2000-05-21 11:42:50 +00:00
Dave Love
5bf244f1c6
(ERROR_MAX): Increase to 160.
2000-05-21 11:07:47 +00:00
Dave Love
752fb47256
Include config.h, not ../src/config.h.
...
(Errmsg): Bump length.
2000-05-21 11:02:50 +00:00
Stefan Monnier
b2d2cf58b1
*** empty log message ***
2000-05-21 02:32:09 +00:00