45 Commits

Author SHA1 Message Date
Stefan Monnier
c6488ac6fb README.mdown: Minor tweaks 2024-01-15 00:55:21 -05:00
Stefan Monnier
9596631bde * README.mdown: Tweak install instructions
(Installation): Rename the Git install section to make it sound less
like the "normal&recommanded" way to install YAsnippet.
(Install with `package-install`): Mention GNU ELPA and GNU-devel ELPA.
2024-01-01 19:12:03 -05:00
João Távora
50ba4f3821 Replace Rakefile with Makefile
* Makefile: New file
* Rakefile: Delete
2023-09-05 01:28:07 +01:00
João Távora
1e71360868
Per #947: fix typo in README.md
* README.md (Where are the snippets?): package-install, 
not install-package.
2018-07-22 18:31:33 +01:00
João Távora
b0aa5c2816 Tweak bug-reporting information slightly
In the README and in the FAQ, mention and link to the list of support
issues in the Github issue tracker.

Rewrite README.mdown slightly for readability and suggest the GH
tracker as primary place for YASnippet discussion.

Retire the YASnippet google group.

* README.mdown (Manual, issues, etc): Mention docs, support issues
and issue tracker separately.  Remove reference to the YASnippet
google group.
(Where are the snippets?): Properly write YASnippet for
consistency.

