japanoise

Results 17 issues of japanoise

A typical invocation of org2txt looks like this for me: ```bashsession $ org2txt my-org-file.org This is org2txt, version: 20200201.1615. Launching /usr/bin/emacs... Emacs 26.3 (gnu/linux) Loading /home/chameleon/builds/orgmk/site-lisp/orgmk.el... Current value of ‘shell-file-name’:...

Gif is not really a great format for animation; most modern browsers support webm as well, which is much better for animation (it produces much smaller files, for example).

self explanatory. the cursor has a thin black line between the top and bottom square, and the tag bars have one at the top; the text areas have one on...

Shouldn't be too hard; these are 1-1 mappings that emacs users would really appreciate and shouldn't conflict with any vi-keys. I'd do it myself but I don't know js ;;...

Thank you for creating Lagrange - it makes browsing Gemini much more pleasant! This is a simple change to the .desktop file on Linux. The "GenericName" field is a generic...

Hi there! I saw a comment from you on Hacker News & got kind of excited about wuhoo. As a cgo learning exercise, I wrote a library to allow writing...

``` >go get github.com/japanoise/gomacs # github.com/japanoise/termbox-util go\src\github.com\japanoise\termbox-util\input.go:18: undefined: termbox.PollRawEvent go\src\github.com\japanoise\termbox-util\input.go:19: undefined: termbox.ParseEvent ```

FeatureRequest

This sexp contains a syntax table with the perfectly cromulent symbol `?\;` : ```elisp (define-derived-mode rgbds-mode prog-mode "RGBDS" "Major mode for Gameboy assembly, to be assembled with rgbasm." (setq font-lock-defaults...

Based on the language documentation: http://inform-fiction.org/manual/html/ Only missing special characters that contain ^; any such regex breaks for some reason.

Apologies if there's some way to do this that I haven't seen, but it isn't described in the guide. ## Is your feature request related to a problem? Please describe....

enhancement