qemacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemacs-devel] Config file questions


From: Hadrien Lacour
Subject: [Qemacs-devel] Config file questions
Date: Sat, 4 Mar 2017 19:49:37 +0100
User-agent: Mutt/1.5.24 (2015-08-30)

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).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]