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
2966df6a
Commit
2966df6a
authored
Jun 10, 1999
by
David Byers
Browse files
Bug fixes against previous checkin
parent
dc192413
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/async.el
View file @
2966df6a
...
...
@@ -212,7 +212,7 @@ this function shall be with current-buffer the BUFFER."
(
lyskom-run
'who-buffer
'cache-del-who-info
session-no
)))))
((
eq
msg-no
14
)
; Deleted text
(
let*
((
text-no
(
lyskom-parse-
text-no
))
(
let*
((
text-no
(
lyskom-parse-
num
))
(
text-stat
(
lyskom-parse-text-stat
text-no
)))
(
lyskom-save-excursion
(
set-buffer
buffer
)
...
...
@@ -632,7 +632,8 @@ This call is used in response to a deleted text message"
(
conf-stat->conf-no
recipient
))))
(
when
(
and
membership
(
lyskom-visible-membership
membership
))
(
read-list-delete-text
text-no
recipient
lyskom-to-do-list
)))
(
read-list-delete-text
(
text-stat->text-no
text-stat
)
lyskom-to-do-list
)))
(
lyskom-set-mode-line
)))
...
...
src/english-strings.el
View file @
2966df6a
...
...
@@ -1531,7 +1531,7 @@ Contents: \"%#9s\"
(
define-key
lyskom-en-mode-map
(
kbd
(
lyskom-keys
'button2up
))
'kom-button-click
)
(
define-key
lyskom-en-mode-map
(
kbd
(
lyskom-keys
'button3
))
'kom-popup-menu
)
(
define-key
lyskom-en-mode-map
(
kbd
(
lyskom-key
d
'button3up
))
'kom-mouse-null
)
(
define-key
lyskom-en-mode-map
(
kbd
(
lyskom-key
s
'button3up
))
'kom-mouse-null
)
(
define-key
lyskom-en-mode-map
"*"
'kom-button-press
)
(
define-key
lyskom-en-mode-map
"+"
'kom-menu-button-press
)
(
define-key
lyskom-en-mode-map
"\C-i"
'kom-next-link
)
...
...
src/macros.el
View file @
2966df6a
...
...
@@ -50,7 +50,7 @@
;;; Defining keys
;;;
(
or
(
fbound
'kbd
)
(
or
(
fbound
p
'kbd
)
(
defmacro
kbd
(
keys
)
"Convert KEYS to the internal Emacs key representation.
KEYS should be a string in the format used for saving keyboard macros
...
...
src/services.el
View file @
2966df6a
...
...
@@ -1086,7 +1086,7 @@ Args: KOM-QUEUE HANDLER CONF-NO &rest DATA."
"Set server info."
(
lyskom-server-call
(
lyskom-call
kom-queue
lyskom-ref-no
handler
data
'lyskom-parse-void
)
(
lyskom-send-packe
d
kom-queue
(
lyskom-format-objects
79
(
lyskom-send-packe
t
kom-queue
(
lyskom-format-objects
79
0
conf-pres-conf
pers-pres-conf
...
...
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