Commit Graph

  • 14819c931f Make yas-buffer-local-condition into a defcustom Noam Postavsky 2017-02-08 22:04:29 -05:00
  • 4f37afd493 Let snippets expand in strings/comments by default Noam Postavsky 2017-02-04 11:23:50 -05:00
  • c87afe0901 Merge: snippet-local exit hook; error handling improvements Noam Postavsky 2017-02-12 11:19:41 -05:00
  • f3d0e03a05 * yasnippet-tests.el (snippet-exit-hooks): New test. Noam Postavsky 2016-12-17 15:07:35 -05:00
  • 6c4fbb25b3 Fix snippet local exit hook Noam Postavsky 2016-05-18 08:03:30 -04:00
  • b62cf52f35 Remove lambda list building hack Noam Postavsky 2016-05-18 07:48:22 -04:00
  • 203df22e26 Use debug-on-error to simplify error handling Noam Postavsky 2016-05-18 07:41:53 -04:00
  • 9c9547a628 Don't catch and rethrow yas-{-}exception Noam Postavsky 2016-05-18 07:33:15 -04:00
  • ac26024837 Rework error handling João Távora 2016-05-18 06:32:18 -04:00
  • 9abf842e35 Enable snippet-mode automatically Noam Postavsky 2017-02-03 09:24:07 -05:00
  • e74f00e703 Fix whitespace lossage between mirrors Noam Postavsky 2017-01-28 00:28:57 -05:00
  • 0041efedf9 Make snippets work in org source blocks Noam Postavsky 2016-12-25 21:53:59 -05:00
  • d0c6fecab5 Refactor snippet marker manipulating functions Noam Postavsky 2016-12-24 14:41:53 -05:00
  • 0311fe2619 Use :filter instead of yas--fallback Noam Postavsky 2016-12-11 23:44:44 -05:00
  • 48cd7163b2 Use more compact format for snippet menus Noam Postavsky 2016-12-11 16:43:44 -05:00
  • 7b3c29d210 * doc/faq.org: Typos and grammar. Barak A. Pearlmutter 2015-10-12 19:29:44 +01:00
  • e878afb883 Update handling of markers during indentation Noam Postavsky 2016-12-03 15:14:21 -05:00
  • 28d5496144 Use git describe for doc HTML output Noam Postavsky 2016-12-11 19:50:08 -05:00
  • 4ef1768e81 Add timestamp of source revision to HTML doc Noam Postavsky 2016-12-10 12:56:01 -05:00
  • cce2e0df5d Make the documentation build reproducible Sean Whitton 2016-12-09 21:28:56 -07:00
  • 4ee3835adf Use expand-env for all snippet evaluations Noam Postavsky 2016-12-02 19:32:21 -05:00
  • 5534cab0b7 Respect yas-indent-line for mirror updates Noam Postavsky 2016-10-27 19:43:34 -04:00
  • 7b013dbbdb Keep yas--snippets-at-point for compatibility Noam Postavsky 2016-12-01 18:20:09 -05:00
  • 2ca6321b47 Promote yas--snippets-at-point to a public API Noam Postavsky 2016-08-14 15:30:53 -04:00
  • c485d13995 Remove last use of flet Noam Postavsky 2016-11-28 22:20:31 -05:00
  • 8412d71e44 Reword #744 yet again scratch/744-alternative João Távora 2016-11-10 20:26:02 +00:00
  • 80a1098493 Rework yas-reload-all message introduced by #744 João Távora 2016-11-10 14:30:54 +00:00
  • 4fa52e6ac2 Improve final message produced by yas-reload-all Bost 2016-11-08 17:07:34 +01:00
  • e6b8651277 * NEWS: Update for 0.11.0. 0.11.0 Noam Postavsky 2016-09-22 22:51:44 -04:00
  • eaaec309b1 Replace all occurances of `capitaomorte' Александар Симић 2016-10-22 14:46:15 +01:00
  • ff6f31ee2c Replace yas--with-temp-redefs with cl-letf Noam Postavsky 2016-10-07 20:01:58 -04:00
  • 00be21c717 Change cl dep to cl-lib for tests too Noam Postavsky 2016-10-07 19:54:23 -04:00
  • 85a43ad8e5 Explain about backquote expressions in doc Noam Postavsky 2016-10-07 19:28:23 -04:00
  • a5e88b2fd4 Add test for snippet saving Noam Postavsky 2016-09-27 19:55:56 -04:00
  • 1532e66d76 Fix saving of new snippets Noam Postavsky 2016-09-24 22:58:15 -04:00
  • 9cf92085e5 Fix test-rebindings Noam Postavsky 2016-09-22 21:42:24 -04:00
  • 309fe157f6 * Rakefile: Handle unset `warnings' parameter Noam Postavsky 2016-08-01 18:21:17 -04:00
  • 4b12f7de7a Don't warn about cl-functions with old cl-lib Noam Postavsky 2016-08-01 17:33:54 -04:00
  • 5264379908 Cleanup redundant cl dependency, :group & :require Stefan Monnier 2016-07-31 08:17:55 -04:00
  • 7e0a0de499 Use new name of python-in-string/comment in docs Sudarshan Gaikaiwari 2016-07-20 22:53:38 -05:00
  • 5af9276f21 Support yas/ symbols in yas-define-menu Noam Postavsky 2016-07-19 20:23:12 -04:00
  • 244cdfa53b Merge: Simplify `yas-new-snippet' load&save logic Noam Postavsky 2016-07-18 21:46:35 -04:00
  • dc098cf23e Fix yas--message verbosity levels Noam Postavsky 2016-07-12 00:43:12 -04:00
  • 3129040fe3 Load snippet after saving Noam Postavsky 2016-07-12 00:41:32 -04:00
  • 0ee86a2d1e Simplify `yas-new-snippet' load&save logic João Távora 2016-05-23 13:18:49 +01:00
  • ea9581fb19 Fix some quoting problems in doc strings Paul Eggert 2016-07-11 20:10:02 +02:00
  • 9500b000fd Fix field navigation in the backwards direction Noam Postavsky 2016-07-13 17:03:30 -04:00
  • 0db65ee0bb Don't clobber match data in modification hooks Noam Postavsky 2016-07-12 19:59:43 -04:00
  • 7661dc161d yasnippet.el (yas-escape-text): No error on nil text Noam Postavsky 2016-07-05 23:39:07 -04:00
  • 42b0c269ca Don't warn about modifications to other buffers Noam Postavsky 2016-07-05 23:38:09 -04:00
  • d4da806e5c Fix removal of snippets by uuid Akinori MUSHA 2016-07-04 19:52:08 +09:00
  • a4fafc3225 Add test for loading snippet with same uuid Noam Postavsky 2016-07-05 21:59:36 -04:00
  • 4296a86139 yasnippet.el (yas--quote-string): Remove. Noam Postavsky 2016-06-28 19:27:25 -04:00
  • 8907fd1d42 Escape yas-selected-text for new snippet. rubikitch 2016-06-14 07:18:02 +09:00
  • 8ca8c7de4f Merge: a different fix for #712. Noam Postavsky 2016-06-24 16:26:14 -04:00
  • 9c9952c19a Add test for indentation of single line mirrors another-strategy-for-712 Noam Postavsky 2016-06-24 16:19:22 -04:00
  • d218ed8b1b Do indent the first line of mirrors, but in correct order João Távora 2016-06-24 13:11:40 +01:00
  • 351c1e3dcb Don't indent first line of mirrors Noam Postavsky 2016-06-23 20:09:49 -04:00
  • ee6e7a9602 Fix some compilation warnings Stefan Monnier 2016-06-22 08:53:13 -04:00
  • 6b785e185f Say how to hide the backquote side-effect warning Noam Postavsky 2016-06-22 19:58:56 -04:00
  • 655bda804b Merge: restore backquote evaluation behaviour Noam Postavsky 2016-06-21 22:12:48 -04:00
  • 85f39cec2b Warn about backquote exprs modifying the buffer Noam Postavsky 2016-06-21 22:06:30 -04:00
  • ee4efdbbde Revert "Separate parsing from evaluation of backquote lisp" Noam Postavsky 2016-06-21 21:27:27 -04:00
  • e21420a497 Separate parsing from evaluation of backquote lisp Noam Postavsky 2016-05-02 23:18:12 -04:00
  • c7441486db Make yas-describe-tables easier to use from lisp Noam Postavsky 2014-08-10 11:16:24 -04:00
  • 1735a283d2 Add region contents to new snippet songjie dong 2016-05-15 17:49:12 -04:00
  • bc80f67782 .travis.yml: Don't notify on success Noam Postavsky 2016-06-11 19:36:21 -04:00
  • dc3e4ca345 Release 0.10.0 0.10.0 Noam Postavsky 2016-06-11 14:37:09 -04:00
  • e23a053b00 Avoid bug in insert-file-contents with REPLACE=t Noam Postavsky 2016-05-30 20:21:19 -04:00
  • 47dbe93d86 Fix broken links in README.mdown João Távora 2016-05-24 08:24:18 +01:00
  • 87a7cd6f37 Fix #692: Simplify `yas-new-snippet' load&save logic alternate-692-proposal João Távora 2016-05-23 13:18:49 +01:00
  • 497867cea5 Rename yas-backport-obsolete-alias Noam Postavsky 2016-05-14 21:46:12 -04:00
  • bbfa1f0c9a Add yas-backport-obsolete-alias option USAMI Kenta 2016-05-15 01:28:42 +09:00
  • 0d79e6988e Extra measures to prevent premature yas-minor-mode Noam Postavsky 2016-05-14 07:18:38 -04:00
  • 1b8f5b7a72 Don't use major-mode syntax-propertize-function Noam Postavsky 2016-05-12 05:41:08 -04:00
  • 6180cc4059 Fix field transform application in yas-next-field Noam Postavsky 2016-05-12 04:57:08 -04:00
  • 6f97316551 Fix outdated and misformatted docs Noam Postavsky 2016-05-10 12:21:14 -04:00
  • e9406f5126 Document $> and fix escaping Noam Postavsky 2016-05-08 15:32:20 -04:00
  • 146b161112 Don't indent empty lines in snippet expansion Noam Postavsky 2016-05-04 12:35:48 -04:00
  • bdfab67eac Make yasnippet less chatty Noam Postavsky 2016-04-25 19:14:39 -04:00
  • a3f4b3319e Automatic documentation update. Noam Postavsky 2016-04-30 22:37:47 -04:00
  • df229b9ab8 Fix some doc formatting Noam Postavsky 2016-04-30 22:29:57 -04:00
  • 78fe979b7b Support htmlize.el in Rakefile doc target Noam Postavsky 2016-04-30 22:11:49 -04:00
  • beb2ba4d7f Fix fields following $0 + region insertion Noam Postavsky 2016-04-26 23:26:00 -04:00
  • db4cd31a11 Delete active region for trigger key expansion Noam Postavsky 2016-04-28 20:20:55 -04:00
  • 5d44a9f15e Revert "Disable region wrapping for trigger key expansion" Noam Postavsky 2016-04-28 19:21:07 -04:00
  • e37ce9e488 Disable region wrapping for trigger key expansion Noam Postavsky 2016-04-26 22:54:47 -04:00
  • c1b2cb7c5e Improve documentation for new register option Noam Postavsky 2016-04-26 22:37:05 -04:00
  • ccc9adc3c4 Add register option for yas-wrap-around-region Noam Postavsky 2015-12-09 23:15:39 -05:00
  • eca2f995c1 Indent multi-line output from mirrors issue-665-multiline-mirror-indentation João Távora 2016-03-04 17:34:40 +00:00
  • eeb4b62efb Add new tests for multi-line mirror indentation João Távora 2016-03-04 12:55:08 +00:00
  • 14f830a37d Test expansion in an empty buffer Noam Postavsky 2016-04-12 21:37:17 -04:00
  • a87ec549a6 yasnippet.el (yas-next-field-will-exit-p): New function. Noam Postavsky 2016-01-26 15:41:46 -05:00
  • cc14db399c Refactor yas-next-field a bit Noam Postavsky 2016-01-26 15:35:02 -05:00
  • bfe14f19ac Test and fix problem with mirror+autofill Noam Postavsky 2016-04-28 21:16:30 -04:00
  • 7799aa908b Document .yas-setup.el Noam Postavsky 2016-04-27 17:08:19 -04:00
  • c0032e6e61 chmod -x doc/yas-doc-helper.el Barak A. Pearlmutter 2016-04-27 21:51:03 +01:00
  • 7f03a2319e Change Emacs installation method for Travis CI Noam Postavsky 2016-04-24 17:29:05 -04:00
  • 567ada01e6 Decide field clearing based on command's effect Noam Postavsky 2016-04-23 16:36:10 -04:00
  • 4f2aa1526a Only kill snippets for text length change Noam Postavsky 2016-04-16 11:31:44 -04:00