Skip to content

Commit

Permalink
Added note about issue #31 to package header. Bumped version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaker committed Aug 7, 2013
1 parent c37d325 commit a1eec32
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions fill-column-indicator.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Copyright (c) 2011-2012 Alp Aker

;; Author: Alp Aker <[email protected]>
;; Version: 1.84
;; Version: 1.85
;; Keywords: convenience

;; This program is free software; you can redistribute it and/or
Expand All @@ -27,6 +27,13 @@
;; length of the editing window. Fill-column-indicator implements this
;; facility in Emacs.

;; PLEASE NOTE: There is a small incompatibility between this package and the
;; current stable Emacs relase (v24.3). A bug in Emacs's internal display
;; routine that was introduced shortly before that release can cause vertical
;; motion commands to skip blank lines when fci-mode is active. This has
;; been fixed in Emacs trunk. See github.com/alpaker/Fill-Column-Indicator/issues/31
;; for further discussion.

;; Installation and Usage
;; ======================

Expand Down Expand Up @@ -608,7 +615,7 @@ on troubleshooting.)"
If the selected frame cannot display images, use the character
height and width of the first graphic frame in the frame list
displaying the current buffer. (This fallback behavior is a
displaying the current buffer. (This fallback behavior is just a
rough heuristic.)"
(let ((frame (catch 'found-graphic
(if (display-images-p)
Expand Down

0 comments on commit a1eec32

Please sign in to comment.