Thomas Frössman

Results 177 comments of Thomas Frössman

**DOH!**. I arbitrarily tested a stat call for `.` which is the only hard coded return of a dir entry struct in `fs.go`. So no issue at all, works as...

I think that just tagging a new v3 version should work now since you have added /v3 in go.mod `go install github.com/boyter/scc@latest` installs version 2.12.0 trying to install v3.0.0 explicitly...

So I guess that https://github.com/boyter/scc/commit/aaba4e581195233f90552d789a104495652bca51 resolved the issue but there hasn't been a tagged v3 release since before that change so it is still a practical problem.

If you just want a working v3 you should probably just cherry pick that commit into v3.0.0 and relaease it as v3.0.1. Right now `go install github.com/boyter/scc` installs a version...

There should be a less confusing name than `:command*` for this. IIRC, commands in Emacs terminology are always interactive. maybe `:autoload` instead?

Function: commandp object &optional for-call-interactively This function returns t if object is a command. Otherwise, it returns nil. Commands include strings and vectors (which are treated as keyboard macros), lambda...

I don't think that is a clean orthogonal feature regardless of what we name it. `:autoload` is at least somewhat self explanatory even if `:commands` also creates autoloads (for commands)....

I've been meaning to do this for a while so this is a good push! Last time I got lost trying to figure out exactly how I should start the...

@phillord Thanks. I understand why the process is somewhat manual, I don't think the way that copyright assignment like it is described on the FSF site (from a US point...