]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
8 years ago* .gitignore: Add `dash'. Allow `emacs' to be a symlink.
Stefan Monnier [Mon, 26 Oct 2015 03:55:44 +0000 (23:55 -0400)]
* .gitignore: Add `dash'.  Allow `emacs' to be a symlink.

8 years agoUse shell-quote-argument in shell-quasiquote.el
Eli Zaretskii [Sun, 25 Oct 2015 21:06:45 +0000 (23:06 +0200)]
Use shell-quote-argument in shell-quasiquote.el

* packages/shell-quasiquote/shell-quasiquote.el (shqq--quote-atom):
Use shell-quote-argument.
(shqq--quote-string): Function deleted.

8 years agoAdd packages/shell-quasiquote/
Taylan Ulrich Bayırlı/Kammer [Sun, 25 Oct 2015 21:01:49 +0000 (23:01 +0200)]
Add packages/shell-quasiquote/

8 years agoMerge commit '010e64bef8a9ec5539733ff0c2e92d075b25a271'
Artur Malabarba [Sun, 25 Oct 2015 15:29:28 +0000 (15:29 +0000)]
Merge commit '010e64bef8a9ec5539733ff0c2e92d075b25a271'

8 years ago[Fix #15] Only blink if the window *really* scrolled
Artur Malabarba [Sun, 25 Oct 2015 15:27:01 +0000 (15:27 +0000)]
[Fix #15] Only blink if the window *really* scrolled

8 years agoRefactor variable recording
Artur Malabarba [Sun, 25 Oct 2015 15:26:44 +0000 (15:26 +0000)]
Refactor variable recording

8 years agoSome minor changes in debbugs
Michael Albinus [Sat, 24 Oct 2015 08:05:18 +0000 (10:05 +0200)]
Some minor changes in debbugs

* packages/debbugs/debbugs-gnu.el (debbugs-gnu-default-packages):
Adapt :version.
(debbugs-gnu-archived): New face.
(debbugs-gnu-show-reports): Use it.

* packages/debbugs/debbugs-ug.texi (Tabulated Lists):
Mention `debbugs-gnu-archived'.
(Control Messages): Archived bugs must be unarchived first.

* packages/debbugs/debbugs.el (debbugs-search-est): Use `cl-case'.

8 years agoREADME: Fix typos.
Juanma Barranquero [Fri, 23 Oct 2015 11:56:39 +0000 (13:56 +0200)]
README: Fix typos.

8 years agoDon't blink in Magit popups
Artur Malabarba [Wed, 21 Oct 2015 21:42:00 +0000 (22:42 +0100)]
Don't blink in Magit popups

8 years agoMerge commit '500222d5378f55bbfd6f35cbb65107f2342bf3c3'
Artur Malabarba [Wed, 21 Oct 2015 21:39:52 +0000 (22:39 +0100)]
Merge commit '500222d5378f55bbfd6f35cbb65107f2342bf3c3'

8 years ago[Fix #18] Don't use char-displayable-p
Artur Malabarba [Wed, 21 Oct 2015 21:38:51 +0000 (22:38 +0100)]
[Fix #18] Don't use char-displayable-p

8 years agoMerge commit '811f9645ba6332d646c25dd042010478ff5a579f'
Artur Malabarba [Wed, 21 Oct 2015 10:59:18 +0000 (11:59 +0100)]
Merge commit '811f9645ba6332d646c25dd042010478ff5a579f'

8 years agoAdd beacon-blink-when-focused and disable it by default
Artur Malabarba [Wed, 21 Oct 2015 10:56:47 +0000 (11:56 +0100)]
Add beacon-blink-when-focused and disable it by default

Focus-in-hook triggers whenever I hit Alt on Ubuntu, which is a little
too often to be acceptable.
Related to #14.

8 years agoMerge commit 'eeac41976bc7b1aa5e732fb476d24ab4c2890712'
Artur Malabarba [Wed, 21 Oct 2015 10:49:01 +0000 (11:49 +0100)]
Merge commit 'eeac41976bc7b1aa5e732fb476d24ab4c2890712'

8 years agoMerge pull request #19 from tsdh/master
Artur Malabarba [Wed, 21 Oct 2015 10:00:48 +0000 (11:00 +0100)]
Merge pull request #19 from tsdh/master

Fix beacon--movement-> simplification (69843d3)

8 years agoFix beacon--movement-> simplification (69843d3)
Tassilo Horn [Wed, 21 Oct 2015 08:25:36 +0000 (10:25 +0200)]
Fix beacon--movement-> simplification (69843d3)

8 years agoMerge commit 'b56ef781d5a712fd06378f78eb9551ab9269bb2e'
Artur Malabarba [Tue, 20 Oct 2015 21:03:12 +0000 (22:03 +0100)]
Merge commit 'b56ef781d5a712fd06378f78eb9551ab9269bb2e'

8 years ago[Fix #14] Blink when Emacs frame is focused
Artur Malabarba [Tue, 20 Oct 2015 20:59:26 +0000 (21:59 +0100)]
[Fix #14] Blink when Emacs frame is focused

8 years agoLocal var
Artur Malabarba [Tue, 20 Oct 2015 20:57:10 +0000 (21:57 +0100)]
Local var

8 years agoSimplify beacon--movement-> a bit
Artur Malabarba [Tue, 20 Oct 2015 20:57:02 +0000 (21:57 +0100)]
Simplify beacon--movement-> a bit

8 years agoMerge pull request #16 from tsdh/master
Artur Malabarba [Tue, 20 Oct 2015 20:49:20 +0000 (21:49 +0100)]
Merge pull request #16 from tsdh/master

Speed up beacon--movement->

8 years agoChange "solid logic" to "correct logic" :-)
Tassilo Horn [Tue, 20 Oct 2015 08:41:05 +0000 (10:41 +0200)]
Change "solid logic" to "correct logic" :-)

8 years agoUse binary <= only
Tassilo Horn [Tue, 20 Oct 2015 08:32:43 +0000 (10:32 +0200)]
Use binary <= only

8 years agoUpdate seq.el to version 1.11
Nicolas Petton [Tue, 20 Oct 2015 08:27:59 +0000 (10:27 +0200)]
Update seq.el to version 1.11

* packages/seq/seq.el:
* packages/seq/tests/seq-tests.el: Update.

8 years agoSpeed up beacon--movement->
Tassilo Horn [Tue, 20 Oct 2015 08:07:53 +0000 (10:07 +0200)]
Speed up beacon--movement->

8 years ago* packages/stream/stream.el: Require Emacs 25
Nicolas Petton [Mon, 19 Oct 2015 21:06:38 +0000 (23:06 +0200)]
* packages/stream/stream.el: Require Emacs 25

8 years ago* f90-interface-browser: Merge from upstream
Stefan Monnier [Mon, 19 Oct 2015 13:20:23 +0000 (09:20 -0400)]
* f90-interface-browser: Merge from upstream

8 years agoMerge commit '3c14fa39c9233e64b598a7ca3af243c7395eccdb'
Artur Malabarba [Mon, 19 Oct 2015 11:23:30 +0000 (12:23 +0100)]
Merge commit '3c14fa39c9233e64b598a7ca3af243c7395eccdb'

8 years agoDefault `beacon-push-mark' to 35
Artur Malabarba [Mon, 19 Oct 2015 10:05:15 +0000 (11:05 +0100)]
Default `beacon-push-mark' to 35

8 years agoDemote `beacon-dont-blink-predicates' to a defvar
Artur Malabarba [Mon, 19 Oct 2015 09:58:19 +0000 (10:58 +0100)]
Demote `beacon-dont-blink-predicates' to a defvar

Hooks make for lousy custom variables.

8 years agoAllow head-hint to be dynamic
Oleh Krehel [Mon, 19 Oct 2015 09:29:01 +0000 (11:29 +0200)]
Allow head-hint to be dynamic

Instead of only a string like before, the head-hint can be anything that
evaluates to a string.

Example:

(defhydra hydra-test (:columns 2)
  "Test"
  ("j" next-line (format-time-string "%H:%M:%S" (current-time)))
  ("k" previous-line (format-time-string "%H:%M:%S" (current-time)))
  ("h" backward-char (format-time-string "%H:%M:%S" (current-time)))
  ("l" forward-char (format-time-string "%H:%M:%S" (current-time))))

Pressing "hjkl" will refresh the hint, and thus update the current time.
Note that the hint needs to evaluate to a string at both compile-time
and run-time. The column formatting depends on the compile-time result.

Fixes #160

8 years agoMerge commit '0c3a48f05d17f486a0c522f0f9ec316dce24d86d' from context-coloring
Jackson Hamilton [Sun, 18 Oct 2015 11:20:32 +0000 (04:20 -0700)]
Merge commit '0c3a48f05d17f486a0c522f0f9ec316dce24d86d' from context-coloring

8 years agoVersion 7.1.0.
Jackson Hamilton [Sun, 18 Oct 2015 11:07:51 +0000 (04:07 -0700)]
Version 7.1.0.

8 years agoUpdate Zenburn paragraph.
Jackson Hamilton [Sun, 18 Oct 2015 11:06:45 +0000 (04:06 -0700)]
Update Zenburn paragraph.

8 years agoDocument new scope detection.
Jackson Hamilton [Sun, 18 Oct 2015 11:06:26 +0000 (04:06 -0700)]
Document new scope detection.

8 years agoMerge branch 'detect-node'
Jackson Hamilton [Sun, 18 Oct 2015 10:58:32 +0000 (03:58 -0700)]
Merge branch 'detect-node'

8 years agoUse more agnostic names.
Jackson Hamilton [Sun, 18 Oct 2015 10:56:09 +0000 (03:56 -0700)]
Use more agnostic names.

8 years agoEnsure Node.js variable is global.
Jackson Hamilton [Sun, 18 Oct 2015 10:37:11 +0000 (03:37 -0700)]
Ensure Node.js variable is global.

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 agoFix failing test on Emacs 25
Oleh Krehel [Fri, 16 Oct 2015 10:23:09 +0000 (12:23 +0200)]
Fix failing test on Emacs 25

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'