[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org-remark 3f5ea6777b 32/75: fix(line): window selectio
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org-remark 3f5ea6777b 32/75: fix(line): window selection is utterly confused |
Date: |
Fri, 6 Oct 2023 12:59:18 -0400 (EDT) |
branch: externals/org-remark
commit 3f5ea6777b192d40e24a9830352e0e0f9d8e7062
Author: Noboru Ota <me@nobiot.com>
Commit: Noboru Ota <me@nobiot.com>
fix(line): window selection is utterly confused
---
org-remark-line.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/org-remark-line.el b/org-remark-line.el
index 51d31c2aea..b6452ef848 100644
--- a/org-remark-line.el
+++ b/org-remark-line.el
@@ -39,7 +39,7 @@
:inherit highlight))
"Face for the default line highlighter pen.")
-(defvar org-remark-line-icon "*")
+(defvar org-remark-line-icon " * ")
(defvar org-remark-line-heading-title-max-length 40)
@@ -106,8 +106,8 @@ marginal area does not exist, its width will be returned as
nil."
(setq left-margin-width left-width)
(setq right-margin-width right-width))
;;(org-remark-highlights-load)
- (set-window-margins window left-margin-width right-margin-width)
- (set-window-buffer window (current-buffer) 'keep-margins)
+ (set-window-margins nil left-margin-width right-margin-width)
+ (set-window-buffer nil (current-buffer) 'keep-margins)
(window-margins)))))
(defun org-remark-line-pos-bol (pos)
- [elpa] externals/org-remark c7dc42bf30 28/75: fix: margin width, (continued)
- [elpa] externals/org-remark c7dc42bf30 28/75: fix: margin width, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark 56557549ec 16/75: refactor: Create macro to add function-put, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark 94ba0ecea0 21/75: fix(line): When source narrowed, existing line-hls move wrongly, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark e7aae5e4f4 25/75: doc: docstring for org-remark-highlight-mark-overlay, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark f28dc7e7f5 62/75: docs: update docstrings for remove and delete, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark 18f39bf119 56/75: Merge branch 'main' into dev/1.3.0, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark 4ad2be30e4 13/75: fix(icon): the line icon not displaying, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark e136189485 34/75: fix(line): window margin wrongly sets minibuffer's margin, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark 8f9875f714 24/75: doc(line): Remove unused source comments (old code), ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark 6dbf1cca4a 35/75: fix(line): svg icon does not get the face correctly, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark 3f5ea6777b 32/75: fix(line): window selection is utterly confused,
ELPA Syncer <=
- [elpa] externals/org-remark 533167091a 42/75: fix(line):Right margin expands every window-size-change-func call, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark e02519836d 38/75: fix(line): spacer movement, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark 6364474a73 48/75: Merge branch 'main' into dev/line-highlight, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark 680651e339 37/75: refactor(icon): remove unnecessary source comment (old func), ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark 193fe279ea 49/75: feat(line):add line-number as a property to the highlight headline, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark f7031507db 15/75: fix: defgeneric seems needed anyway.., ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark d72fa0ef45 70/75: fix: regression next/prev-view opens the notes when there is none, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark 2b68d4748c 51/75: Merge branch 'main' into dev/line-highlight, ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark 833d909264 61/75: docs: NEWS for the current development branch (WIP), ELPA Syncer, 2023/10/06
- [elpa] externals/org-remark cfaf02d823 72/75: docs: minor update to README and article on SVG icon, ELPA Syncer, 2023/10/06