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
4
Issues
4
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
ead3f58d
Commit
ead3f58d
authored
Jan 17, 2009
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Standard Keymaps): Rename function-key-map to local-function-key-map.
parent
6b9e7694
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
2 deletions
+22
-2
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+15
-0
doc/lispref/maps.texi
doc/lispref/maps.texi
+3
-2
etc/NEWS
etc/NEWS
+4
-0
No files found.
doc/lispref/ChangeLog
View file @
ead3f58d
2009
-
01
-
17
Eli
Zaretskii
<
eliz
@
gnu
.
org
>
*
maps
.
texi
(
Standard
Keymaps
):
Rename
function
-
key
-
map
to
local
-
function
-
key
-
map
.
*
keymaps
.
texi
(
Translation
Keymaps
):
Rename
function
-
key
-
map
to
local
-
function
-
key
-
map
.
*
nonascii
.
texi
(
Terminal
I
/
O
Encoding
):
`
keyboard
-
coding
-
system
'
and `set-keyboard-coding-system'
now
accept
an
optional
terminal
argument
.
*
commands
.
texi
(
Event
Mod
):
`
keyboard
-
translate
-
table
' is now
terminal-local.
(Function Keys): Rename function-key-map to
local-function-key-map.
* elisp.texi (Top): Make @detailmenu be consistent with changes in
frames.texi.
...
...
doc/lispref/maps.texi
View file @
ead3f58d
...
...
@@ -112,7 +112,7 @@ Properties menu.
The sparse keymap that displays the Special Props submenu of the Text
Properties menu.
@item function-key-map
@item
local-
function-key-map
The keymap for translating key sequences to preferred alternatives.@*
If there are none, then it contains an empty sparse keymap.
@xref{Translation Keymaps}.
...
...
@@ -163,7 +163,8 @@ search.
@item key-translation-map
A keymap for translating keys. This one overrides ordinary key
bindings, unlike @code{function-key-map}. @xref{Translation Keymaps}.
bindings, unlike @code{local- function-key-map}. @xref{Translation
Keymaps}.
@item kmacro-map
@vindex kmacro-map
...
...
etc/NEWS
View file @
ead3f58d
...
...
@@ -1674,12 +1674,15 @@ $TERM inherited by Emacs you will have to look inside initial-environment.
for the first frame. `window-system' is also now a function that
takes a frame argument.
+++
*** The `keyboard-translate-table' variable and the terminal and
keyboard coding systems are now terminal-local.
---
*** You can specify a terminal device (`tty' parameter) and a terminal
type (`tty-type' parameter) to `make-terminal-frame'.
---
*** The function `make-frame-on-display' now works during a tty
session.
...
...
@@ -1688,6 +1691,7 @@ session.
The functions `get-device-terminal', `terminal-parameters',
`terminal-parameter', `set-terminal-parameter' use this data type.
+++
*** Function key sequences are now mapped using `local-function-key-map',
a new variable. This inherits from the global variable function-key-map,
which is not used directly any more.
...
...
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