]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
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

8 years agoTruncate minibuffer prompts longer than window-width
Oleh Krehel [Sat, 26 Sep 2015 11:56:19 +0000 (13:56 +0200)]
Truncate minibuffer prompts longer than window-width

* ivy.el (ivy--insert-prompt): When the prompt string is longer than the
  window width, truncate it to window width minus 26 chars.

Fixes #240

8 years agoMake ivy-display-style more compatible with 24.3
Oleh Krehel [Sat, 26 Sep 2015 11:28:46 +0000 (13:28 +0200)]
Make ivy-display-style more compatible with 24.3

* ivy.el (ivy--format-minibuffer-line): Use
  `font-lock-append-text-property' instead of
  `add-face-text-property'. It's not optimal, since the new face needs
  to be put in front, but at least it doesn't error out.

8 years agoivy.el (ivy--resize-minibuffer-to-fit): Make compatible with 24.3
Oleh Krehel [Sat, 26 Sep 2015 11:28:23 +0000 (13:28 +0200)]
ivy.el (ivy--resize-minibuffer-to-fit): Make compatible with 24.3

Fixes #220

8 years agoMerge commit '5c540d26479df04e7fc6b99792707457df174528'
Artur Malabarba [Fri, 25 Sep 2015 23:07:45 +0000 (00:07 +0100)]
Merge commit '5c540d26479df04e7fc6b99792707457df174528'

8 years agov 1.4
Artur Malabarba [Fri, 25 Sep 2015 23:07:01 +0000 (00:07 +0100)]
v 1.4

8 years agoBetter sexp uncommenting
Artur Malabarba [Fri, 25 Sep 2015 23:06:35 +0000 (00:06 +0100)]
Better sexp uncommenting

8 years agoswiper.el (swiper--ivy): Remove obsolete version check
Oleh Krehel [Fri, 25 Sep 2015 13:04:30 +0000 (15:04 +0200)]
swiper.el (swiper--ivy): Remove obsolete version check

8 years agoOne more abbrev
Artur Malabarba [Thu, 24 Sep 2015 23:00:10 +0000 (00:00 +0100)]
One more abbrev

