X-Git-Url: https://iankelling.org/git/?p=visible-mark;a=blobdiff_plain;f=visible-mark.el;h=cf14098328976cf640aa995852a130e5b35366e5;hp=430f8a5e93bc3ed017575b01d2cdfe1f60daa486;hb=c1852e13b6b61982738b56977a452ec9026faf1b;hpb=3127e22bd1d3df770e46e1fdd786005c475bfe72 diff --git a/visible-mark.el b/visible-mark.el index 430f8a5..cf14098 100644 --- a/visible-mark.el +++ b/visible-mark.el @@ -3,7 +3,9 @@ ;; Copyright (C) 2014 by Ian Kelling ;; Maintainer: Ian Kelling +;; Mailing list: https://lists.iankelling.org/listinfo/visible-mark ;; Author: Ian Kelling +;; Author: Yann Hodique ;; Author: MATSUYAMA Tomohiro ;; Author: John Foerch ;; Keywords: marking color faces @@ -32,6 +34,9 @@ ;; ;; Allows setting the number of marks to display, and the faces to display them. ;; +;; A good blog post was written introducing this package: +;; http://pragmaticemacs.com/emacs/regions-marks-and-visual-mark/ +;; ;; Example installation: ;; ;; 1. Put this file in Emacs's load-path @@ -47,27 +52,13 @@ ;; '((((type tty) (class mono))) ;; (t (:background "magenta"))) "") ;; (setq visible-mark-max 2) -;; (setq visible-mark-faces `(visible-mark-face1 my-visible-mark-face2)) +;; (setq visible-mark-faces `(visible-mark-face1 visible-mark-face2)) ;; ;; ;; Additional useful functions like unpoping the mark are at ;; http://www.emacswiki.org/emacs/MarkCommands ;; and http://www.emacswiki.org/emacs/VisibleMark -;;; Pre-git history: -;; -;; 2008-02-21 MATSUYAMA Tomohiro -;; -;; * visible-mark.el: Added function to inhibit trailing overlay. -;; -;; 2008-01-31 MATSUYAMA Tomohiro -;; -;; * visible-mark.el: Create formal emacs lisp file from -;; http://www.emacswiki.org/cgi-bin/wiki/VisibleMark. -;; Yann Hodique and Jorgen Schäfer are original authors. -;; Added function to make multiple marks visible. -;; -;; ;; Known bugs ;; ;; Observed in circe, when the buffer has a right margin, and there @@ -75,7 +66,7 @@ ;; gets styled with the mark's face. May also happen for left margins, but ;; haven't tested yet. ;; -;; Patches / pull requests welcome. +;; Patches / pull requests / feedback welcome. ;;; Code: