aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sx-interaction.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/sx-interaction.el b/sx-interaction.el
index f122f13..09fa112 100644
--- a/sx-interaction.el
+++ b/sx-interaction.el
@@ -141,7 +141,8 @@ Element can be a question, answer, or comment."
(cl-case .type
(answer
(sx-display-question
- (sx-question-get-from-answer .site_par .id) 'focus))
+ (sx-question-get-from-answer .site_par .id) 'focus)
+ (sx--find-in-buffer 'answer .id))
(question
(sx-display-question
(sx-question-get-question .site_par .id) 'focus))
@@ -170,7 +171,8 @@ likes."
(.answer_id
(sx-display-question
(sx-question-get-from-answer .site_par .id)
- 'focus))
+ 'focus)
+ (sx--find-in-buffer 'answer .answer_id))
(.question_id
(sx-display-question
(sx-question-get-question .site_par .id) 'focus))