branch: master
commit cea6e78b599839d777c0bd3adf2163f211773306
Author: Daiki Ueno
Commit: Daiki Ueno
* packages/gnome-c-style/gnome-c-tests.el: Really add copyright blurb
---
packages/gnome-c-style/gnome-c-tests.el | 23 +++
1 files changed, 23 insertions(+), 0 deletio
branch: master
commit 1f8bb1b5f88d22a60a7a36c55b829e42c4b5f633
Author: Stefan Monnier
Commit: Stefan Monnier
* packages/gnome-c-style/gnome-c-tests.el: Add copyright blurb
---
admin/archive-contents.el | 13
packages/ada-mode/ada-mode.el
branch: master
commit 2f6cfef03139dbb74b0f4aeaffef0f9647bee5b8
Author: João Távora
Commit: João Távora
Closes #601: updated snippets submodule
---
snippets |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/snippets b/snippets
index 32bbd36..4440198 16
--- a/s
branch: master
commit 7bce1a647380cb5152fc17a21948ca94f1789fd6
Author: Noam Postavsky
Commit: Noam Postavsky
Add new function yas-lookup-snippet
* yasnippet.el (yas-lookup-snippet): New function.
(yas--get-snippet-tables, yas--modes-to-activate): Add optional mode
parameter.
branch: master
commit 140c415505b7f2673fe58fdbf033213b089c22b3
Author: Noam Postavsky
Commit: Noam Postavsky
Respect y-b-l-cond from binding triggered snippets
The default value for `yas-buffer-local-condition' was only effective
for `yas-expand-from-trigger-key' command, so it
branch: master
commit fb28ec8384b4f5b4638bd4e1a051498e7276af68
Author: Noam Postavsky
Commit: Noam Postavsky
* README.mdown (Use `yas-minor-mode`): Reword.
Close #623.
---
README.mdown |8 +---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/README.mdown b/RE
branch: master
commit e56aa6f7b335e34788f479cc5816f4789ed45b9c
Author: Noam Postavsky
Commit: Noam Postavsky
Build a single `explored' list.
* yasnippet.el (yas--modes-to-activate): Make helper dfs function
produce the list of modes only by updating a single `explored' list,
branch: master
commit 041821a21018271189948a6c77cb532017324a3e
Author: Noam Postavsky
Commit: Noam Postavsky
* yasnippet-tests.el (string-suffix-p): Define for older Emacsen.
---
yasnippet-tests.el | 11 +++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/yasnippet
branch: master
commit 3cd64b74b3ce49975460c62d8bffabe35968929c
Author: Noam Postavsky
Commit: Noam Postavsky
yasnippet.el (yas--called-interactively-p): Remove.
It's unused since "fix: more idiomatic elisp..." 29 Aug 2013
(13d87aa3c0b0289ed918bab545d2b423974688a5).
---
yasnippe
branch: master
commit beb02e5e9ef98c3944fb4c2f45041695f616e858
Author: Noam Postavsky
Commit: Noam Postavsky
* CONTRIBUTING.md: Add note about changelog only messages.
---
CONTRIBUTING.md |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTIN
branch: master
commit ac3fe832471449f432c8cc3054166e94168a5ee2
Merge: 710ea4d fb6ec67
Author: Noam Postavsky
Commit: Noam Postavsky
Merge pull request #621 from npostavs/dfs-extra-modes2
find parents for extra-modes too (v2)
---
yasnippet-tests.el | 33 +++
branch: master
commit 35642ac007a63aa7bc6c50fc6fc5688bfb3b057b
Author: Noam Postavsky
Commit: Noam Postavsky
Simplify string matching.
* yasnippet.el (yas--field-parse-create): Use string-match-p to instead
of save-match-data, anchor regexp with \` (start of string) to instead
branch: master
commit c80fbf2c0b022c91e38dc7e4d456e78ab4ec3eb8
Author: Noam Postavsky
Commit: Noam Postavsky
Cleanup yas--on-field-overlay-modification
* yasnippet.el (yas--on-field-overlay-modification): Remove redundant
`after?' check; use `=' to save marker vs number type c
branch: master
commit 1cf723a408800b489a5f74bd14219a74b665a7f3
Author: Sharif Nassar
Commit: Noam Postavsky
Ignore trailing spaces in snippet definitions
Probably nobody wants a snippet `key` with a trailing space. It can
be hard to differentiate from a `key` without trailing sp
branch: master
commit 00b84ceaf484adadbf60e1457eef9292395ca6be
Author: Noam Postavsky
Commit: Noam Postavsky
Add (failing) yas--modes-to-activate test
* yasnippet-tests.el (extra-modes-parenthood): New (failing) test.
(loading-with-cyclic-parenthood): Use equal + sort instead of
branch: master
commit f12164551fce45bb625b4a97e7fd95aa298c9b96
Author: Noam Postavsky
Commit: Noam Postavsky
Fix #607; avoid Emacs bug #21824
See also
- https://github.com/capitaomorte/yasnippet/issues/607
- http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21824
* yasni
branch: master
commit 6c46878882f83cb469e879ad70eeec47e190b771
Author: Noam Postavsky
Commit: Noam Postavsky
Fix #587; set `this-command' on fallback.
`this-original-command' is supposed to be for the command that
we're *not* executing because of key remapping, therefore it does
branch: master
commit 2100b89eb89a7e1e06b5a54ff52c6b9db1995208
Author: João Távora
Commit: João Távora
Closes #632: Use `user-emacs-directory' instead of hardcoded "~/emacs.d"
* yasnippet.el (yas--default-user-snippets-dir): New defconst.
(yas-snippet-dirs, yas--guess-snippe
branch: master
commit e8934ce816ac0f6fdfce06b7e3fabb1fe6bf1190
Merge: 197db9f 7bce1a6
Author: João Távora
Commit: João Távora
Merge pull request #596 from npostavs/lookup-snippet
Add yas-lookup-snippet
---
doc/snippet-expansion.org | 18 ++
doc/snippet-menu.or
branch: master
commit 17fe7904ae422a5ae4ddfd561fc506c2791bdb18
Author: Noam Postavsky
Commit: Noam Postavsky
Fix #515; only clear field on self-insert
* yasnippet.el (yas--on-field-overlay-modification): Only clear field if
`this-command' is `self-insert-command'. Clean up do
branch: master
commit cd05da61f9a6155f5ad3e284320daa6b5c73e011
Author: Noam Postavsky
Commit: Noam Postavsky
Activate extra and major modes first
This prevents snippets from a parent mode from overriding those of the
major-mode's (or yas--extra-modes). Snippets of ancestor mode
branch: master
commit 71f0142edae6196535bfc27b79f317dc7a12ea1d
Author: Noam Postavsky
Commit: Noam Postavsky
Improve test simulatulation of self-insert
* yasnippet-tests.el (yas-mock-insert): Use `ert-simulate-command' to
simulate n self-insert-commands.
(simple-mirror, mi
branch: master
commit 46256db43d3e00e34f6a28c75930864e5f5af65b
Author: Noam Postavsky
Commit: Noam Postavsky
Fix #648; create ~/.emacs.d/snippets automatically
* yasnippet.el (yas--load-snippet-dirs): Create
yas--default-user-snippets-dir, if needed.
---
yasnippet.el |2 +
branch: master
commit 444c882b64f5d147282c9a5d92d74b0dc117196d
Author: JJ Asghar
Commit: Noam Postavsky
* README.mdown: update melpa URL.
Copyright-paperwork-exempt: yes
Close #555.
---
README.mdown |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/
branch: master
commit d78181a7f1fefe377cae0a646a7c24d06053a1b6
Author: Noam Postavsky
Commit: Noam Postavsky
Remove yas--inhibit-overlay-hooks macro.
* yasnippet.el (yas--inhibit-overlay-hooks): Remove.
(yas--commit-snippet, yas--make-move-field-protection-overlays):
(yas-ex
branch: master
commit 0ada0fc9445cab7405eb7bedacf0e82b0fc81e11
Author: Zhiming Wang
Commit: Zhiming Wang
Add documentation for snippet compilation
Specifically, fill in the section about .yas-compiled-snippet.el, which
was previously labelled as TODO.
* doc/snippet-orga
branch: master
commit 7f4f6befc0cd3b5f3f256b7c7abc17be6c260280
Merge: 23133da 0e7ea94
Author: João Távora
Commit: João Távora
Merge pull request #571 from PhilHudson/master
Replaced 'shadow' with 'override' throughout documentation
---
doc/snippet-organization.org |2 +-
ya
branch: master
commit 1a98c38d9cac584a56cefd74612eefb335e89325
Author: Noam Postavsky
Commit: Noam Postavsky
Fix silly mistake in previous commit
* yasnippet.el (yas--load-snippet-dirs): Put `make-directory' call in
same branch of the `if' as the `dolist' loop.
---
yasnippet.
branch: master
commit e3f03cabe01c3d218bc921b90f8946d5621efb8c
Author: Noam Postavsky
Commit: Noam Postavsky
Test visiting compiled snippets
* yasnippet-tests.el (visiting-compiled-snippets): New Test.
* yasnippet.el (yas--lookup-snippet-1, yas-lookup-snippet): Split new
f
branch: master
commit 215ad9bcf2e832be31778f026cb4f4469c7301e3
Author: Noam Postavsky
Commit: Noam Postavsky
Fix #597; use SAVE-FILE to visit compiled snippets
Rename the existing FILE field to LOAD-FILE, and add a new SAVE-FILE to
yas--template struct. Normally they will be th
branch: master
commit 72c6c4cd7b0e58631e0963ea5345890e1b0aa04b
Author: Noam Postavsky
Commit: Noam Postavsky
Fix #618; save match data in yas--scan-sexps
* yasnippet.el (yas--scan-sexps): Save match data.
---
yasnippet.el |5 +++--
1 files changed, 3 insertions(+), 2 deletions(
branch: master
commit c91a58840b86ae92061a003ec07db1010fde6c90
Author: Noam Postavsky
Commit: Noam Postavsky
Simplify some code
* yasnippet.el (yas-define-snippets): Modify the list instead of
reconstructing it.
(yas-load-snippet-buffer-and-close): Replace listp and seco
branch: master
commit 01139a2deb9eda272b9b771fbbe15d096061efa4
Author: Noam Postavsky
Commit: Noam Postavsky
* yasnippet.el (yas--define-snippets-2): Use file-name-NONdirectory.
---
yasnippet.el |7 +--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/yasnippet.el b/ya
branch: master
commit 5817fe1ff1059fd505dc5e6d5171f545866bee91
Merge: da68117 1a98c38
Author: João Távora
Commit: João Távora
Update packages/yasnippet by subtree-merging from its external upstream
Again, packages/yasnippet/snippets is left untouched in GNU ELPA. The
upstrea
branch: master
commit 67a45a61de49e0ae78b21753ccf15b6d02fbbe24
Author: Noam Postavsky
Commit: Noam Postavsky
* README.mdown: Add link to textmate-to-yas.el.
---
README.mdown | 14 ++
1 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/README.mdown b/README.mdown
in
branch: master
commit e6fff091f2c179fa4b48514d1b3dcab9fb8fee18
Author: Noam Postavsky
Commit: Noam Postavsky
Don't choose ido prompting based on Emacs version
* yasnippet.el (yas-ido-prompt): Unconditionally use ido prompting,
explicitly requireing ido.
(yas-maybe-ido-prom
branch: master
commit 710ea4d106683bc770597792cdeedfce80551614
Author: George Balatsouras
Commit: George Balatsouras
Update snippets module
---
snippets |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/snippets b/snippets
index 4440198..247fd04 16
--- a/snippets
branch: master
commit 7703a55ac416a131dec45fa6a1e0ec1e31adf760
Author: Noam Postavsky
Commit: Noam Postavsky
* doc/snippet-organization.org (.yas-skip): Add info.
---
doc/snippet-organization.org |5 -
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/doc/snippet-organi
branch: master
commit 68b0ab66ca3668846a8931774bef46c49dda1149
Author: Noam Postavsky
Commit: Noam Postavsky
Accept documented snippet list formats
yas-define-snippets was making assumptions that happended to be true for
its current calls, but could fail if given differently for
branch: master
commit 8df6a6ed8e667a92b681c3950cee6acfd4213078
Author: Noam Postavsky
Commit: Noam Postavsky
Fix invalid yas-key-syntaxes element warning
* yasnippet.el (yas--templates-for-key-at-point): Fix infinite loop and
remove redundant "Warning" in the bad element warni
branch: master
commit b6d924c83dad13b54d16c6546348c29756f592b7
Author: Noam Postavsky
Commit: Noam Postavsky
* yasnippet.el (yas--scan-sexps): Use ignore-errors.
---
yasnippet.el |8 +++-
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/yasnippet.el b/yasnippet.el
inde
branch: master
commit b8687bb0fe817a1eda657ff7b8511dc523ae9536
Author: Noam Postavsky
Commit: Noam Postavsky
Avoid double snippet loading messages
* yasnippet.el (yas--load-directory-1): Message about loading compiled
snippets only after successfully doing so.
Close #
branch: master
commit 3aa7cb29d49b7d6af37f1c32340ca24b9f0d77de
Author: Sharif Nassar
Commit: Noam Postavsky
M-x delete-trailing-whitespace
* yasnippet.el: delete-trailing-whitespace
* yasnippet-tests.el: delete-trailing-whitespace
Copyright-paperwork-exempt: yes (trivia
branch: master
commit 23ee54e10fd85a78921173395177809c0b5c6108
Author: Noam Postavsky
Commit: Noam Postavsky
Use destructive list functions in yas--s-a-p
`mapcar' already create a fresh list so there is no need to preserve it.
* yasnippet.el (yas--snippets-at-point): Use `d
branch: master
commit af905283bd0a89671a6b74881461f3ddcf2f35bc
Author: João Távora
Commit: João Távora
Fix debugging code for newer Emacsen
* yasnippet-debug.el (yas-debug-snippet-vars): Check for length of
`buffer-undo-list'. Don't assume all fields have integer
`yas--f
branch: master
commit 197db9fc228d75b604bd854fe84357c61d4297ac
Merge: 5aebe46 4692c81
Author: Noam Postavsky
Commit: Noam Postavsky
Merge pull request #578 from aluaces/patch-1
Fix "invalid function: quote"
---
doc/yas-doc-helper.el |2 +-
1 files changed, 1 insertions(+), 1 de
branch: master
commit 100d8d19049f1ec97a0cd22400758d4afcde403c
Author: Noam Postavsky
Commit: Noam Postavsky
Fix bug reporting examples.
- There was a missing "." in the emacs invocation (thanks to Barrie
Treloar for reporting).
- The example reports had too little pl
branch: master
commit a2c5292724a4db57bcf204d69e4f1b160b5f8ecf
Author: João Távora
Commit: João Távora
Bless Noam Postavsky as the new official maintainer
* yasnippet.el (yas-about): Bless Noam Postavsky as the official maintainer
---
yasnippet.el |6 +++---
1 files changed
branch: master
commit 4bd3d98b68a96ccfc02317ac922b25dad7bcc7aa
Merge: c91a588 0ada0fc
Author: João Távora
Commit: João Távora
Merge pull request #599 from zmwangx/snippet-compilation-doc
Add documentation for snippet compilation
---
doc/snippet-organization.org | 21 +
branch: master
commit 61261c9bb4608d6b1d9c242f4cf3dd4f6b0aa04f
Author: Noam Postavsky
Commit: Noam Postavsky
Fix #576; don't override yas-prompt-functions
* yasnippet.el (yas-visit-snippet-file): Don't override
`yas-prompt-functions'.
---
yasnippet.el |1 -
1 files change
branch: master
commit fb6ec6722827b812a2e8bed85378a06d234cdd56
Author: Noam Postavsky
Commit: Noam Postavsky
Fix #619; find parents for extra-modes too
* yasnippet.el (yas--modes-to-activate): Call dfs on yas--extra-modes as
well.
---
yasnippet.el |7 +++
1 files chan
branch: master
commit b055f132be939443dfc2801d587239e547a1b6f9
Author: Noam Postavsky
Commit: Noam Postavsky
Fix #617; ensure point is visible before x prompt
* yasnippet.el (yas-x-prompt): Call redisplay.
---
yasnippet.el |3 +++
1 files changed, 3 insertions(+), 0 deletions(-
branch: master
commit cc1c758ab7c8b7312fea26f9d8dbce2118ef916b
Author: Noam Postavsky
Commit: Noam Postavsky
Reorganize snippet construction from list code
* yasnippet.el (yas--template): New yas--define-snippets-2 constructor
with arguments matching yas-define-snippets format
capitaomorte pushed a change to branch master.
from da68117 Merge branch 'master' of
git.sv.gnu.org:/srv/git/emacs/elpa
new fdef445 README.mdown (el-get): Remove obsolete information
new 4fd8ab1 README.mdown (per-buffer): Remove needless lambda
new d619107 y
branch: master
commit 23133da7d9a2cc2b0d63ced8b37741c2cee95aa3
Author: João Távora
Commit: João Távora
Update README.mdown
* README.mdown (Intro): There hasn't been a downloadable demo
in a long time.
---
README.mdown |4 +---
1 files changed, 1 insertions(+), 3 deletio
branch: master
commit fdef445b7b079550d50d9e0b75f008ecbd04ec0d
Author: Noam Postavsky
Commit: Noam Postavsky
README.mdown (el-get): Remove obsolete information
---
README.mdown | 13 +
1 files changed, 1 insertions(+), 12 deletions(-)
diff --git a/README.mdown b/README.mdown
branch: master
commit 890bd7edcd4390f5a00131871633e67dc3b84219
Merge: a467019 d619107
Author: João Távora
Commit: João Távora
Merge pull request #569 from npostavs/doc-obsolete
README fixes, mark yas-initialize as obsolete
---
README.mdown | 17 ++---
yasnippet.el
branch: master
commit 4fd8ab166bcadf7b412410d8a03310314d3776bb
Author: Noam Postavsky
Commit: Noam Postavsky
README.mdown (per-buffer): Remove needless lambda
---
README.mdown |4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/README.mdown b/README.mdown
index 4a5be
branch: master
commit 4692c8169d46f5a95cff897c1f9e5ea88c230bff
Author: Alberto Luaces
Commit: Alberto Luaces
Fix "invalid function: quote"
On emacs24, Debian, HTML doc generation finishes with this error.
---
doc/yas-doc-helper.el |2 +-
1 files changed, 1 insertions(+), 1 dele
branch: master
commit 0e7ea945ce99924be746ba5c9c0825cdd53dee43
Author: Phil Hudson
Commit: Phil Hudson
Replaced 'shadow' with 'override' throughout documentation
It is hoped that this will add clarity.
* yasnippet.el, doc/snippet-organization.org (documentation):
Repl
branch: master
commit d61910789f626522a9e7424dccdeec8a76fb95ce
Author: Noam Postavsky
Commit: Noam Postavsky
yasnippet.el (yas-initialize): Mark obsolete
---
yasnippet.el |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/yasnippet.el b/yasnippet.el
index 95c96e4..1627
branch: master
commit 5aebe46e5c50ac9375ac2271c7a7e4f2df442eb3
Author: João Távora
Commit: João Távora
Closes #549: Adjust `load' verbosity to `yas-verbosity'
* yasnippet.el (yas--load-yas-setup-file): Be verbose on `load'
according to `yas-verbosity'
---
yasnippet.el |
branch: master
commit 5ebf3473929c8ae048823dd221b9aa5773522fb6
Author: Noam Postavsky
Commit: Noam Postavsky
Minor doc fixes
* doc/snippet-expansion.org (Expanding from emacs-lisp code): Fix typo.
* doc/snippet-menu.org (Controlling indenting, Prompting method): Remove
inc
kenmanheimer pushed a change to branch master.
from ce03c01 Merge commit '6bf96861b98e91ca9c3bd146697580b42d30f5d9'
new 47fe107 multishell - remove mistaken (and deadly) residual
kill-buffer!
new 3e639bf multishell - don't swallow connection errors besides
tramp home
branch: master
commit 3e639bfbf6f22149abb8b828a4b35f688d45b4a6
Author: Ken Manheimer
Commit: Ken Manheimer
multishell - don't swallow connection errors besides tramp homedir prob
In arranging special provisions to recognize homedir prob, we were
swallowing other, regular errors.
branch: master
commit 47fe1077bb26cffa742e0b75408e8430dbc99be3
Author: Ken Manheimer
Commit: Ken Manheimer
multishell - remove mistaken (and deadly) residual kill-buffer!
---
multishell.el |6 +-
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/multishell.el b/multishe
branch: master
commit da6811753a170961cc4f5173b85ceebb21291ddf
Merge: 4d1fad6 ce03c01
Author: Ken Manheimer
Commit: Ken Manheimer
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa
---
packages/gnome-c-style/gnome-c-align.el | 21 ++---
packages/gnome-c-style/gn
branch: master
commit 4d1fad67524431f7c8f20bc62e503d49e8177fb8
Merge: 44207ea 3e639bf
Author: Ken Manheimer
Commit: Ken Manheimer
multishell - Merge edge-case but significant fixes
including one case that can apply kill-buffer to the wrong buffer, sigh.
---
packages/multishell/mult
branch: master
commit ce03c017c31e6943dcc9dbcafd33f56f52a22b3c
Merge: 44207ea 6bf9686
Author: Daiki Ueno
Commit: Daiki Ueno
Merge commit '6bf96861b98e91ca9c3bd146697580b42d30f5d9'
---
packages/gnome-c-style/gnome-c-align.el | 21 ++---
packages/gnome-c-style/gnome-c-snip
branch: master
commit 6bf96861b98e91ca9c3bd146697580b42d30f5d9
Author: Daiki Ueno
Commit: Daiki Ueno
Squashed 'packages/gnome-c-style/' changes from e84487c..957d395
957d395 maint: Fix license notice
git-subtree-dir: packages/gnome-c-style
git-subtree-split: 957d39595df
70 matches
Mail list logo