GNU bug report logs -
#56896
29.0.50; [PATCH] Make the bookmark fringe icon look like a bookmark
Previous Next
Reported by: Jim Porter <jporterbugs <at> gmail.com>
Date: Tue, 2 Aug 2022 19:14:02 UTC
Severity: wishlist
Tags: patch
Found in version 29.0.50
Done: Jim Porter <jporterbugs <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 56896 <at> debbugs.gnu.org (full text, mbox):
> Why not make the icon customizable, and offer several possible bitmaps
> to chose from? Hardcoding a single icon will always annoy someone.
+1.
FWIW, Bookmark+ has had this for a decade.
Two options for this. Uses predefined var `fringe-bitmaps'
for the choice. (But really there should (also?) be a user
option for such a list.)
(defcustom bmkp-light-left-fringe-bitmap 'left-triangle
"Symbol for the left fringe bitmap to use to highlight a bookmark."
:type (cons 'choice (mapcar (lambda (bb) (list 'const bb)) fringe-bitmaps))
:group 'bookmark-plus)
(defcustom bmkp-light-right-fringe-bitmap 'right-triangle
"Symbol for the right fringe bitmap to use to highlight a bookmark."
:type (cons 'choice (mapcar (lambda (bb) (list 'const bb)) fringe-bitmaps))
:group 'bookmark-plus))
E.g., setting `bmkp-light-left-fringe-bitmap' to Jim's
`bookmark-fringe-mark' (symbol) uses that fringe bitmap.
And yes, it would be good to add a bitmap such as Jim
suggested to `fringe-bitmaps'.
This bug report was last modified 2 years and 276 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.