Mark A. Hershberger

Results 47 issues of Mark A. Hershberger

On [Help:API:ask](https://www.semantic-mediawiki.org/wiki/Help:API:ask), examples are given and their results hint at continuation (_e.g._ the `query-continue-offset` value in [this query result](https://www.semantic-mediawiki.org/w/api.php?action=ask&query=[[Modification%20date::%2B]]|%3FModification%20date|sort%3DModification%20date|order%3Ddesc&format=jsonfm&api_version=3)), but the only way to invoke it is to [embed `|offset=50`...

bug

auto-shell-command tries to modify the mode line in the following maner: ``` emacs-lisp (add-to-list 'default-mode-line-format '(:eval (ascmd:display-process-count))) ``` This doesn't work in 27.0.50 because there is no `default-mode-line-format` variable. There...

Recently, editing PHP files in emacs has become rather frustrating. It seems that at any point I could end up with an backtrace like the following one I got when...

Bug

- Use :name for host (instead of localhost) if :host isn't provided - Use user-login-name@host for login if it isn't provided - Derive the remote login from :name and user-login-name...

Message-mode can send org-mode formatted text with text/html and text/plain parts but the message body has to be edited and converted separately from the message headers and then converted to...

### Preflight Checklist - [X] I could not find a solution in the documentation, the existing issues or discussions - [X] I have joined the [ZITADEL chat](https://zitadel.com/chat) ### Environment Self-hosted...

bug

Unless I set *each* of `DIRENV_CONFIG`, `XDG_DATA_HOME`, and `XDG_CACHE_HOME`, then direnv fails for me on Windows. A fresh installation of direnv on Windows with no configuration means that `direnv status`...

Bug