* doc/faq.org: Add note and link to support issues.
2018-04-29 01:38:27 +01:00
Noam Postavsky
b1ca219706 Remove submodules (snippet and yasmate)
* snippets:
* yasmate: Remove.
* README.mdown: Suggest yasnippet-snippets and yasmate as possible
things to download rather than submodules.
* yasnippet.el (yas-installed-snippets-dirn): Mark obsolete.
(yas-snippet-dirs): Remove `yas-installed-snippets-dir' from
default value.
2018-01-01 15:11:55 -05:00
Noam Postavsky
2a3a0cd2b1 Update CONTRIBUTING.md information
* README.mdown: Note that bugs can be submitted to main Emacs list.
* CONTRIBUTING.md: Fix double spacing, remove carriage returns.
Tighten up commit message example.
2017-07-16 19:38:41 -04:00
Александар Симић
eaaec309b1 Replace all occurances of `capitaomorte'
* CONTRIBUTING.md:
* NEWS:
* README.mdown:
* doc/index.org:
* doc/nav-menu.html.inc:
* yasnippet.el: Since the new repo destination is now under
`joaotavora', fix all the stale links to point to the new destination.

Copyright-paperwork-exempt: yes
2016-10-22 09:46:15 -04:00
João Távora
47dbe93d86 Fix broken links in README.mdown
After the Github acocunt name change (capitaomorte -> joaotavora), 
most links to repositories are redirected excpect Travis CI and 
Github Pages (documentation).

* README.mdown: Fix documentation and Travis badge links
2016-05-24 08:24:18 +01:00
Noam Postavsky
100d8d1904 Fix bug reporting examples.
- There was a missing "." in the emacs invocation (thanks to Barrie
  Treloar for reporting).

- The example reports had too little plain observation, and too much
  interpretation.

* README.mdown: Add missing "." to bug reporting instructions, improve
  wording of example reports.

Close #646.
2016-01-15 17:00:48 -05:00
Noam Postavsky
67a45a61de * README.mdown: Add link to textmate-to-yas.el. 2015-12-12 10:59:21 -05:00
JJ Asghar
444c882b64 * README.mdown: update melpa URL.
Copyright-paperwork-exempt: yes

Close #555.
2015-12-12 10:30:18 -05:00
Noam Postavsky
fb28ec8384 * README.mdown (Use yas-minor-mode): Reword.
Close #623.
2015-11-01 18:36:08 -05:00
João Távora
23133da7d9 Update README.mdown
* README.mdown (Intro): There hasn't been a downloadable demo
in a long time.
2015-04-05 23:34:01 +01:00
Noam Postavsky
4fd8ab166b README.mdown (per-buffer): Remove needless lambda 2015-04-05 17:59:18 -04:00
Noam Postavsky
fdef445b7b README.mdown (el-get): Remove obsolete information 2015-04-05 17:57:46 -04:00
João Távora
50ca8d30de Update README.mdown
Fix misspellings
2014-11-23 12:23:15 +00:00
João Távora
b22961a4a6 Update README.mdown 2014-10-11 22:27:48 +01:00
João Távora
e2b876baef Tweak README.mdown to simplify bug reporting paragraph 2014-10-11 14:57:49 +01:00
Joao Tavora
12b7f82dd8 Add Travis CI and update tests. Start a Changelog.
* .travis.yml: new file

* README.mdown: Add Travis CI badge.

* Rakefile: use ert-run-tests-batch-and-exit.

* yasnippet-tests.el (example-for-issue-404-external-emacs): Use
`yas-with-snippet-dirs' to not depend on bundled snippets.
(yas--call-with-temporary-redefinitions): Use `cl-labels' since no
cl-flet in emacs-24.3's cl-lib.el.
(loading-with-cyclic-parenthood): prog-mode doesn't exist in emacs
24.3.
(yas-batch-run-tests): remove it.

* yasnippet.el (require): require cl-lib during byte-compilation
and load.
2013-12-31 15:58:21 +00:00
Joao Tavora
6927f6943e minor: README.mdown link 2013-11-29 21:48:44 +00:00
Joao Tavora
4f27187477 refactor: removed extras and snippets tree, both point to submodules 2013-11-28 22:45:40 +00:00
João Távora
b29e4b9259 Doc: update "reporting bugs" section in README 2012-11-09 14:07:32 +00:00
João Távora
ed4dbdf378 Doc: added notice about bug reporting 2012-11-08 22:59:45 +00:00
Luís Oliveira
a540545945 Aesthetic fix to README.mdown 2012-11-03 14:05:21 +00:00
João Távora
e12a8bf188 Rename symbol references to from yas/* to yas-* in docs as well 2012-07-19 02:31:48 +01:00
João Távora
52ce7438a3 Clarify ideas about textmate snippet importation 2012-07-18 02:57:02 +01:00
João Távora
ec0a0fa88f doc: be even clearer about snippet contribution policy 2012-07-18 02:56:08 +01:00
João Távora
d48c4cee90 Actually, mention MELPA before el-get 2012-07-13 12:01:11 +02:00
Joao Tavora
a9f6180a84 Reflect MELPA availability and el-get quirks 2012-07-13 10:41:46 +01:00
Joao Tavora
72e2c5d2aa docfix: YASnippet -> yasnippet
cleanup: some trailing whitespace
2012-06-28 14:29:11 +01:00
Joao Tavora
e263de79ed docfix: add the workaround for using yasnippet as a non-global minor mode. See issue #253 2012-06-28 14:28:26 +01:00
João Távora
cfd92598e8 docfix: fix #248 2012-05-23 08:13:18 +02:00
João Távora
7e3ce48d3c Fix #207 2012-03-26 01:27:16 +01:00
João Távora
7ab75027cc Removed reference to deprecated yasnippet-bundle in README.mdown 2012-02-26 20:46:25 +00:00
Joao Tavora
b8a1ffdf27 correct permissions for README.mdown 2012-02-16 10:20:15 +00:00
João Távora
c28513cdf5 Fix issue 209 2012-01-06 11:11:31 +00:00
João Távora
0d3eedc014 Slightly reorganized new README.mdown 2011-12-15 01:56:15 +00:00
João Távora
b5bb5a5d02 Added section on using imported textmate snippets 2011-12-15 01:51:25 +00:00
João Távora
dc7a640227 Updated README.mdown's installation instructions 2011-12-14 10:49:44 +00:00
Joao Tavora
e53c41d726 Updated README to reflect new github pages docs. 2011-11-16 12:22:05 +00:00
Joao Tavora
6c84d6c428 Don't mention the github issue tracker just yet 2011-10-13 14:13:03 +01:00
Joao Tavora
3f89fe7715 Dont mention the github issue tracker just yet... 2011-10-13 14:10:14 +01:00
João Távora
4e3ecebe4b Reformat README 2011-10-09 19:04:44 +01:00
João Távora
94c4828d28 write README in markdown 2011-10-09 18:49:02 +01:00