Skip to content
GitLab
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
f4278aba
Commit
f4278aba
authored
Oct 08, 1996
by
Niels Möller
Browse files
Ny variabel lyskom-language
parent
8c1d7a9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/vars.el.in
View file @
f4278aba
...
...
@@ -649,6 +649,13 @@ If none of the elements match, KOM-ANSAPHONE-DEFAULT-REPLY is sent.
This variable is not saved in the LysKOM server."
)
(
defvar
lyskom-language
'sv
;; One might extend this into a list of languages, sorted in
;; preference order.
"*Which language to use.
Supported languages are 'sv, 'en and 'swascii."
)
;;; =================================================================
;;;
...
...
@@ -683,6 +690,127 @@ This variable is not saved in the LysKOM server.")
"Variables that need to be protected by lyskom-protect-environment."
))
(
defconst
lyskom-commands
'
(
describe-mode
kom-slow-mode
kom-quick-mode
kom-send-message
kom-create-conf
kom-delete-conf
kom-delete-text
kom-display-time
kom-go-to-conf
kom-go-to-next-conf
kom-jump
kom-list-conferences
kom-list-persons
kom-list-news
kom-list-re
kom-membership
;; kom-list-marks
kom-postpone
kom-set-session-priority
kom-prioritize
kom-status-person
kom-status-conf
kom-add-self
kom-list-summary
kom-sub-self
kom-quit
kom-recover
kom-start-anew
kom-view
kom-find-root-review
kom-review-comments
kom-review-tree
kom-review-clear
kom-review-last-normally-read
kom-review-noconversion
kom-review-next
kom-find-root
kom-review-by-to
kom-review-more
kom-review-first
kom-review-all
kom-view-commented-text
kom-view-previous-commented-text
kom-review-stack
kom-review-presentation
kom-review-backward
kom-view-next-text
kom-who-is-on
kom-who-am-i
;; kom-display-who-buffer
kom-list-clients
kom-busy-wait
kom-write-comment
kom-comment-previous
kom-write-footnote
kom-private-answer
kom-private-answer-previous
kom-set-unread
kom-write-text
kom-send-letter
kom-change-name
kom-change-password
kom-change-supervisor
kom-change-presentation
kom-get-appreciation
kom-get-abuse
kom-mark-text
kom-unmark-text
kom-review-marked-texts
kom-review-all-marked-texts
kom-add-recipient
kom-add-copy
kom-sub-recipient
kom-move-text
kom-add-comment
kom-sub-comment
kom-add-member
kom-sub-member
kom-change-conf-motd
kom-set-garb-nice
kom-set-super-conf
kom-set-permitted-submitters
kom-unset-conf-motd
kom-save-text
kom-edit-options
kom-save-options
kom-shutdown-server
kom-sync-database
kom-enable-adm-caps
kom-disable-adm-caps
kom-set-motd
kom-remove-motd
kom-force-logout
kom-list-files
kom-put-file
kom-get-file
kom-filter-author
kom-filter-subject
kom-filter-text
kom-super-jump
kom-filter-edit
kom-list-filters
kom-show-user-area
kom-change-conf-type
kom-change-auto-reply
kom-toggle-auto-reply
kom-list-messages
kom-erase-messages
kom-remote-autoreply
kom-remote-set-message
kom-remote-list-messages
kom-remote-erase-messages
kom-remote-quit
kom-status-session
))
(
defconst
lyskom-elisp-variables
'
(
kom-permissive-completion
kom-bury-buffers
...
...
@@ -731,7 +859,8 @@ This variable is not saved in the LysKOM server.")
lyskom-prefetch-texts
lyskom-prompt-executing-default-command-text
lyskom-prompt-text
lyskom-who-info-has-changed-hook
)
lyskom-who-info-has-changed-hook
lyskom-language
)
"Tells the client what flags and hooks that are to be saved in the server.
These are the flags that are saved in the elisp-client part of the server."
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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