X-Git-Url: https://iankelling.org/git/?p=visible-mark;a=blobdiff_plain;f=visible-mark.el;h=27bc3c8075e14d66ce3511f57fa20c3dd6b79baf;hp=bf353f2593707f936f648ce5e4945142e06e3d56;hb=912c11d582f67d414ce2b8aa0286339dd82bf0d3;hpb=fd0accc186fd82a2dafb9a9e48b9441b9b8f115a diff --git a/visible-mark.el b/visible-mark.el index bf353f2..27bc3c8 100644 --- a/visible-mark.el +++ b/visible-mark.el @@ -3,6 +3,7 @@ ;; 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 @@ -48,27 +49,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 @@ -76,7 +63,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: