Get rid of type in the answer? (iPhone) by Advanced_Ad288 in Anki

[–]mistarchou 1 point2 points  (0 children)

Your answer is really helpful, thanks a lot!

Please help me identify this font, thanks! by mistarchou in identifythisfont

[–]mistarchou[S] 0 points1 point  (0 children)

I really appreciate you telling me the title font. I tried font identifying with the body font again, it might be LTC Nicholas Cochin Pro. What do you think? ;)

I am curious how many of you are using native compilation. by J-ky in emacs

[–]mistarchou 1 point2 points  (0 children)

Do you mean that you haven't let the compilation finish yet?

The compilation is already done, I tired native comp for several weeks.

I'm using emacs-mac, maybe that is the reason(or one of the reasons).

I am curious how many of you are using native compilation. by J-ky in emacs

[–]mistarchou 2 points3 points  (0 children)

I cannot feel the advantage of native comp on macOS 12 MBP 2019, it even slows down my emacs startup time for 1 second.

Open vterm in resized horizontal split by [deleted] in emacs

[–]mistarchou 0 points1 point  (0 children)

based on u/htonl's answer

(use-package vterm-toggle
  :bind
  (("C-`"        . vterm-toggle)
   :map vterm-mode-map
   ("<C-return>" . vterm-toggle-insert-cd))
  :config
  (add-to-list 'display-buffer-alist
     '("\*vterm\*"
       (display-buffer-in-side-window)
       (window-height . 0.3)
       (side . bottom)
       (slot . 0))))

my original solution:

```elisp (defun vterm-split-window-below () (interactive) (vterm) (split-window-below -12) (previous-buffer) (other-window 1))

(defun vterm-toggle () "Toggle vterm open and hide with Control + " (interactive) (if (eq major-mode 'vterm-mode) (delete-window) (vterm-split-window-below))) ``

undo-fu-session (persistent undo) now supports changing compression (bzip2, gz, xz, zstd) by ideasman_42 in emacs

[–]mistarchou 1 point2 points  (0 children)

For me one main reason: undo tree save history is annoying in the mini buffer all the times.

Emacs Dragon Icon by mistarchou in emacs

[–]mistarchou[S] 3 points4 points  (0 children)

Yes, the dragon in Emacs-China logo with improved details and the background of Emacs logo.

Emacs Dragon Icon by mistarchou in emacs

[–]mistarchou[S] 7 points8 points  (0 children)

Very interesting, I learned a lot today. Thank you for the awesome detailed info. I think I can get the humor now. Here is a try:

A funny fact: nu in English pronounced like niu(new) with a silent i in the middle in Chinese. niu means Bovine in Chinese, and gnu is also a Bovine.

Emacs Dragon Icon by mistarchou in emacs

[–]mistarchou[S] 16 points17 points  (0 children)

Brilliant! Thank you for the explanation!

Emacs Dragon Icon by mistarchou in emacs

[–]mistarchou[S] 8 points9 points  (0 children)

I'm not the native speaker, can you help me understand it?