nmtake

joined 2 years ago
[–] nmtake@lemm.ee 2 points 1 year ago* (last edited 1 year ago) (1 children)

I don't know why the motion didn't work in Evil mode, but if the goal is deleting all invisible Unicode characters, I'd write a command like this:

(defun my/delete-invisibles-in-region (start end)
  "Delete invisible characters in the region specified with START and END."
  (interactive "r")
  (save-excursion
    (replace-regexp "\u200B\\|\u200C" "" nil start end))
    ;; (query-replace-regexp "\u200B\\|\u200C" "" nil start end))
  (deactivate-mark))
[–] nmtake@lemm.ee 0 points 1 year ago
[–] nmtake@lemm.ee 1 points 1 year ago

Thank you for trying the package! I completely forgot to mention require in README, and didn't know package-vc-install. I'll add it to README later.

I’m using emacs’ built-in completion–it works fine.

I hope it works on other packages like helm or ivy too.

[–] nmtake@lemm.ee 1 points 1 year ago

Fixed wrong link - now the post title correctly link to the repository ;)

[–] nmtake@lemm.ee 4 points 1 year ago (1 children)

One of the reasons is it makes moderation (including soft moderation by users like downvotes or reports) harder. Users not familiar with Japanese can't decide whether the post follows the rule and is on topic.

[–] nmtake@lemm.ee 3 points 1 year ago

I encountered a bug while posting another comment. If a user "Submit" text from the "Preview" view, empty text will be sent.

[–] nmtake@lemm.ee 4 points 1 year ago* (last edited 1 year ago)

Thanks for the hard work. It's already quite usable for me. Here are the issues I noticed on Firefox/Linux:

  • Each comment area seems to have overflow (caused by the text buttons?), so hovering a mouse cursor on the comment reveals hidden scroll bar on the right.
  • Titles are too bold and look somewhat intimidating.
  • Rendered inline code (`...`) leaves the backquotes like this.
[–] nmtake@lemm.ee 2 points 1 year ago

I stick with C-s (similar to vim's /) because of the exact reason you said, and I'm happy with C-s.

Please note that C-s <some characters> RET moves the cursor at the end of the target (/ moves it at the beginning). If you don't like the behavior, see this post (I use C-s ... C-r RET in that case).

[–] nmtake@lemm.ee 2 points 1 year ago (2 children)

How about incremental search (C-s) or some external packages like avy?

[–] nmtake@lemm.ee 2 points 1 year ago

Thanks for the clarification. I switched from Xfce4 to GNOME many years ago because the former doesn't support Wayland at that time, but I still miss the manual quarter tiling with the shortcut keys.

[–] nmtake@lemm.ee 3 points 1 year ago (2 children)

IIRC Xfce4 supports quad manual tiling like that.

view more: ‹ prev next ›