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

28609 Commits

Author SHA1 Message Date
Stefan Monnier
32d6fffb81 (compile-internal): Style typo. 2000-05-23 20:14:43 +00:00
Stefan Monnier
1e15f1152c *** empty log message *** 2000-05-23 20:10:46 +00:00
Stefan Monnier
3fc5b4e228 (comment-make-extra-lines): Don't use `assert'. 2000-05-23 20:06:10 +00:00
Stefan Monnier
99d0735f52 (dynamic-completion-mode, dynamic-completion-mode): Don't quote lambdas. 2000-05-23 20:04:36 +00:00
Stefan Monnier
e5eee690ff (ffap-highlight): Use facep rather than internal-find-face. 2000-05-23 19:57:48 +00:00
Gerd Moellmann
9695b7830b *** empty log message *** 2000-05-23 15:39:40 +00:00
Gerd Moellmann
1d34daaee7 (ffap-url-regexp): Add `https'. 2000-05-23 15:27:21 +00:00
Gerd Moellmann
c1c5790dfd *** empty log message *** 2000-05-23 15:11:48 +00:00
Gerd Moellmann
2e3a2ea0bf *** empty log message *** 2000-05-23 13:24:50 +00:00
Eli Zaretskii
41ac433f66 (make-backup-file-name-1): Replace slashes with `!'
rather than `|' (which is not allowed on Windows).  Replace the
drive letters with a string "drive_X".
2000-05-23 13:19:38 +00:00
Gerd Moellmann
46600ab153 *** empty log message *** 2000-05-23 12:22:28 +00:00
Gerd Moellmann
457316e950 (sh-ancestor-alist): Add `bash2'. 2000-05-23 11:23:51 +00:00
Gerd Moellmann
9e451c4436 (interpreter-mode-alist): Add `bash2'. 2000-05-23 11:22:08 +00:00
Gerd Moellmann
60a963715f *** empty log message *** 2000-05-23 11:12:04 +00:00
Kenichi Handa
d23ee51483 (struct coding_system): Add a comment for src_multibyte and
dst_multibyte.
2000-05-23 11:08:35 +00:00
Gerd Moellmann
ded2e8a552 *** empty log message *** 2000-05-23 10:49:33 +00:00
Eli Zaretskii
9aeb39fad8 (SOME_MACHINE_LISP): Add disp-table.elc,
dos-vars.elc, ccl.elc, and codepage.elc, all loaded by the ms-dos
version.
(MSDOS_SUPPORT): Add dos-vars.elc, ccl.elc, and codepage.elc.
2000-05-23 10:47:20 +00:00
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