]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
8 years agoOnly blink selected window
Artur Malabarba [Thu, 15 Oct 2015 13:33:39 +0000 (14:33 +0100)]
Only blink selected window

8 years agoFix scrolling outside command loop
Artur Malabarba [Thu, 15 Oct 2015 13:33:30 +0000 (14:33 +0100)]
Fix scrolling outside command loop

8 years agoIndentation
Artur Malabarba [Thu, 15 Oct 2015 13:33:22 +0000 (14:33 +0100)]
Indentation

8 years agoRely on window-scroll-functions for scroll blinks
Tassilo Horn [Thu, 15 Oct 2015 08:55:27 +0000 (10:55 +0200)]
Rely on window-scroll-functions for scroll blinks

window-scroll-functions are run before the window actually scrolls.  So
just set a flag that it did so which is then picked up and cleared by
beacon--post-command.  Then the redisplay isn't needed there, although
seldomly it seems post-command-hook is run before
window-scroll-functions.  However, the redisplay in beacon--post-command
caused extreme slowdowns when repeatedly deleting text by pressing and
holding DEL in AUCTeX because (I think) every deleted char caused
fontification.

Also fix a problem where the blink occured in the current window whereas
some other window was scrolled, e.g., with the mouse or
scroll-other-window.

8 years agoImprove readme
Artur Malabarba [Thu, 15 Oct 2015 13:21:11 +0000 (14:21 +0100)]
Improve readme

8 years agoDrop cl-lib dep
Artur Malabarba [Thu, 15 Oct 2015 08:40:18 +0000 (09:40 +0100)]
Drop cl-lib dep

8 years agoMerge pull request #3 from tsdh/master
Artur Malabarba [Thu, 15 Oct 2015 08:21:20 +0000 (09:21 +0100)]
Merge pull request #3 from tsdh/master

Fix temporary line breaks due to too long after-strings

8 years agoFix temporary line breaks due to too long after-strings
Tassilo Horn [Thu, 15 Oct 2015 07:29:53 +0000 (09:29 +0200)]
Fix temporary line breaks due to too long after-strings

8 years agoFix after-string overlays
Artur Malabarba [Wed, 14 Oct 2015 21:06:19 +0000 (22:06 +0100)]
Fix after-string overlays

8 years agoFix lighter
Artur Malabarba [Wed, 14 Oct 2015 19:54:57 +0000 (20:54 +0100)]
Fix lighter

8 years agoFix an error
Artur Malabarba [Wed, 14 Oct 2015 16:11:24 +0000 (17:11 +0100)]
Fix an error

8 years agoInitial (failed) impl for beacon at end of line
Artur Malabarba [Wed, 14 Oct 2015 14:53:50 +0000 (15:53 +0100)]
Initial (failed) impl for beacon at end of line

8 years agoMake beacon color customizable
Artur Malabarba [Wed, 14 Oct 2015 14:07:29 +0000 (15:07 +0100)]
Make beacon color customizable

8 years agoSeparate mark-pushing from blinking
Artur Malabarba [Wed, 14 Oct 2015 13:41:27 +0000 (14:41 +0100)]
Separate mark-pushing from blinking

8 years agoFix docs
Artur Malabarba [Wed, 14 Oct 2015 13:40:39 +0000 (14:40 +0100)]
Fix docs

8 years agoAdd url
Artur Malabarba [Wed, 14 Oct 2015 13:40:33 +0000 (14:40 +0100)]
Add url

8 years agoDefault to blinking on window scroll instead of point movement
Artur Malabarba [Wed, 14 Oct 2015 08:46:20 +0000 (09:46 +0100)]
Default to blinking on window scroll instead of point movement

8 years ago[Fix #1]
Artur Malabarba [Tue, 13 Oct 2015 23:53:29 +0000 (00:53 +0100)]
[Fix #1]

8 years agoRename file
Artur Malabarba [Tue, 13 Oct 2015 23:52:58 +0000 (00:52 +0100)]
Rename file

8 years agoRename to beacon
Artur Malabarba [Tue, 13 Oct 2015 23:51:28 +0000 (00:51 +0100)]
Rename to beacon

8 years agoFirst commit
Artur Malabarba [Fri, 9 Oct 2015 22:08:39 +0000 (23:08 +0100)]
First commit