aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term/internal.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* term/internal.el (IT-display-table-setup): Don't overstepEli Zaretskii1999-11-211-1/+1
| | | | character code 255.
* (IT-display-table-setup): Do not remap \222 toEli Zaretskii1999-06-141-7/+3
| | | | | the ASCII apostrophe, as most DOS codepages have some other glyph there.
* (dos-cpNNN-setup): New function, with the gutsEli Zaretskii1999-04-051-12/+49
| | | | | | | | of dos-codepage-setup. (cjk-codepages-alist): New variable, an alist of Far-Eastern codepages for which there's no need to set up cpNNN coding systems. (dos-codepage-setup): Support Far-Eastern DOS terminals.
* (dos-codepage-setup): Compute the unibyteEli Zaretskii1999-03-161-51/+52
| | | | | | syntax table and bind unibyte-display-via-language-environment here, rather than at top level, so that resetting to unibyte in .emacs works as expected.
* (top level): Display character 255 as 8bit as well.Eli Zaretskii1999-03-071-1/+1
|
* (dos-codepage-setup): Set selection coding system to cpNNN-dos.Eli Zaretskii1999-02-041-0/+1
|
* (dos-codepage-setup): Call prefer-coding-systemEli Zaretskii1999-01-241-0/+1
| | | | | to set the appropriate cpNNN-dos coding system as the highest-priority coding system.
* (IT-character-translations): New variable, anEli Zaretskii1998-12-201-5/+297
| | | | | | | | | | | | | alist used to display characters for which there's no glyphs in the current codepage. (IT-display-table-setup): New function, sets up the DOS terminal for a given codepage. (dos-codepage-setup): New function, sets up the MULE environment for the current value of dos-codepage. (top-level if): In the multibyte mode, turn on unibyte-display-via-language-environment. In the unibyte mode, set up the special syntax tables to map lower- to upper case and back.
* Remove code that sets syntax table for non-ASCII characters.Eli Zaretskii1998-12-031-37/+0
|
* Switch to raw-text as coding system.Richard M. Stallman1997-09-111-2/+1
|
* Add the coding: tag to prevent Emacs from thinking this is encoded in SJIS.Eli Zaretskii1997-08-271-0/+1
|
* Comment change.Richard M. Stallman1997-04-201-2/+4
|
* Update FSF's office address.Erik Naggum1996-01-141-3/+7
|
* Rewrite for new case tables.Richard M. Stallman1995-11-101-11/+6
|
* Don't bind [mouse-1]; that's done elsewhere.Richard M. Stallman1994-04-301-8/+16
| | | | Define lower-upper case correspondence for the three mostly used code pages.
* entered into RCSRichard M. Stallman1994-01-051-0/+84