Mingkai Dong

Results 6 issues of Mingkai Dong

`mu_assert_long_eq_msg` allows the comparison of two `long`s and optionally add user-defined messages and args to the failure message. Or shall we can modify existing `mu_assert_XXX_eq`s to allow the passing of...

目前的 cnfonts 似乎不能支持 emoji 字体的设置。由于我对字符集不是特别熟悉,不太清楚是否应该在 EXT-B 里面设置 emoji 字体(看起来 EXT-B 不是用来做这个的),又或者应该在 cnfonts 里面为 emoji 单独开一个列表? 我自己用的时候如下这种设置是可以的(macOS 系统): ```elisp (set-fontset-font "fontset-default" 'emoji (font-spec :family "Apple Color Emoji") nil 'prepend) ``` ![image](https://user-images.githubusercontent.com/10482293/145977681-4b4675e0-0c96-47be-b043-32e0df2362da.png)

This PR fixes two corner cases in `svg-tag--cursor-function`: 1. `(+ (point) 1)` might exceed the end of the buffer; 2. `end` might be `nil`.

When I paste images, I seldom write the whole path. Instead, I only change the filename of the saved image. So, it could be convenient if only the filename part...

This PR adds the `;;;###autoload` primitive to the minor mode function so that we don't need to `(require 'org-tabs)` before manually calling `org-bars-mode`.

Fix the title