Hong Xu

Results 93 issues of Hong Xu

In the LaTeX source file (`|^|` is the cursor position), `company-auctex` does not give me the `\includegraphics` option, but `M-TAB` gives me this option. ``` latex \documentclass{article} \usepackage{graphicx} \begin{document} \begin{figure}...

"strcmp(" will lead to: ``` strcmp(strcmp(const_char_*__s1,_const_char_*__s2) ``` Only strcmp could lead to the correct result. I think this should be a bug, or at least need to be enhanced. Thanks,...

The source code in this repo is still back in 2014, but the latest release was in 2017. Can you update the source, please?

zbar reports `WARNING: barcode data was not detected in some image(s)` with the following image: ![index](https://user-images.githubusercontent.com/325476/114089959-a7daf780-986b-11eb-8d02-9ec69cd82b59.png) But I guess it should be a valid QR code?

After I run `:IndentGuidesEnable`, there is no effect. But for the `default` colorscheme, everything works fine. I had sent you an email when Indent-guides was just born. At that time,...

To reproduce, fire up Emacs, `C-x 2 C-x 3` and clear the buffer contents. Now call `ace-window`. The leading characters are not shown. Instead, whitespace characters are highlighted.

The Vim plugin [allows a setting that shows the column bar at max_line_length](https://github.com/editorconfig/editorconfig-vim/blob/047c4b455b9d56adee63a52d6d7cdf5bb6521d53/doc/editorconfig.txt#L125). @10sr Do you think it makes sense to also have the emacs extension to have this feature...

`.dir-locals.el` often specifies a lot of style settings (and can be more detailed). Should we disable editorconfig in this case? Or, at least, leave this option to be set in...

enhancement