Frederik Hanghøj Iversen

Results 24 comments of Frederik Hanghøj Iversen

Section 26.4 of the Emacs manual says that > The major mode controls which delimiters are significant, through the syntax table (*note Syntax Tables: (elisp)Syntax Tables.). So I suppose that's...

Perhaps `getPackageExtensions` could be redefined to: ``` import qualified Extensions import qualified System.Directory as Directory import qualified System.FilePath as FilePath getPackageExtensions :: FilePath -> IO (Map FilePath Extensions.ExtensionsResult) getPackageExtensions p...

Exit on the first error :) On Mon, Jan 8, 2018 at 5:41 PM, Andrea Vezzosi wrote: > I'm terrible at scripting, what does that do? > > — >...

It also has the benefit of propagating the exit code rather than masking it with 1. On Mon, Jan 8, 2018 at 5:42 PM, Frederik Hanghøj Iversen wrote: > Exit...