8 years ago[Fix #3] Fix sexp commenting
Artur Malabarba [Thu, 24 Sep 2015 22:59:47 +0000 (23:59 +0100)]
[Fix #3] Fix sexp commenting

8 years agoediprolog: Don't autoload variables
Dmitry Gutov [Wed, 23 Sep 2015 15:56:18 +0000 (18:56 +0300)]
ediprolog: Don't autoload variables

8 years agoUpdate ediprolog to the latest release
Dmitry Gutov [Wed, 23 Sep 2015 14:33:11 +0000 (17:33 +0300)]
Update ediprolog to the latest release

8 years agoel-search: bump version
Michael Heerdegen [Tue, 22 Sep 2015 18:16:10 +0000 (20:16 +0200)]
el-search: bump version

8 years agoel-search: some comment changes
Michael Heerdegen [Tue, 22 Sep 2015 18:09:20 +0000 (20:09 +0200)]
el-search: some comment changes

8 years agoel-search: add autoload cookies
Michael Heerdegen [Tue, 15 Sep 2015 10:10:20 +0000 (12:10 +0200)]
el-search: add autoload cookies

8 years agoel-search: remove redundant :group specs from custom defs
Michael Heerdegen [Tue, 15 Sep 2015 09:49:53 +0000 (11:49 +0200)]
el-search: remove redundant :group specs from custom defs

8 years agoel-search: remove redundant package dependency on cl-lib
Michael Heerdegen [Mon, 14 Sep 2015 12:44:47 +0000 (14:44 +0200)]
el-search: remove redundant package dependency on cl-lib

8 years agoel-search: fix two typos
Michael Heerdegen [Mon, 14 Sep 2015 12:31:09 +0000 (14:31 +0200)]
el-search: fix two typos

8 years agoel-search: fix comment styles
Michael Heerdegen [Mon, 14 Sep 2015 12:17:43 +0000 (14:17 +0200)]
el-search: fix comment styles

8 years agoFix minibuffer collapse in text mode emacs
Julien Wietrich [Tue, 22 Sep 2015 17:02:39 +0000 (19:02 +0200)]
Fix minibuffer collapse in text mode emacs

In graphic mode : resize-mini-windows is temporarily set to nil, the
only value which does not collapse the minibuffer.

In text mode : if resize-mini-windows is nil, it is temporarily set to
'grow-only (default emacs value).

This prevent the minibuffer collapse in both graphic and text mode.

In text mode it respects the user settings if it is already set to
'grow-only or t.

Fix #237 in text mode emacs too.

8 years agoswiper.el (swiper--ivy): Use minibuffer-allow-text-properties
Oleh Krehel [Tue, 22 Sep 2015 11:03:02 +0000 (13:03 +0200)]
swiper.el (swiper--ivy): Use minibuffer-allow-text-properties

Using `minibuffer-allow-text-properties' makes Emacs not strip the text
properties from the result of `read-from-minibuffer'. This is better
because a function call result is used instead of a global var to pass
this info.

8 years agoRevert multiple frames workaround
Julien Wietrich [Sat, 19 Sep 2015 17:21:46 +0000 (19:21 +0200)]
Revert multiple frames workaround

Since SHA:d8d7ed45f07b52ab63eca444f0e6fa03747fab9e
workaround SHA:435f2b6edfe3ab517c9eda56c6351f0bcfdf3845 is no longer
required.

8 years agoFix minibuffer collapses to one line
Julien Wietrich [Sat, 19 Sep 2015 17:12:15 +0000 (19:12 +0200)]
Fix minibuffer collapses to one line

It happens since commit SHA:d374afea36df19b5d6b654adc6018b25d6c1d8f2
when resize-mini-windows is set to true.

It also happens when resize-mini-windows is set to 'grow-only (default)
and multiple frames are open.
(Although SHA:435f2b6edfe3ab517c9eda56c6351f0bcfdf3845 work around it)

Temporarily bind `resize-mini-windows' to nil before calling
`read-from-minibuffer'.

Fix #237 and #229

It might fix #77 although this need to be checked as I cannot reproduce it.

8 years agoAdd autoloads to some important functions
PythonNut [Sat, 19 Sep 2015 04:10:24 +0000 (21:10 -0700)]
Add autoloads to some important functions

8 years agoivy.el (ivy-switch-buffer): Make "M-o r" rename buffer
Oleh Krehel [Fri, 18 Sep 2015 17:24:21 +0000 (20:24 +0300)]
ivy.el (ivy-switch-buffer): Make "M-o r" rename buffer

* ivy.el (ivy--rename-buffer-action): New defun.

Fixes #233

8 years agoMake "<left>" and "<right>" behave as in fundamental-mode
Oleh Krehel [Fri, 18 Sep 2015 17:17:41 +0000 (20:17 +0300)]
Make "<left>" and "<right>" behave as in fundamental-mode

Fixes #232

8 years agoAdd external packages xelb and exwm
Chris Feng [Thu, 17 Sep 2015 23:10:39 +0000 (07:10 +0800)]
Add external packages xelb and exwm

* .gitignore:
* externals-list:
  Add external packages xelb and exwm.

8 years agoUpdate seq.el to version 1.9
Nicolas Petton [Thu, 17 Sep 2015 22:14:05 +0000 (00:14 +0200)]
Update seq.el to version 1.9

* packages/seq/seq.el: Update to version 1.9.
* packages/seq/tests/seq-tests.el: Update to version 1.9.

8 years agoSkip uninteresting elements
Stefan Monnier [Wed, 16 Sep 2015 13:35:08 +0000 (09:35 -0400)]
Skip uninteresting elements

(batch-html-make-index): Skip .sig files.
(archive--cleanup-packages): Skip non-plain directories.
(archive--core-package-sync): Don't use pcase pattern `t'.

8 years agoAdd work-around for minibuffer not re-sizing for many frames
Oleh Krehel [Tue, 15 Sep 2015 11:46:41 +0000 (14:46 +0300)]
Add work-around for minibuffer not re-sizing for many frames

* ivy.el (ivy--minibuffer-setup): When `truncate-lines' is set, it works
  fine for one graphic frame, but not for two (unknown why); add a
  work-around.

Fixes #229

8 years agoMerge commit '29bfd8704b99f0b8600ea2bdc1f467df04c9e8bc'
Artur Malabarba [Sun, 13 Sep 2015 15:00:21 +0000 (16:00 +0100)]
Merge commit '29bfd8704b99f0b8600ea2bdc1f467df04c9e8bc'

8 years agoVersion bump
Artur Malabarba [Sun, 13 Sep 2015 14:59:44 +0000 (15:59 +0100)]
Version bump

8 years agoDoc
Artur Malabarba [Sun, 13 Sep 2015 14:21:31 +0000 (15:21 +0100)]
Doc

8 years agoFix private prefixes with the `display' method
Artur Malabarba [Sun, 13 Sep 2015 14:21:18 +0000 (15:21 +0100)]
Fix private prefixes with the `display' method

8 years agoFix typo that completely broke everything
Artur Malabarba [Sun, 13 Sep 2015 14:21:02 +0000 (15:21 +0100)]
Fix typo that completely broke everything

8 years ago[Fix #8] Add undo-boundaries before inserting the prefix
Artur Malabarba [Sun, 13 Sep 2015 11:27:38 +0000 (12:27 +0100)]
[Fix #8] Add undo-boundaries before inserting the prefix

8 years ago[Fix #2] Add option to display internal symbols with the prefix
Artur Malabarba [Sun, 13 Sep 2015 11:20:11 +0000 (12:20 +0100)]
[Fix #2] Add option to display internal symbols with the prefix

8 years agoMerge commit 'ea3958f45cb468be0f11e95c24d09e10a389fee0'
Artur Malabarba [Sun, 13 Sep 2015 10:28:45 +0000 (11:28 +0100)]
Merge commit 'ea3958f45cb468be0f11e95c24d09e10a389fee0'

8 years agoImprove name discovery
Artur Malabarba [Sun, 13 Sep 2015 10:27:36 +0000 (11:27 +0100)]
Improve name discovery

8 years agocounsel.el (counsel-yank-pop): Add autoload
Oleh Krehel [Sun, 13 Sep 2015 06:26:10 +0000 (08:26 +0200)]
counsel.el (counsel-yank-pop): Add autoload

8 years agoivy.el (ivy-format-function-default): Fix boundp bug
Oleh Krehel [Sat, 12 Sep 2015 14:52:51 +0000 (16:52 +0200)]
ivy.el (ivy-format-function-default): Fix boundp bug

Fixes #225

8 years agoMerge ack master from github.com:leoliu/ack-el
Leo Liu [Sat, 12 Sep 2015 12:38:19 +0000 (20:38 +0800)]
Merge ack master from github.com:leoliu/ack-el

8 years agoCustomise compilation-finish-functions
Leo Liu [Sat, 12 Sep 2015 12:12:26 +0000 (20:12 +0800)]
Customise compilation-finish-functions

8 years agocounsel.el (counsel-yank-pop-truncate): Add group
Oleh Krehel [Sat, 12 Sep 2015 11:58:51 +0000 (13:58 +0200)]
counsel.el (counsel-yank-pop-truncate): Add group

8 years agoswiper.el (swiper--ivy): Fix compiler warning
Oleh Krehel [Sat, 12 Sep 2015 11:58:30 +0000 (13:58 +0200)]
swiper.el (swiper--ivy): Fix compiler warning

8 years agocounsel.el (counsel-yank-pop): New command
Oleh Krehel [Fri, 11 Sep 2015 15:28:38 +0000 (17:28 +0200)]
counsel.el (counsel-yank-pop): New command

* counsel.el (counsel-yank-pop-truncate): New defcustom. Choose whether
  to truncate strings over 4 lines.
(counsel-yank-pop-action): New defun.

Fixes #218

8 years agoMake line numbers in swiper into display properties
Oleh Krehel [Fri, 11 Sep 2015 14:52:02 +0000 (16:52 +0200)]
Make line numbers in swiper into display properties

* swiper.el (swiper--candidates): Each candidate is now a single space
  plus the original string. The display property of the single space
  holds the line number. This means that it's no longer possible to
  match line numbers in queries. Also, the preselect of the current line
  is slightly worse (in case there are two identical lines in a buffer).
(swiper--ivy): Update the preselect to not include the line
number. Also, call `ivy--action' on `ivy-current' instead of `res',
because `res' doesn't have the string property that points to the line
number.
(swiper--update-input-ivy): Update.
(swiper--action): Update.

Fixes #224

8 years agoSet truncate-lines in the minibuffer
Oleh Krehel [Fri, 11 Sep 2015 09:42:18 +0000 (11:42 +0200)]
Set truncate-lines in the minibuffer

* ivy.el (ivy--minibuffer-setup): Update.
(ivy-format-function-default): Check `truncate-lines'. Check if
`fringe-mode' is bound.

Fixes #223

8 years agoivy.el (ivy--resize-minibuffer-to-fit): Make compatible with 24.3
Oleh Krehel [Thu, 10 Sep 2015 09:24:54 +0000 (11:24 +0200)]
ivy.el (ivy--resize-minibuffer-to-fit): Make compatible with 24.3

Re #220

8 years agoivy.el (ivy-format-function-default): Handle fringe-mode 0
Oleh Krehel [Thu, 10 Sep 2015 09:21:12 +0000 (11:21 +0200)]
ivy.el (ivy-format-function-default): Handle fringe-mode 0

Fixes #219

8 years agoAdd support to build packages from Emacs repo
Fabián Ezequiel Gallina [Sat, 29 Aug 2015 05:20:46 +0000 (02:20 -0300)]
Add support to build packages from Emacs repo

* externals-list: Add docs about :core packages.
* admin/archive-contents.el (archive-add/remove/update-externals):
Sync core packages defined in externals-list.

8 years agoMerge commit '7fa7f099c7008d521dbbb57a1546f11535544536' from diff-hl
Dmitry Gutov [Wed, 9 Sep 2015 18:58:50 +0000 (21:58 +0300)]
Merge commit '7fa7f099c7008d521dbbb57a1546f11535544536' from diff-hl

8 years agoBump the version
Dmitry Gutov [Wed, 9 Sep 2015 18:57:24 +0000 (21:57 +0300)]
Bump the version

8 years agoUndo some breakage
Dmitry Gutov [Wed, 9 Sep 2015 18:51:48 +0000 (21:51 +0300)]
Undo some breakage

8 years agoMerge commit '5c9d8b82dddec2fab370ec8798569c7fc5698093' from js2-mode
Dmitry Gutov [Wed, 9 Sep 2015 18:40:50 +0000 (21:40 +0300)]
Merge commit '5c9d8b82dddec2fab370ec8798569c7fc5698093' from js2-mode

8 years agoRephrase
Dmitry Gutov [Wed, 9 Sep 2015 18:37:51 +0000 (21:37 +0300)]
Rephrase

8 years agoAdd NEWS and bump the version
Dmitry Gutov [Wed, 9 Sep 2015 18:36:29 +0000 (21:36 +0300)]
Add NEWS and bump the version

8 years agocounsel.el (counsel-unicode-char): Add own history
Oleh Krehel [Wed, 9 Sep 2015 13:21:43 +0000 (15:21 +0200)]
counsel.el (counsel-unicode-char): Add own history

Also make "C-M-n", "C-M-p", and `ivy-resume' work properly.

8 years agoFix readme
Artur Malabarba [Wed, 9 Sep 2015 12:04:06 +0000 (13:04 +0100)]
Fix readme

8 years agoMerge commit '60873230991f7a0cd3175eb578fee34c7e238fb3'
Artur Malabarba [Wed, 9 Sep 2015 11:07:52 +0000 (12:07 +0100)]
Merge commit '60873230991f7a0cd3175eb578fee34c7e238fb3'

8 years agoVersion bump
Artur Malabarba [Wed, 9 Sep 2015 11:07:44 +0000 (12:07 +0100)]
Version bump

8 years agoFix doc
Artur Malabarba [Wed, 9 Sep 2015 10:58:59 +0000 (11:58 +0100)]
Fix doc

8 years ago[Fix #6] Local variables not being used
Artur Malabarba [Wed, 9 Sep 2015 10:55:31 +0000 (11:55 +0100)]
[Fix #6] Local variables not being used

8 years agoImprove documentation and change keybind from _ to C-c C--
Artur Malabarba [Wed, 9 Sep 2015 10:19:44 +0000 (11:19 +0100)]
Improve documentation and change keybind from _ to C-c C--

Fix #5

8 years agoExplicitly remap js-find-symbol
Dmitry Gutov [Wed, 9 Sep 2015 03:49:38 +0000 (06:49 +0300)]
Explicitly remap js-find-symbol

#159

8 years agoMerge pull request #4 from cpitclaudel/master
Artur Malabarba [Tue, 8 Sep 2015 14:42:05 +0000 (15:42 +0100)]
Merge pull request #4 from cpitclaudel/master

Add a missing 'delete-selection property

8 years agoAdd a missing 'delete-selection property
Clément Pit--Claudel [Tue, 8 Sep 2015 14:08:35 +0000 (10:08 -0400)]
Add a missing 'delete-selection property

This is needed for delete-selection-mode to work properly:

> Commands which will delete the selection need a 'delete-selection
> property on their symbols; commands which insert text but don't have
> this property won't delete the selection.

8 years agoFix up the "foo ! bar" matching and highlighting
Oleh Krehel [Tue, 8 Sep 2015 11:48:29 +0000 (13:48 +0200)]
Fix up the "foo ! bar" matching and highlighting

* ivy.el (ivy--filter): When regex returned is a list, use only the
  first string part.

* swiper.el (swiper--update-input-ivy): When regex returned is a list,
  use only the first string part.

8 years agoAvoid further confusion when an alias matches the current name
Artur Malabarba [Tue, 8 Sep 2015 08:58:41 +0000 (09:58 +0100)]
Avoid further confusion when an alias matches the current name

8 years agoMove swiper-minibuffer-faces to ivy.el
Oleh Krehel [Tue, 8 Sep 2015 06:25:09 +0000 (08:25 +0200)]
Move swiper-minibuffer-faces to ivy.el

Fixes #217

8 years agoAvoid confusion when an alias matches the current name
Artur Malabarba [Mon, 7 Sep 2015 23:50:42 +0000 (00:50 +0100)]
Avoid confusion when an alias matches the current name

8 years agoMake diff-hl-flydiff-delay customizable
Dmitry Gutov [Mon, 7 Sep 2015 20:30:18 +0000 (23:30 +0300)]
Make diff-hl-flydiff-delay customizable

8 years agoMerge commit '6abd4f4fe740054d433d928d90fb1671cce6719c'
Artur Malabarba [Mon, 7 Sep 2015 20:27:35 +0000 (21:27 +0100)]
Merge commit '6abd4f4fe740054d433d928d90fb1671cce6719c'

8 years ago[Fix #1] nameless-aliases docstring
Artur Malabarba [Mon, 7 Sep 2015 20:25:49 +0000 (21:25 +0100)]
[Fix #1] nameless-aliases docstring

8 years agoRemove a space
Dmitry Gutov [Mon, 7 Sep 2015 12:31:08 +0000 (15:31 +0300)]
Remove a space

8 years agoUse cl-assert instead of error
Dmitry Gutov [Mon, 7 Sep 2015 12:24:50 +0000 (15:24 +0300)]
Use cl-assert instead of error

8 years agoAdd cl- prefix, improve line lengths
Dmitry Gutov [Mon, 7 Sep 2015 12:24:09 +0000 (15:24 +0300)]
Add cl- prefix, improve line lengths

8 years agoReindent
Dmitry Gutov [Mon, 7 Sep 2015 12:09:42 +0000 (15:09 +0300)]
Reindent

8 years agoDeclare some SLIME functions
Oleh Krehel [Mon, 7 Sep 2015 12:08:31 +0000 (14:08 +0200)]
Declare some SLIME functions

* counsel.el (slime-symbol-start-pos):
(slime-symbol-end-pos):
(slime-contextual-completions): Declare.

8 years agocounsel.el (counsel-git-grep-function): Fix up
Oleh Krehel [Mon, 7 Sep 2015 12:06:14 +0000 (14:06 +0200)]
counsel.el (counsel-git-grep-function): Fix up

Set `ivy--old-re' for the benefit of fancy minibuffer faces.

8 years agoMake the minibuffer faces look nicer
Oleh Krehel [Mon, 7 Sep 2015 12:03:08 +0000 (14:03 +0200)]
Make the minibuffer faces look nicer

* ivy.el (ivy-current-match): Update background and add white
  foreground for light themes. Update background and add black
  foreground for dark themes.
(ivy--add-face): If a face has an explicit foreground, add it ahead,
with no blending. Blend the background as usual.

* swiper.el (swiper-minibuffer-match-face-1):
(swiper-minibuffer-match-face-2): Update the background for light
  themes.
(swiper-minibuffer-match-face-4): Update the background for dark themes.

8 years agoOne fewer version check
Dmitry Gutov [Mon, 7 Sep 2015 11:55:52 +0000 (14:55 +0300)]
One fewer version check

Closes #54

8 years agoReadme
Artur Malabarba [Mon, 7 Sep 2015 11:09:36 +0000 (12:09 +0100)]
Readme

8 years agoRemoved functions: js2-build-prop-name-list and js2-names-left.
ScottyB [Mon, 7 Sep 2015 09:35:40 +0000 (19:35 +1000)]
Removed functions: js2-build-prop-name-list and js2-names-left.

8 years agoClean up todo in js2-search-scope and fix year typo
ScottyB [Sun, 6 Sep 2015 01:01:17 +0000 (11:01 +1000)]
Clean up todo in js2-search-scope and fix year typo

8 years agoClarified js2-search-scope doc string
ScottyB [Fri, 4 Sep 2015 00:07:02 +0000 (10:07 +1000)]
Clarified js2-search-scope doc string

8 years agoOnly jump if not already at var or function definition
ScottyB [Thu, 3 Sep 2015 23:53:56 +0000 (09:53 +1000)]
Only jump if not already at var or function definition

8 years agoFind definition by locating assignment nodes
ScottyB [Thu, 3 Sep 2015 14:49:32 +0000 (00:49 +1000)]
Find definition by locating assignment nodes

8 years agoSupport jumping to buffers of the same major mode
ScottyB [Sun, 30 Aug 2015 04:25:55 +0000 (14:25 +1000)]
Support jumping to buffers of the same major mode

8 years agoFixed jumping to object properties
ScottyB [Sun, 30 Aug 2015 03:25:41 +0000 (13:25 +1000)]
Fixed jumping to object properties

8 years agoSimplified method of searching for nodes based on scope
ScottyB [Sun, 30 Aug 2015 00:44:53 +0000 (10:44 +1000)]
Simplified method of searching for nodes based on scope

8 years agoSimplified property name matching
ScottyB [Sat, 29 Aug 2015 14:53:35 +0000 (00:53 +1000)]
Simplified property name matching

8 years agoReturn correct node when searching for the definition of a property.
ScottyB [Mon, 16 Mar 2015 09:21:30 +0000 (20:21 +1100)]
Return correct node when searching for the definition of a property.

8 years agoAdded missing etags dependency
ScottyB [Sun, 8 Feb 2015 08:11:09 +0000 (19:11 +1100)]
Added missing etags dependency

8 years agoAdd a jump to definition command bound to M-.
ScottyB [Sun, 7 Sep 2014 01:04:07 +0000 (11:04 +1000)]
Add a jump to definition command bound to M-.

8 years agojs2-define-destruct-symbols: Speed up, theoretically
Dmitry Gutov [Mon, 7 Sep 2015 03:21:06 +0000 (06:21 +0300)]
js2-define-destruct-symbols: Speed up, theoretically