Artsiom K

Results 7 issues of Artsiom K

`vis v0.7 +curses +lua +tre` on OpenBSD 7.1 amd64 I tried to rename type with variable from one type to another: I wrote: `:x/int token_type/` `:c/int_fast8_t token_type/` and so on....

priority:needs-info

I've have had use-package directive in my config. ```elisp (use-package howm :init (setq howm-view-title-header "*") (setq howm-file-name-format "%Y/%m/%Y-%m-%d-%H%M%S.org")) :custom (howm-view-use-grep 't)) ``` I installed grep from scoop (scoop.sh) And when...

## What I did At first: Thank you for creating this awesome package for emacs! Link to mailing list was substituted to this GitHub issues page and so I am...

I get following warning when executing `eval-buffer` on `calfw-blocks.el`: `src/calfw-blocks/calfw-blocks.el: Warning: ‘loop’ is an obsolete alias (as of 27.1); use ‘cl-loop’ instead. [9 times] ` In attempt to silence warning...

I changed one of the makefiles to build avra on OpenBSD

![image](https://github.com/kaorahi/howm/assets/87656471/df9d76df-3b84-4c82-9d3e-9ebeae399db7) I created separate repository to tinker with howm ability to use any possible markup. https://github.com/artsi0m/howm-use-any-markup What I want to reach is set of command like `howm-org-mode` that will change...

I was working on OpenBSD port when realised that I can push that change to upstream https://github.com/artsi0m/porting-efforts/tree/5be6fa89586ad56941700ea22f3a99d33d9f26dd/devel/py-compiledb/patches Modern python has which function inside the shutil module, so you probably don't...