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
490f1197
Commit
490f1197
authored
Jan 17, 2009
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Standard Hooks): Document `suspend-tty-functions' and `resume-tty-functions'.
parent
62a5303f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
2 deletions
+21
-2
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+6
-1
doc/lispref/hooks.texi
doc/lispref/hooks.texi
+6
-0
etc/NEWS
etc/NEWS
+9
-1
No files found.
doc/lispref/ChangeLog
View file @
490f1197
...
...
@@ -4,16 +4,21 @@
frames
.
texi
.
*
hooks
.
texi
(
Standard
Hooks
):
Document
`
delete
-
frame
-
functions
'
and `delete-terminal-functions'
.
`delete-terminal-functions'
,
`
suspend
-
tty
-
functions
' and
`resume-tty-functions'
.
*
frames
.
texi
(
Frames
):
Document
`
frame
-
terminal
' and
`terminal-live-p'
.
(
Multiple
Displays
):
Document
`
make
-
frame
-
on
-
tty
'.
(Multiple Terminals): Document `terminal-list'
,
`
delete
-
terminal
',
`terminal-name'
,
and
`
get
-
device
-
terminal
'.
(Terminal Parameters): Document `terminal-parameters'
,
`
terminal
-
parameter
', and `set-terminal-parameter'
.
*
os
.
texi
(
System
Environment
):
Document
`
environment
' and
`initial-environment'
.
(
Suspending
Emacs
):
Update
for
multi
-
tty
;
document
`
suspend
-
tty
', `resume-tty'
,
and
`
controlling
-
tty
-
p
'.
* nonascii.texi (Coding System Basics): More accurate description
of `raw-text'
.
...
...
doc/lispref/hooks.texi
View file @
490f1197
...
...
@@ -292,6 +292,9 @@ Manual}.
@item redisplay-end-trigger-functions
@xref{Window Hooks}.
@item resume-tty-functions
@xref{Suspending Emacs}.
@item scheme-indent-function
@item suspend-hook
...
...
@@ -300,6 +303,9 @@ Manual}.
@item suspend-resume-hook
@xref{Suspending Emacs}.
@item suspend-tty-functions
@xref{Suspending Emacs}.
@item temp-buffer-setup-hook
@xref{Temporary Displays}.
...
...
etc/NEWS
View file @
490f1197
...
...
@@ -1683,6 +1683,7 @@ type (`tty-type' parameter) to `make-terminal-frame'.
*** The function `make-frame-on-display' now works during a tty
session.
+++
*** A new `terminal' data type.
The functions `get-device-terminal', `terminal-parameters',
`terminal-parameter', `set-terminal-parameter' use this data type.
...
...
@@ -1698,24 +1699,31 @@ which is not used directly any more.
variable file-local-variables-alist, and before actually applying the
file-local variables.
+++
**** `suspend-tty-functions' and `resume-tty-functions' are called
after a tty frame has been suspended or resumed, respectively. The
functions are called with the terminal id of the frame being
suspended/resumed as a parameter.
+++
**** The special hook `delete-terminal-functions' is called before
deleting a terminal.
*** New functions:
+++
**** `environment'
**** `delete-tty'
+++
**** `delete-terminal'
+++
**** `suspend-tty'
+++
**** `resume-tty'.
+++
*** `initial-environment' holds the environment inherited from Emacs's parent.
** Redisplay changes
...
...
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