Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
457c233a
Commit
457c233a
authored
Dec 19, 2002
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
keyboard-coding-system, optimize-char-coding-system-table
parent
73cadfc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
8 deletions
+11
-8
etc/NEWS
etc/NEWS
+11
-8
No files found.
etc/NEWS
View file @
457c233a
...
...
@@ -653,14 +653,14 @@ This behaviour can be customized via the mouse-wheel-click-event and
mouse-wheel-inhibit-click-time variables.
+++
** The keyboard-coding-system is now automatically set based on
your current locale settings. If it turns out that your terminal
does not support the encoding implied by your locale (for example,
it inserts non-ASCII chars if you hit M-i), you will need to add
(set-keyboard-coding-system nil
)
to your .emacs to revert to the old behavior
.
** The keyboard-coding-system is now automatically set based on
your
current locale settings if you are not using a window system. This
may mean that the META key doesn't work but generates non-ASCII
characters instead, depending on how the terminal (or terminal
emulator) works. Use `set-keyboard-coding-system' (or customize
keyboard-coding-system) if you prefer META to work (the old default
)
or if the locale doesn't describe the character set actually generated
by the keyboard. See Info node `Single-Byte Character Support'
.
+++
** Emacs now reads the standard abbrevs file ~/.abbrev_defs
...
...
@@ -1121,6 +1121,9 @@ with Custom.
* Lisp Changes in Emacs 21.4
** New function `optimize-char-coding-system-table' can be called
after making changes to `char-coding-system-table'.
** Byte compiler changes:
*** `(featurep 'xemacs)' is treated by the compiler as nil. This
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment