diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2021-11-23 21:23:47 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2021-11-23 21:23:47 -0500 |
commit | 5218079d3f20b16514aa10d2c21824fd391d1f0d (patch) | |
tree | cbe33e95a3da97945e676dfaab1529c68459a753 /exercism/emacs-lisp/bob/HELP.md | |
parent | edba00dfa6f8d5e625207bfeff936595dd794934 (diff) |
bob exercise
Diffstat (limited to 'exercism/emacs-lisp/bob/HELP.md')
-rw-r--r-- | exercism/emacs-lisp/bob/HELP.md | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/exercism/emacs-lisp/bob/HELP.md b/exercism/emacs-lisp/bob/HELP.md new file mode 100644 index 0000000..b2848b0 --- /dev/null +++ b/exercism/emacs-lisp/bob/HELP.md @@ -0,0 +1,41 @@ +# Help + +## Running the tests + +Tests can be run several ways: + +1. Interactively and individually, with `M-x ert RET test-name RET` +2. Interactively and all at once, with `M-x ert RET t RET` +3. From the terminal, in batch mode, with `emacs -batch -l ert -l my-test.el -f ert-run-tests-batch-and-exit` +4. Other options can be found in the docs, `C-h i m ert RET` + +## Submitting your solution + +You can submit your solution using the `exercism submit bob.el` command. +This command will upload your solution to the Exercism website and print the solution page's URL. + +It's possible to submit an incomplete solution which allows you to: + +- See how others have completed the exercise +- Request help from a mentor + +## Need to get help? + +If you'd like help solving the exercise, check the following pages: + +- The [Emacs Lisp track's documentation](https://exercism.org/docs/tracks/emacs-lisp) +- [Exercism's support channel on gitter](https://gitter.im/exercism/support) +- The [Frequently Asked Questions](https://exercism.org/docs/using/faqs) + +Should those resources not suffice, you could submit your (incomplete) solution to request mentoring. + +To get help if you're having trouble, you can use one of the following resources: + +- [The Emacs Wiki](http://emacswiki.org/) is invaluable. Spend lots of time here. +- [The Emacs Editor](http://www.gnu.org/software/emacs/manual/html_node/emacs/index.html) is the official manual for GNU Emacs. +- IRC - there are [freenode](https://freenode.net/) channels for `#emacs`, `#prelude`, and many Emacs + packages, and many helpful folks around. And with emacs, IRC is as close as + `M-x erc`. +- [Exercism Support](https://gitter.im/exercism/support) Gitter chat is also a good place to get help from the + exercism community. +- [StackOverflow](http://stackoverflow.com/questions/tagged/elisp) can be used to search for your problem and see if it has been answered already. You can also ask and answer questions.
\ No newline at end of file |