- 06 Jun, 2000 3 commits
-
-
Kenichi Handa authored
(viet-viscii-nonascii-translation-table): Define it as a translation table made from viet-viscii-decode-table. (viet-viscii-encode-table): Define it as a translation table made from the reverse map of above. (viet-vscii-nonascii-translation-table): Define it as a translation table made from viet-vscii-decode-table. (viet-vscii-encode-table): Define it as a translation table made from the reverse map of above. (ccl-decode-viscii): Use translate-character. (ccl-encode-viscii, ccl-encode-viscii-font) (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): Likewize.
-
Kenichi Handa authored
padding glyph.
-
Kenichi Handa authored
terminal coding does any conversion. (append_glyph): Set glyph->pixel_width correctly.
-
- 05 Jun, 2000 31 commits
-
-
Gerd Moellmann authored
-
Gerd Moellmann authored
a user sets it to nil in a hook.
-
Gerd Moellmann authored
-
Dave Love authored
-
Dave Love authored
(Foptimize_char_table, make_temp_name): Declare.
-
Dave Love authored
(timezone) [USG5_4]: Define as time_t.
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
-
Kenichi Handa authored
translation-table. (ccl-compile-map-multiple): Modified to avoid compiler warning.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Stefan Monnier authored
* hl-line.el (hl-line-mode): Use the new :global key argument.
-
Stefan Monnier authored
(tar-clip-time-string): Prepend a space. (tar-grind-file-mode): Construct a string rather than modifying one. (tar-header-block-summarize): Fix docstring. Use `format' rather than an error-prone set of copy-loops.
-
Stefan Monnier authored
(diff-goto-source, diff-unified->context, diff-context->unified) (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to understand the format output by the `-p' argument to diff.
-
Stefan Monnier authored
(sh-re-done): Use defconst. (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar. (sh-help-string-for-variable, sh-guess-basic-offset): Don't quote lambdas. (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo. (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
-
Stefan Monnier authored
(mh-letter-mode): Derive from text-mode. This implicitly means that it now calls kill-all-local-variables. Also remove the Emacs-18 compatibility code.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
Make use of symbol-property doc-string-elt. Use memq rather than a sequence of eq. (doc-string-elt): Fix the wrong or missing previously unused values. (autoload-print-form): New function extracted from generate-file-autoloads to allow recursion when handling progn so that defvar's and defun's docstrings are properly printed. (generate-file-autoloads): Use it.
-
Stefan Monnier authored
Use find-file-hooks in the minor-mode function. Be careful not to loop indefinitely in the post-command-hook function.
-
Stefan Monnier authored
(jit-lock-fontify-buffer): New function for JIT refontification. (jit-lock-mode): Fix docstring. Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function. Remove jit-lock-after-change from the _local_ hook. (jit-lock-function-1): Fix docstring.
-
Michael Kifer authored
* ediff-init.el (ediff-has-face-support-p): make it paint faces on tty's. * ediff-diff.el (ediff-exec-process): use --binary for fine differences whenever apropriate. * viper-cmd.el (viper-smart-suffix-list): rearranged list members. * viper.el (find-file,find-file-other-window): get viper to do wildcards.
-
- 04 Jun, 2000 5 commits
-
-
Stefan Monnier authored
(easy-mmode-define-global-mode): New macro. (define-minor-mode): Fix the handling of `group'. (easy-mmode-define-keymap): Use case.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
(easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name and improve to use the lighter to guess the capitalization. (define-minor-mode): Inline code from easy-mmode-define-toggle. Add keyword arguments to specify global-ness or the custom group. Add local-map and help-echo properties to the lighter. (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
-
- 03 Jun, 2000 1 commit
-
-
Dave Love authored
-