- 11 Aug, 1997 21 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Per Abrahamsen authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(c-styles-alist): In "java" style, set c-hanging-comment-starter-p to nil to preserve Javadoc starter lines.
-
Richard M. Stallman authored
lines are now analyzed as template-args-cont.
-
Richard M. Stallman authored
Move `/' as an electric character from c++-mode-map to c-mode-base-map for all languages. (c-common-init): Set comment-multi-line and comment-line-break-function here for all modes. Make comment-line-break-function buffer local iff it's boundp. (c-C-comment-start-regexp): Obsolete. (c-comment-start-regexp): Initialize from c-C++-comment-start-regexp. (c-populate-syntax-table, c-setup-dual-comments): Merge both functions into c-populate-syntax-table. With the new 9X draft C standard, both line and block oriented comments are supported in all modes, so always set up the syntax tables to support both comment styles. (c-enable-//-in-c-mode): Obsolete. (c++-mode-syntax-table, java-mode-syntax-table) (objc-mode-syntax-table, idl-mode-syntax-table): Added autoload cookies. c-mode-syntax-table already has one. Use the new syntax table initialization idioms.
-
Richard M. Stallman authored
(c-initialize-cc-mode): Require 'cc-mode-19 if functionp is not bound. Check cc-mode-19 interface requirements. (c-mode, c++-mode, objc-mode, java-mode, idl-mode): Don't set comment-multi-line here. (c-mode): c-comment-start-regexp uses c-C++-comment-start-regexp to support line oriented comments.
-
Richard M. Stallman authored
(c-comment-continuation-stars): New variable.
-
Richard M. Stallman authored
don't have the variable comment-line-break-function. (c-electric-slash): Make this work as the final slash in a */ block oriented comment closing token. (c-comment-line-break-function): New function for proposed mode-specific comment-line-break-function variable.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
the executable is in its `src' subdirectory, as under a debugger. (IT_set_face): If termscript is in use, print the number of the face as well.
-
Richard M. Stallman authored
service, NT DPMI server will crash Emacs in DOS box, if we do.
-
Richard M. Stallman authored
parameters in the frame parameters' alist.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(msdos-color-translate): Handle color names which end with a number, like gray85 and purple3. (msdos-face-setup): Call `face-set-after-frame-default', so default faces are correctly set. Do not set background of the region face (it is set by `face-set-after-frame-default').
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 10 Aug, 1997 19 commits
-
-
Kenichi Handa authored
CODING_FLAG_ISO_SAFE in terminal_coding.flags. (ENCODE_ISO_CHARACTER_DIMENSION1): Check CODING_SPEC_ISO_EXPECTED_CHARSETS. (ENCODE_ISO_CHARACTER_DIMENSION2): Likewise.
-
Kenichi Handa authored
(CODING_SPEC_ISO_EXPECTED_CHARSETS): New macro.
-
Kenichi Handa authored
declaring it as an alias of iso-2022-7bit.
-
Kenichi Handa authored
(syms_of_fontset): Doc-string of use-default-ascent modified. Declare ignore-relative-composition as a Lisp variable.
-
Kenichi Handa authored
-
Kenichi Handa authored
CODING_FLAG_ISO_SAFE. (ENCODE_ISO_CHARACTER_DIMENSION2): Likewise. (safe_terminal_coding): New variable. (Fset_safe_terminal_coding_system_internal): New function. (init_coding_once): Initilize safe_terminal_coding. (syms_of_coding): Declare set-safe-terminal-coding-system as a Lisp function. (Vmicrosoft_code_table): New variable. (syms_of_coding): Declare it as a Lisp variable and initialize it. (detect_coding_mask): Pay attention to Vmicrosoft_code_table.
-
Kenichi Handa authored
(CODING_INHIBIT_CHARACTER_SUBSTITUTION): New macro. coding.h (safe_terminal_coding): Extern it.
-
Kenichi Handa authored
TARGET_TYPE is Lisp_String.
-
Kenichi Handa authored
terminal_coding seems to encode Emacs' internal code as is. (write_glyphs): Likewise.
-
Kenichi Handa authored
Vignore_relative_composition.
-
Kenichi Handa authored
change sendmail-coding-system and rmail-file-coding-system. (setup-chinese-big5-environment): Likewise. (setup-chinese-cns-environment): Likewise.
-
Kenichi Handa authored
change sendmail-coding-system and rmail-file-coding-system.
-
Kenichi Handa authored
change sendmail-coding-system and rmail-file-coding-system.
-
Kenichi Handa authored
change sendmail-coding-system and rmail-file-coding-system.
-
Kenichi Handa authored
ignore-relative-composition.
-
Kenichi Handa authored
-
Kenichi Handa authored
change sendmail-coding-system and rmail-file-coding-system.
-
Kenichi Handa authored
(encoded-kbd-mode): Doc-string fixed. Save current-input-mode when turning on Encoded-kbd mode, and recover it when turning off Encoded-kbd mode. Set encoded-kbd-iso2022-designations correctly. (encoded-kbd-self-insert-iso2022-7bit): Call charset-dimension instead fo charset-bytes. (encoded-kbd-self-insert-iso2022-8bit): Likewise.
-
Kenichi Handa authored
Doc-string modified. (prefer-coding-system): Moved from mule-util.el. Call set-default-coding-systems.
-