Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
e12eba86
Commit
e12eba86
authored
Jul 20, 2007
by
Hans Eric Svensson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hopefully solve the issues reported in text 15552713
parent
452b0f04
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
src/ChangeLog
src/ChangeLog
+6
-0
src/view-text.el
src/view-text.el
+6
-4
No files found.
src/ChangeLog
View file @
e12eba86
2007-07-20 Hans Eric Svensson <eric+lyskom@lysator.liu.se>
* view-text.el (lyskom-follow-comments): Adjusted to take into
account that text-read-p doesn't know if a text *should* be read,
it only only knows if a text *is marked* as read.
2007-07-14 Per Cederqvist <ceder@lysator.liu.se>
Make sure all elisp files end in a newline.
...
...
src/view-text.el
View file @
e12eba86
...
...
@@ -546,8 +546,9 @@ lyskom-reading-list."
(
let
((
text-stat
(
blocking-do
'get-text-stat
no
)))
(
if
(
and
text-stat
(
or
review-tree
(
not
(
lyskom-text-read-p
text-stat
t
))
kom-follow-comments-outside-membership
))
kom-follow-comments-outside-membership
(
and
(
lyskom-member-of-at-least-one-p
(
lyskom-text-recipients
text-stat
))
(
not
(
lyskom-text-read-p
text-stat
t
)))))
(
setq
comments
(
cons
no
comments
)))))
((
memq
no
mx-attachments-in
)
(
lyskom-skip-attachments
no
mark-as-read
))))
...
...
@@ -572,8 +573,9 @@ lyskom-reading-list."
(
let
((
text-stat
(
blocking-do
'get-text-stat
no
)))
(
if
(
or
review-tree
(
and
text-stat
(
or
(
not
(
lyskom-text-read-p
text-stat
))
kom-follow-comments-outside-membership
)))
(
or
kom-follow-comments-outside-membership
(
and
(
lyskom-member-of-at-least-one-p
(
lyskom-text-recipients
text-stat
))
(
not
(
lyskom-text-read-p
text-stat
t
))))))
(
setq
footnotes
(
cons
no
footnotes
)))))
(
if
footnotes
(
read-list-enter-read-info
...
...
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