Re: [k...@disroot.org: Re: Pre-compiled static go binary fails with "undefined symbol 'syscall'"]

2024-07-08 Thread Stuart Henderson
On 2024/07/07 21:09, Kian Ali Agheli wrote: > > OpenBSD recently changed access to its syscalls. > The change which allows upstream Go to build working executables > for current OpenBSD was committed on May 4th. > https://github.com/golang/go/commit/8841f50d98b224ecf5ee27d9b7e6f18ad2c98e46 That i

Re: sendbug(1) should not delete bug report before confirming it has landed on https://marc.info/?l=openbsd-bugs

2024-07-08 Thread Stuart Henderson
On 2024/07/07 16:55, Qingyao Sun wrote: > 1. make sendbug(1) block on smtpd(8) until the mail goes through, and > then print > a URL of the message on > https://marc.info/?l=openbsd-bugs&m=XX as a > confirmation. sendbug *does* block until your local mail system acc

Re: mg: auto-indent-mode gets indentation wrong [PATCH]

2024-07-08 Thread Omar Polo
Mark Willson wrote: > Hi, > > When the tab width is other than 8, auto-indent-mode can > miscompute the indentation column.  E.g. when (set-tab-width 4): > > >     >     >     . >     ^ >     | >     Cursor positioned here following return after > > This seems to b