Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
0a341169
Commit
0a341169
authored
Aug 20, 1993
by
Linus Tolke
Browse files
Variable that selects behaviour after that a text is sent.
parent
d8127f75
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
0a341169
No preview for this file type
src/edit-text.el
View file @
0a341169
...
...
@@ -302,8 +302,10 @@ Entry to this mode runs lyskom-edit-mode-hook."
(
initiate-create-text
'sending
'lyskom-create-text-handler
(
concat
subject
"\n"
message
)
misc-list
buffer
)))
(
set-window-configuration
lyskom-edit-return-to-configuration
)
(
set-buffer
(
window-buffer
(
selected-window
)))
(
if
kom-dont-restore-window-after-editing
(
bury-buffer
)
(
set-window-configuration
lyskom-edit-return-to-configuration
)
(
set-buffer
(
window-buffer
(
selected-window
))))
(
goto-char
(
point-max
)))))
...
...
src/vars.el
View file @
0a341169
...
...
@@ -64,6 +64,9 @@ uses the same window.")
(
defvar
kom-created-texts-are-read
t
"*Non-nil means automatically mark texts that you create as read."
)
(
defvar
kom-dont-restore-window-after-editing
nil
"*If non-nil then don't restore the window configuration after sending a text."
)
(
defvar
kom-default-mark
100
"*If non-nil (must be an integer) then the user is not asked for type of mark."
)
...
...
Write
Preview
Supports
Markdown
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