emacscollective / borg

Assimilate Emacs packages as Git submodules
https://emacsmirror.net/manual/borg
GNU General Public License v3.0
255 stars 28 forks source link

The default major mode when borg-assimilate failed #96

Closed dalugm closed 4 years ago

dalugm commented 4 years ago

I want to know why *Borg Git ... is in fundamental-mode by default, it differs from *Borg Build*'s borg-build-mode. When I run into some network problem by running borg-assimilate, emacs will switch to *Borg Git ..., and I prefer to press q to quit this buffer.

Is this a feature? Thanks


Sorry to raised this question in an unrelated issue, because I thought it's just a minor question and not deserved to open a new issue for this😢

tarsius commented 4 years ago

borg-build-mode which derives from compilation-mode is not used because git is not a compiler.

We could do all kinds of fancy things with this buffer but because I expect users to see it very seldomly, I would like to avoid geoengineering it.

So just a small improvement to give you the q: