Hello,
I have a file in emacs with the buffer coding system set to "no conversion", showing an equals sign ("=") in the mode-line.
I don't know how to change this coding system.
Could anyone help?
Thanks
Hello,
I have a file in emacs with the buffer coding system set to "no conversion", showing an equals sign ("=") in the mode-line.
I don't know how to change this coding system.
Could anyone help?
Thanks
I use C-x RET r
, which invokes function revert-buffer-with-coding-system
for this.