Hello, I'm trying to set some things in my config file and I have some problems: * set_tab_width(4) doesn't cause any error, but it doesn't change the tab width. * set_variable simply doesn't work (e.g. `set_variable("tab-width", "4");` gives me a `set-variable: tab-width -> 4` popup error). * `tab-width = 4;` doesn't change tab-width but `default-tab-width = 4;` does. * `set_indent_tabs_mode(1) doesn't change the said variable, like with tab-width. * `indent-tabs-mode = 1;` doesn't cut it neither.
This seems strange to me, since all of these commands work inside qemacs. I hope I'll be able to use it, since this seems like a really comfy editor. I'm using the latest qemacs snapshot on Gentoo (0.4.1_pre20170225). _______________________________________________ Qemacs-devel mailing list Qemacs-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/qemacs-devel