]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
8 years agoMerge commit '9173a44b904d52c4c2634b68d74967d6261f4ddc'
Artur Malabarba [Sat, 17 Oct 2015 21:31:33 +0000 (22:31 +0100)]
Merge commit '9173a44b904d52c4c2634b68d74967d6261f4ddc'

8 years ago[Fix #12] Don't autodisable beacon on hl-line-mode
Artur Malabarba [Sat, 17 Oct 2015 21:26:54 +0000 (22:26 +0100)]
[Fix #12] Don't autodisable beacon on hl-line-mode

8 years agoMerge commit '997baefd66008827aa144c651c166701de78b43a'
Artur Malabarba [Fri, 16 Oct 2015 21:24:41 +0000 (22:24 +0100)]
Merge commit '997baefd66008827aa144c651c166701de78b43a'

8 years agoStreamline doc
Artur Malabarba [Fri, 16 Oct 2015 21:22:22 +0000 (22:22 +0100)]
Streamline doc

8 years agoAdd beacon-dont-blink-commands
Artur Malabarba [Fri, 16 Oct 2015 20:54:21 +0000 (21:54 +0100)]
Add beacon-dont-blink-commands

8 years agoMerge commit '4bf7f1c9e46fb819c673e55d8a1891774e139f98' from hydra
Oleh Krehel [Fri, 16 Oct 2015 10:06:36 +0000 (12:06 +0200)]
Merge commit '4bf7f1c9e46fb819c673e55d8a1891774e139f98' from hydra

8 years agoBump version
Oleh Krehel [Fri, 16 Oct 2015 10:05:35 +0000 (12:05 +0200)]
Bump version

8 years agoAdd 'packages/beacon/' from commit 'bccd3de53787c996f9a90bcb5d541252deda01e1'
Artur Malabarba [Fri, 16 Oct 2015 09:54:50 +0000 (10:54 +0100)]
Add 'packages/beacon/' from commit 'bccd3de53787c996f9a90bcb5d541252deda01e1'

git-subtree-dir: packages/beacon
git-subtree-mainline: 6578236b45ab6d68749e2430c73660d5a03c2e22
git-subtree-split: bccd3de53787c996f9a90bcb5d541252deda01e1

8 years agoDocument contributors
Artur Malabarba [Fri, 16 Oct 2015 09:54:31 +0000 (10:54 +0100)]
Document contributors

8 years agoDon't blink in magit status buffers
Artur Malabarba [Fri, 16 Oct 2015 09:45:21 +0000 (10:45 +0100)]
Don't blink in magit status buffers

8 years agoDoc
Artur Malabarba [Fri, 16 Oct 2015 09:44:17 +0000 (10:44 +0100)]
Doc

8 years agoMerge pull request #6 from tsdh/master
Artur Malabarba [Fri, 16 Oct 2015 09:40:54 +0000 (10:40 +0100)]
Merge pull request #6 from tsdh/master

Fix a bug and add blink when window changes feature

8 years agoBlink only in selected window; blink when switching windows
Tassilo Horn [Fri, 16 Oct 2015 09:37:57 +0000 (11:37 +0200)]
Blink only in selected window; blink when switching windows

8 years agoRefactor overlay creation
Artur Malabarba [Thu, 15 Oct 2015 23:05:59 +0000 (00:05 +0100)]
Refactor overlay creation

8 years agoFix double blink when switching buffer
Artur Malabarba [Thu, 15 Oct 2015 23:05:29 +0000 (00:05 +0100)]
Fix double blink when switching buffer

8 years agoExtend doc
Artur Malabarba [Thu, 15 Oct 2015 22:42:03 +0000 (23:42 +0100)]
Extend doc

8 years ago[#2] Add more options for preventing a blink
Artur Malabarba [Thu, 15 Oct 2015 22:41:44 +0000 (23:41 +0100)]
[#2] Add more options for preventing a blink

8 years agoDon't blink on the minibuffer
Artur Malabarba [Thu, 15 Oct 2015 15:27:05 +0000 (16:27 +0100)]
Don't blink on the minibuffer

8 years agoCopyright
Artur Malabarba [Thu, 15 Oct 2015 13:44:02 +0000 (14:44 +0100)]
Copyright

8 years agoMore documentation
Artur Malabarba [Thu, 15 Oct 2015 13:43:36 +0000 (14:43 +0100)]
More documentation

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 agoMerge commit '52b050992ef6fe0e6e57b51bcb5c98e02c616541'
Matthew Carter [Thu, 15 Oct 2015 02:40:14 +0000 (22:40 -0400)]
Merge commit '52b050992ef6fe0e6e57b51bcb5c98e02c616541'

8 years agoUse blue instead of purple for readability
Matthew Carter [Thu, 15 Oct 2015 02:38:39 +0000 (22:38 -0400)]
Use blue instead of purple for readability

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 ago* README: Revert change about package.el headers
Artur Malabarba [Wed, 14 Oct 2015 16:14:15 +0000 (17:14 +0100)]
* README: Revert change about package.el headers

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 agoMerge commit '2841c4413eceed257c7f79ab0d47d2034d472391'
Artur Malabarba [Wed, 14 Oct 2015 12:08:47 +0000 (13:08 +0100)]
Merge commit '2841c4413eceed257c7f79ab0d47d2034d472391'

8 years agoCopyright
Artur Malabarba [Wed, 14 Oct 2015 12:08:04 +0000 (13:08 +0100)]
Copyright

8 years agoVersion bump
Artur Malabarba [Wed, 14 Oct 2015 12:06:34 +0000 (13:06 +0100)]
Version bump

8 years agoFix some whitespace and warnings
Artur Malabarba [Wed, 14 Oct 2015 12:06:12 +0000 (13:06 +0100)]
Fix some whitespace and warnings

8 years agoAdd a few more abbrevs, suggested by Oleh
Artur Malabarba [Wed, 14 Oct 2015 12:05:43 +0000 (13:05 +0100)]
Add a few more abbrevs, suggested by Oleh

8 years agoFix author email
Artur Malabarba [Wed, 14 Oct 2015 11:53:52 +0000 (12:53 +0100)]
Fix author email

8 years agoMerge commit 'a3dfd7ecf9c58898241c8d1145eb8e0c875f5448'
Artur Malabarba [Wed, 14 Oct 2015 11:48:39 +0000 (12:48 +0100)]
Merge commit 'a3dfd7ecf9c58898241c8d1145eb8e0c875f5448'

8 years agoMerge commit '9e84a66b07700bebb73592fe320c19794c206ce3'
Artur Malabarba [Wed, 14 Oct 2015 11:48:17 +0000 (12:48 +0100)]
Merge commit '9e84a66b07700bebb73592fe320c19794c206ce3'

8 years agoMerge commit 'd16c20ffc2197234d4dd631fd66768c3a4b305c9'
Artur Malabarba [Wed, 14 Oct 2015 11:47:12 +0000 (12:47 +0100)]
Merge commit 'd16c20ffc2197234d4dd631fd66768c3a4b305c9'

8 years ago* externals-list: Add several missing entries
Artur Malabarba [Wed, 14 Oct 2015 11:31:29 +0000 (12:31 +0100)]
* externals-list: Add several missing entries

8 years ago* README: Expand instructions
Artur Malabarba [Wed, 14 Oct 2015 10:54:27 +0000 (11:54 +0100)]
* README: Expand instructions

Reference the info manual when explaining package formats.
Improve the explanation of external packages and the instructions
on subtrees.

8 years agoFix author email
Artur Malabarba [Wed, 14 Oct 2015 11:42:50 +0000 (12:42 +0100)]
Fix author email

8 years agoAdd url
Artur Malabarba [Wed, 14 Oct 2015 11:39:43 +0000 (12:39 +0100)]
Add url

8 years agoStyle changes
Artur Malabarba [Wed, 14 Oct 2015 11:38:11 +0000 (12:38 +0100)]
Style changes

8 years agoAdd stream.el to ELPA
Nicolas Petton [Wed, 14 Oct 2015 11:27:04 +0000 (13:27 +0200)]
Add stream.el to ELPA

* packages/stream/stream.el:
* packages/stream/tests/stream-tests.el: New files.

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 ago* admin/archive-contents.el: Improve docstrings
Artur Malabarba [Tue, 13 Oct 2015 22:11:13 +0000 (23:11 +0100)]
* admin/archive-contents.el: Improve docstrings

(archive--cleanup-packages): Clarify what's deleted.
(archive-add/remove/update-externals): Add a docustring.

8 years ago* GNUmakefile: Update due to a dependency change
Artur Malabarba [Tue, 13 Oct 2015 16:35:58 +0000 (17:35 +0100)]
* GNUmakefile: Update due to a dependency change

8 years agoMerge commit '4d47113ec079dfac1bacb987572c93eefdb176ba'
Artur Malabarba [Tue, 13 Oct 2015 16:31:23 +0000 (17:31 +0100)]
Merge commit '4d47113ec079dfac1bacb987572c93eefdb176ba'

8 years ago* README: Improve subtree instructions
Artur Malabarba [Tue, 13 Oct 2015 11:22:34 +0000 (12:22 +0100)]
* README: Improve subtree instructions

8 years agoMerge commit '66d05f89242cd4b996ce5dcea0a5fcf9b4e5a1b6'
Matthew Carter [Tue, 13 Oct 2015 02:19:45 +0000 (22:19 -0400)]
Merge commit '66d05f89242cd4b996ce5dcea0a5fcf9b4e5a1b6'

8 years agoUpdate with face for powerline/spaceline setup
Matthew Carter [Tue, 13 Oct 2015 02:17:02 +0000 (22:17 -0400)]
Update with face for powerline/spaceline setup

8 years agorainbow: add font-lock at the end
Julien Danjou [Mon, 12 Oct 2015 15:09:36 +0000 (17:09 +0200)]
rainbow: add font-lock at the end

See https://github.com/fxbois/web-mode/issues/612

8 years agoAdd packages/midi-kbd/
David Kastrup [Fri, 9 Oct 2015 15:24:52 +0000 (17:24 +0200)]
Add packages/midi-kbd/

This introduces the package midi-kbd version 0.2 for converting raw MIDI
input into Emacs events.

8 years agowhitespace clean up
Michael Heerdegen [Fri, 25 Sep 2015 23:03:43 +0000 (01:03 +0200)]
whitespace clean up

8 years agorename a local variable
Michael Heerdegen [Fri, 25 Sep 2015 23:00:28 +0000 (01:00 +0200)]
rename a local variable

8 years agorename a function
Michael Heerdegen [Fri, 25 Sep 2015 22:52:31 +0000 (00:52 +0200)]
rename a function

8 years agonew function el-search--end-of-sexp; use it
Michael Heerdegen [Fri, 25 Sep 2015 22:43:46 +0000 (00:43 +0200)]
new function el-search--end-of-sexp; use it

8 years agoavoid repeated expansion of pcase forms
Michael Heerdegen [Fri, 25 Sep 2015 21:04:02 +0000 (23:04 +0200)]
avoid repeated expansion of pcase forms

8 years agorename a function
Michael Heerdegen [Fri, 25 Sep 2015 20:55:57 +0000 (22:55 +0200)]
rename a function

8 years agodrop el-search-expression-contains-match-p
Michael Heerdegen [Fri, 25 Sep 2015 20:38:36 +0000 (22:38 +0200)]
drop el-search-expression-contains-match-p

A correct implementation would have to be more complicated.  We didn't
recurse on arrays for example, or we didn't find (2 3) in (1 . (2 3)).

And it wasn't that effective either, so I remove it.

8 years agofix a condition in el-search--do-subsexps
Michael Heerdegen [Fri, 25 Sep 2015 20:30:38 +0000 (22:30 +0200)]
fix a condition in el-search--do-subsexps

8 years agoel-search: some comment changes
Michael Heerdegen [Wed, 23 Sep 2015 15:56:43 +0000 (17:56 +0200)]
el-search: some comment changes

8 years agorename a function
Michael Heerdegen [Wed, 23 Sep 2015 14:50:01 +0000 (16:50 +0200)]
rename a function

8 years agochange default of el-search-this-expression-identifier
Michael Heerdegen [Wed, 23 Sep 2015 14:34:52 +0000 (16:34 +0200)]
change default of el-search-this-expression-identifier

8 years agoavoid looking-back in el-search--goto-next-sexp
Michael Heerdegen [Tue, 22 Sep 2015 23:35:54 +0000 (01:35 +0200)]
avoid looking-back in el-search--goto-next-sexp

because it extremely slows it down

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

8 years agoPrepend the nameless face
Artur Malabarba [Fri, 9 Oct 2015 19:54:10 +0000 (20:54 +0100)]
Prepend the nameless face

8 years agoDocument new features
Artur Malabarba [Fri, 9 Oct 2015 19:54:05 +0000 (20:54 +0100)]
Document new features

8 years ago[Fix #9] Customizable separator
Artur Malabarba [Fri, 9 Oct 2015 19:45:16 +0000 (20:45 +0100)]
[Fix #9] Customizable separator

8 years agoMerge pull request #11 from TheBB/optional-current-name
Artur Malabarba [Fri, 9 Oct 2015 19:37:15 +0000 (20:37 +0100)]
Merge pull request #11 from TheBB/optional-current-name

Make discovery of current name optional

Copyright-paperwork-exempt: yes

8 years agoMake discovery of current name optional
Eivind Fonn [Fri, 9 Oct 2015 11:26:27 +0000 (13:26 +0200)]
Make discovery of current name optional

- Don't crash in buffers where the current name cannot be found.
- Add option to disable current name entirely

8 years agodash added to externals.
Phillip Lord [Sun, 4 Oct 2015 19:15:40 +0000 (20:15 +0100)]
dash added to externals.

8 years agoFix stupid stupid bug
Artur Malabarba [Sat, 3 Oct 2015 15:17:30 +0000 (16:17 +0100)]
Fix stupid stupid bug

8 years agoMark nameless-affect-indentation-and-filling as safe local
Artur Malabarba [Thu, 1 Oct 2015 23:27:10 +0000 (00:27 +0100)]
Mark nameless-affect-indentation-and-filling as safe local

8 years agoMerge commit '9add6554f8e9e3108bdc470e9960ca2b5db7e58b'
Artur Malabarba [Wed, 30 Sep 2015 12:20:00 +0000 (13:20 +0100)]
Merge commit '9add6554f8e9e3108bdc470e9960ca2b5db7e58b'

8 years agoSmall fixes
Artur Malabarba [Wed, 30 Sep 2015 12:17:44 +0000 (13:17 +0100)]
Small fixes

8 years agoAdd 'packages/rich-minority/' from commit 'f46444fb2f6d3c18c4c9e1e528f951894e6d5da3'
Artur Malabarba [Wed, 30 Sep 2015 12:15:43 +0000 (13:15 +0100)]
Add 'packages/rich-minority/' from commit 'f46444fb2f6d3c18c4c9e1e528f951894e6d5da3'

git-subtree-dir: packages/rich-minority
git-subtree-mainline: a727eabe76a6b724d347f500f76968ed89457f75
git-subtree-split: f46444fb2f6d3c18c4c9e1e528f951894e6d5da3

8 years agoReadme
Artur Malabarba [Wed, 30 Sep 2015 12:15:22 +0000 (13:15 +0100)]
Readme

8 years agoVersion 1.0
Artur Malabarba [Wed, 30 Sep 2015 10:34:02 +0000 (11:34 +0100)]
Version 1.0

8 years agoFix a bytecomp warning
Artur Malabarba [Wed, 30 Sep 2015 10:10:47 +0000 (11:10 +0100)]
Fix a bytecomp warning

8 years agoMerge commit 'b45fc3f6c0802be172c4e887d1cea268ce7866e0' from swiper
Oleh Krehel [Tue, 29 Sep 2015 14:40:01 +0000 (16:40 +0200)]
Merge commit 'b45fc3f6c0802be172c4e887d1cea268ce7866e0' from swiper

8 years agocounsel.el (counsel-M-x): Don't rely on package-installed-p
Oleh Krehel [Tue, 29 Sep 2015 14:34:23 +0000 (16:34 +0200)]
counsel.el (counsel-M-x): Don't rely on package-installed-p

* counsel.el (counsel-M-x): Use `require' instead. `package-installed-p'
  may fail if package wasn't initialized.

8 years agoMerge commit 'ba49407c5b4c719dd5dcc298c260513abf0c70df' from swiper
Oleh Krehel [Tue, 29 Sep 2015 14:09:53 +0000 (16:09 +0200)]
Merge commit 'ba49407c5b4c719dd5dcc298c260513abf0c70df' from swiper

8 years agocounsel.el (counsel-ag-function): Improve for fancy faces
Oleh Krehel [Tue, 29 Sep 2015 12:40:10 +0000 (14:40 +0200)]
counsel.el (counsel-ag-function): Improve for fancy faces

Set `ivy--old-re' in order for fancy `ivy-display-style' to work.

8 years agocounsel.el (counsel--find-symbol): Allow to jump back with pop-tag-mark
Oleh Krehel [Tue, 29 Sep 2015 11:53:25 +0000 (13:53 +0200)]
counsel.el (counsel--find-symbol): Allow to jump back with pop-tag-mark

Using "C-." in:

- counsel-describe-function
- counsel-describe-variable
- counsel-load-library

will change the current buffer. The buffer and point can be restored
with "M-*" (`pop-tag-mark').

I also recommend this binding:

    (global-set-key (kbd "M-,") 'pop-tag-mark)

8 years agoswiper.el (swiper-font-lock-ensure): Add mu4e
Oleh Krehel [Tue, 29 Sep 2015 10:03:44 +0000 (12:03 +0200)]
swiper.el (swiper-font-lock-ensure): Add mu4e

Re #19

8 years agoivy.el (ivy--insert-prompt): Avoid negative length error
Oleh Krehel [Sat, 26 Sep 2015 14:42:30 +0000 (16:42 +0200)]
ivy.el (ivy--insert-prompt): Avoid negative length error