Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-elisp-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lyskom-elisp-client
lyskom-elisp-client
Commits
a6f3cc11
Commit
a6f3cc11
authored
Oct 16, 1991
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
Better doc-strings.
parent
a26e1642
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/ChangeLog
+6
-0
6 additions, 0 deletions
src/ChangeLog
src/lyskom-rest.el
+2
-1
2 additions, 1 deletion
src/lyskom-rest.el
src/view-text.el
+6
-2
6 additions, 2 deletions
src/view-text.el
with
14 additions
and
3 deletions
src/ChangeLog
+
6
−
0
View file @
a6f3cc11
No preview for this file type
This diff is collapsed.
Click to expand it.
src/lyskom-rest.el
+
2
−
1
View file @
a6f3cc11
No preview for this file type
This diff is collapsed.
Click to expand it.
src/view-text.el
+
6
−
2
View file @
a6f3cc11
...
@@ -339,8 +339,12 @@ Args: TEXT-STAT TEXT MARK-AS-READ TEXT-NO."
...
@@ -339,8 +339,12 @@ Args: TEXT-STAT TEXT MARK-AS-READ TEXT-NO."
(
defun
lyskom-mark-as-read
(
text-stat
)
(
defun
lyskom-mark-as-read
(
text-stat
)
"Mark a text as read in all conferences that are recipients.
"Mark a text as read in all conferences that are recipients.
Tell the server that it is read. This function does not remove
Tell the server that it is read.
the text from the internal structures of the client."
Args: TEXT-STAT
This function does not remove the text from the internal structures of
the client. That is done by lyskom-is-read."
(
let
((
misc-info-list
(
text-stat->misc-info-list
text-stat
)))
(
let
((
misc-info-list
(
text-stat->misc-info-list
text-stat
)))
(
lyskom-traverse
(
lyskom-traverse
misc-info
misc-info-list
misc-info
misc-info-list
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment