-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added note about issue #31 to package header. Bumped version number.
- Loading branch information
aaker
committed
Aug 7, 2013
1 parent
c37d325
commit a1eec32
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
;; ====================== | ||
|
||
|
@@ -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) | ||
|