Skip to content

Commit

Permalink
Fix bug reporting examples.
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
npostavs committed Jan 15, 2016
1 parent af90528 commit 100d8d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,14 @@ $ git clone https://github.com/capitaomorte/yasnippet.git yasnippet-bug
$ cd yasnippet-bug
$ git log -1 --oneline
6053db0 Closes #527: Unbreak case where yas-fallback-behaviour is a list
$ HOME=$PWD emacs -L # This "sandboxes" your emacs, melpa configuration, etc
$ HOME=$PWD emacs -L . # This "sandboxes" your emacs, melpa configuration, etc
(require 'yasnippet)
(yas-global-mode 1)
When I open a foo-mode file I can't expand foo-mode snippets!
When I open a foo-mode file I don't see foo-mode under the "YASnippet" menu!
OR
I can't get yasnippet to load because frankinbogen!
When loading yasnippet I see "Error: failed to frobnicate"!
```

Using `emacs -Q` or temporarily moving your `.emacs` init file to the side
Expand Down

1 comment on commit 100d8d1

@joaotavora
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Goodbye frankinbogen, it was good while it lasted...

PS: they're much better, thanks

Please sign in to comment.