Boruch-Baum / emacs-crossword

Play/Download crossword puzzles in Emacs
GNU General Public License v3.0
67 stars 4 forks source link

Need to check existence of directory/buffer #1

Closed nyamada closed 3 years ago

nyamada commented 3 years ago

With a simple install of your file locally, M-x crossword results in two error messages --

1) local dir ~/Crosswords doesn't exist;

2) once I created the dir, and downloaded a puzzle, rerunning M-x crossword failed with the complaint that buffer "Crossword temporary" did not exist

sarg commented 3 years ago

I've managed to run it with M-x crossword-download and then M-x crossword-load the file.

Boruch-Baum commented 3 years ago

Looks fixed now. Sorry about that. Thanks for the feedback. Please verify that everything works with the new commit.