emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 100d8d1 57/60: Fix bug reporting examples.


From: João Távora
Subject: [elpa] master 100d8d1 57/60: Fix bug reporting examples.
Date: Thu, 21 Jan 2016 22:36:09 +0000

branch: master
commit 100d8d19049f1ec97a0cd22400758d4afcde403c
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    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.
---
 README.mdown |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.mdown b/README.mdown
index a47f043..6646557 100644
--- a/README.mdown
+++ b/README.mdown
@@ -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 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]