susam / emfy

A dark and sleek Emacs setup for general purpose editing and programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duplicated commands, but different behavior

johnrichardrinehart opened this issue · comments

The README describes two ways to use emacsclient: a blocking and a non-blocking way. But, the command provided is the same for both. Probably there was a flag or an & missing for the non-blocking command. I'm on mobile (GitHub app) so it's hard to link to the line, unfortunately. But I copied some of the text:

 ​  ​-​ ​`emacsclient foo.txt bar.txt`​: Opens files in the existing Emacs

Indeed, you need to pass the optional argument --no-wait (-n).

commented

Fixed in commit f0a45e7. Thank you for reporting this issue.