Re: qe vs tqe
Charlie Gordon <[email protected]> Fri, 26 Aug 2022 21:13:37 +0200
| Newsgroups | gmane.editors.qemacs.devel |
|---|---|
| Message-ID | <[email protected]> |
--Apple-Mail=_09CFE7E3-8FCF-48A6-A8D9-4F4677CD73A0
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
charset=utf-8
Hello Marc,
Sorry about this inconvenience, tqe should probably use its own =
configuration file.
The parser used in tqe is very primitive and does not support variables =
nor the variable=3Dvalue syntax
it ignores all code in `if (test) { =E2=80=A6}` blocks, so you wrap the =
last line in a block like this:
if (1) {
dired_show_dot_files =3D 0;
}
and use commands to set the tab-width and the indent-tabs-mode:
set_tab_width(4);
set_indent_tabs_mode(0);
I shall modify the default config file to avoid this confusion.
Thanks for your feedback
Best regards
Chqrlie.
> On 26 Aug 2022, at 21:02, Marc Wilson <[email protected]> wrote:
>=20
> I have in ~/.qe/config the following:
>=20
> // qemacs config file
>=20
> // simple key definition
> // C-key : Control + key
> // M-key : Meta + key
> // Read util.c to get all the key names
>=20
> global_set_key("C-x s", "set-style");
>=20
> // set colors
>=20
> set_style("mode-line", "background-color", "grey");
> set_style("mode-line", "color", "black");
> set_style("minibuf","background-color","black");
> set_style("minibuf","color","grey");
> set_style("status","background-color","black");
> set_style("status","color","black");
> set_style("default","background-color","262626");
> set_style("default","color","grey");
> set_style("status","color","white");
> set_style("string","color","73f7d7");
> set_style("string-q", "color", "73f7d7");
> set_style("number", "color", "white");
> set_style("keyword","color","ab8bce");
> set_style("tag","color","red");
> set_style("function","color","8faff2");
> set_style("comment", "color", "625e7f");
> set_style("variable", "color", "ed92ce");
> set_style("type", "color", "a78abf");
> set_style("preprocess", "color", "f5b26d");
> set_style("error", "color", "red");
>=20
> // set text styling
>=20
> set_style("comment", "font-family", "sans");
> set_style("comment", "font-size", "12");
> set_style("comment", "font-style", "italic");
> set_style("keyword", "font-family", "serif");
> set_style("keyword", "font-size", "18");
> set_style("function", "font-family", "serif");
> set_style("function", "font-size", "18");
> set_style("function", "font-weight", "bold");
>=20
> // a post on qemacs-devel says these are defaults, I don't care, make =
sure
> // they are set
>=20
> tab-width =3D 4;
> indent-tabs-mode =3D 0;
>=20
> // hide dot files by default in dired
> dired_show_dot_files =3D 0;
>=20
> This works fine with qe (big qe? ^_^), but tqe fails out with an error =
message 47, 48, and 51.
>=20
> /Users/mwilson/.qe/config:47: '(' expected
> /Users/mwilson/.qe/config:48: '(' expected
> /Users/mwilson/.qe/config:51: '(' expected
>=20
> How do I avoid the error?
>=20
> --=20
> Marc Wilson
> [email protected] <mailto:[email protected]>
--Apple-Mail=_09CFE7E3-8FCF-48A6-A8D9-4F4677CD73A0
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
charset=utf-8
<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html =
charset=3Dutf-8"></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" =
class=3D"">Hello Marc,<div class=3D""><br class=3D""></div><div =
class=3D"">Sorry about this inconvenience, tqe should probably use its =
own configuration file.</div><div class=3D"">The parser used in tqe is =
very primitive and does not support variables nor the variable=3Dvalue =
syntax</div><div class=3D"">it ignores all code in `if (test) { =E2=80=A6}=
` blocks, so you wrap the last line in a block like this:</div><div =
class=3D""><br class=3D""></div><div class=3D"">if (1) {</div><div =
class=3D""> dired_show_dot_files =3D 0;</div><div =
class=3D"">}</div><div class=3D""><br class=3D""></div><div class=3D"">and=
use commands to set the tab-width and the indent-tabs-mode:</div><div =
class=3D""><br class=3D""></div><div =
class=3D"">set_tab_width(4);</div><div =
class=3D"">set_indent_tabs_mode(0);</div><div class=3D""><br =
class=3D""></div><div class=3D"">I shall modify the default config file =
to avoid this confusion.</div><div class=3D""><br class=3D""></div><div =
class=3D"">Thanks for your feedback</div><div class=3D""><br =
class=3D""></div><div class=3D"">Best regards</div><div class=3D""><br =
class=3D""></div><div class=3D"">Chqrlie.</div><div class=3D""><br =
class=3D""></div><div class=3D""><div><blockquote type=3D"cite" =
class=3D""><div class=3D"">On 26 Aug 2022, at 21:02, Marc Wilson <<a =
href=3D"mailto:[email protected]" class=3D"">[email protected]</a>> =
wrote:</div><br class=3D"Apple-interchange-newline"><div class=3D""><div =
style=3D"font-family: Helvetica; font-size: 12px; font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=3D"">I =
have in ~/.qe/config the following:<br class=3D""></div><div =
style=3D"font-family: Helvetica; font-size: 12px; font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=3D""><br=
class=3D""></div><div style=3D"font-style: normal; font-variant-caps: =
normal; font-weight: normal; letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; =
word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" class=3D"">// qemacs config file</span><br =
class=3D""></div><div style=3D"font-style: normal; font-variant-caps: =
normal; font-weight: normal; letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; =
word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32); min-height: 16px;" class=3D""><br class=3D""></div><div =
style=3D"font-style: normal; font-variant-caps: normal; font-weight: =
normal; letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; margin: 0px; font-stretch: normal; =
font-size: 14px; line-height: normal; font-family: 'Menlo NF'; color: =
rgb(243, 243, 243); background-color: rgb(31, 31, 32);" class=3D""><span =
style=3D"font-variant-ligatures: no-common-ligatures;" class=3D"">// =
simple key definition</span><br class=3D""></div><div style=3D"font-style:=
normal; font-variant-caps: normal; font-weight: normal; letter-spacing: =
normal; text-align: start; text-indent: 0px; text-transform: none; =
white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; =
margin: 0px; font-stretch: normal; font-size: 14px; line-height: normal; =
font-family: 'Menlo NF'; color: rgb(243, 243, 243); background-color: =
rgb(31, 31, 32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" class=3D"">// C-key : Control + key</span><br =
class=3D""></div><div style=3D"font-style: normal; font-variant-caps: =
normal; font-weight: normal; letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; =
word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" class=3D"">// M-key : Meta + key</span><br =
class=3D""></div><div style=3D"font-style: normal; font-variant-caps: =
normal; font-weight: normal; letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; =
word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" class=3D"">// Read util.c to get all the key =
names</span><br class=3D""></div><div style=3D"font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32); min-height: 16px;" class=3D""><br class=3D""></div><div =
style=3D"font-style: normal; font-variant-caps: normal; font-weight: =
normal; letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; margin: 0px; font-stretch: normal; =
font-size: 14px; line-height: normal; font-family: 'Menlo NF'; color: =
rgb(243, 243, 243); background-color: rgb(31, 31, 32);" class=3D""><span =
style=3D"font-variant-ligatures: no-common-ligatures;" =
class=3D"">global_set_key("C-x s", "set-style");</span><br =
class=3D""></div><div style=3D"font-style: normal; font-variant-caps: =
normal; font-weight: normal; letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; =
word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32); min-height: 16px;" class=3D""><br class=3D""></div><div =
style=3D"font-style: normal; font-variant-caps: normal; font-weight: =
normal; letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; margin: 0px; font-stretch: normal; =
font-size: 14px; line-height: normal; font-family: 'Menlo NF'; color: =
rgb(243, 243, 243); background-color: rgb(31, 31, 32);" class=3D""><span =
style=3D"font-variant-ligatures: no-common-ligatures;" class=3D"">// set =
colors</span><br class=3D""></div><div style=3D"font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32); min-height: 16px;" class=3D""><br class=3D""></div><div =
style=3D"font-style: normal; font-variant-caps: normal; font-weight: =
normal; letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; margin: 0px; font-stretch: normal; =
font-size: 14px; line-height: normal; font-family: 'Menlo NF'; color: =
rgb(243, 243, 243); background-color: rgb(31, 31, 32);" class=3D""><span =
style=3D"font-variant-ligatures: no-common-ligatures;" =
class=3D"">set_style("mode-line", "background-color", "grey");</span><br =
class=3D""></div><div style=3D"font-style: normal; font-variant-caps: =
normal; font-weight: normal; letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; =
word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" class=3D"">set_style("mode-line", "color", =
"black");</span><br class=3D""></div><div style=3D"font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" =
class=3D"">set_style("minibuf","background-color","black");</span><br =
class=3D""></div><div style=3D"font-style: normal; font-variant-caps: =
normal; font-weight: normal; letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; =
word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" =
class=3D"">set_style("minibuf","color","grey");</span><br =
class=3D""></div><div style=3D"font-style: normal; font-variant-caps: =
normal; font-weight: normal; letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; =
word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" =
class=3D"">set_style("status","background-color","black");</span><br =
class=3D""></div><div style=3D"font-style: normal; font-variant-caps: =
normal; font-weight: normal; letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; =
word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" =
class=3D"">set_style("status","color","black");</span><br =
class=3D""></div><div style=3D"font-style: normal; font-variant-caps: =
normal; font-weight: normal; letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; =
word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" =
class=3D"">set_style("default","background-color","262626");</span><br =
class=3D""></div><div style=3D"font-style: normal; font-variant-caps: =
normal; font-weight: normal; letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; =
word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" =
class=3D"">set_style("default","color","grey");</span><br =
class=3D""></div><div style=3D"font-style: normal; font-variant-caps: =
normal; font-weight: normal; letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; =
word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" =
class=3D"">set_style("status","color","white");</span><br =
class=3D""></div><div style=3D"font-style: normal; font-variant-caps: =
normal; font-weight: normal; letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; =
word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" =
class=3D"">set_style("string","color","73f7d7");</span><br =
class=3D""></div><div style=3D"font-style: normal; font-variant-caps: =
normal; font-weight: normal; letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; =
word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" class=3D"">set_style("string-q", "color", =
"73f7d7");</span><br class=3D""></div><div style=3D"font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" class=3D"">set_style("number", "color", =
"white");</span><br class=3D""></div><div style=3D"font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" =
class=3D"">set_style("keyword","color","ab8bce");</span><br =
class=3D""></div><div style=3D"font-style: normal; font-variant-caps: =
normal; font-weight: normal; letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; =
word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" class=3D"">set_style("tag","color","red");</span><br=
class=3D""></div><div style=3D"font-style: normal; font-variant-caps: =
normal; font-weight: normal; letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; =
word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" =
class=3D"">set_style("function","color","8faff2");</span><br =
class=3D""></div><div style=3D"font-style: normal; font-variant-caps: =
normal; font-weight: normal; letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; =
word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" class=3D"">set_style("comment", "color", =
"625e7f");</span><br class=3D""></div><div style=3D"font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" class=3D"">set_style("variable", "color", =
"ed92ce");</span><br class=3D""></div><div style=3D"font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" class=3D"">set_style("type", "color", =
"a78abf");</span><br class=3D""></div><div style=3D"font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" class=3D"">set_style("preprocess", "color", =
"f5b26d");</span><br class=3D""></div><div style=3D"font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" class=3D"">set_style("error", "color", =
"red");</span><br class=3D""></div><div style=3D"font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32); min-height: 16px;" class=3D""><br class=3D""></div><div =
style=3D"font-style: normal; font-variant-caps: normal; font-weight: =
normal; letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; margin: 0px; font-stretch: normal; =
font-size: 14px; line-height: normal; font-family: 'Menlo NF'; color: =
rgb(243, 243, 243); background-color: rgb(31, 31, 32);" class=3D""><span =
style=3D"font-variant-ligatures: no-common-ligatures;" class=3D"">// set =
text styling</span><br class=3D""></div><div style=3D"font-style: =
normal; font-variant-caps: normal; font-weight: normal; letter-spacing: =
normal; text-align: start; text-indent: 0px; text-transform: none; =
white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; =
margin: 0px; font-stretch: normal; font-size: 14px; line-height: normal; =
font-family: 'Menlo NF'; color: rgb(243, 243, 243); background-color: =
rgb(31, 31, 32); min-height: 16px;" class=3D""><br class=3D""></div><div =
style=3D"font-style: normal; font-variant-caps: normal; font-weight: =
normal; letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; margin: 0px; font-stretch: normal; =
font-size: 14px; line-height: normal; font-family: 'Menlo NF'; color: =
rgb(243, 243, 243); background-color: rgb(31, 31, 32);" class=3D""><span =
style=3D"font-variant-ligatures: no-common-ligatures;" =
class=3D"">set_style("comment", "font-family", "sans");</span><br =
class=3D""></div><div style=3D"font-style: normal; font-variant-caps: =
normal; font-weight: normal; letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; =
word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" class=3D"">set_style("comment", "font-size", =
"12");</span><br class=3D""></div><div style=3D"font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" class=3D"">set_style("comment", "font-style", =
"italic");</span><br class=3D""></div><div style=3D"font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" class=3D"">set_style("keyword", "font-family", =
"serif");</span><br class=3D""></div><div style=3D"font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" class=3D"">set_style("keyword", "font-size", =
"18");</span><br class=3D""></div><div style=3D"font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" class=3D"">set_style("function", "font-family", =
"serif");</span><br class=3D""></div><div style=3D"font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" class=3D"">set_style("function", "font-size", =
"18");</span><br class=3D""></div><div style=3D"font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" class=3D"">set_style("function", "font-weight", =
"bold");</span><br class=3D""></div><div style=3D"font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32); min-height: 16px;" class=3D""><br class=3D""></div><div =
style=3D"font-style: normal; font-variant-caps: normal; font-weight: =
normal; letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; margin: 0px; font-stretch: normal; =
font-size: 14px; line-height: normal; font-family: 'Menlo NF'; color: =
rgb(243, 243, 243); background-color: rgb(31, 31, 32);" class=3D""><span =
style=3D"font-variant-ligatures: no-common-ligatures;" class=3D"">// a =
post on qemacs-devel says these are defaults, I don't care, make =
sure</span><br class=3D""></div><div style=3D"font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" class=3D"">// they are set</span><br =
class=3D""></div><div style=3D"font-style: normal; font-variant-caps: =
normal; font-weight: normal; letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; =
word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32); min-height: 16px;" class=3D""><br class=3D""></div><div =
style=3D"font-style: normal; font-variant-caps: normal; font-weight: =
normal; letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; margin: 0px; font-stretch: normal; =
font-size: 14px; line-height: normal; font-family: 'Menlo NF'; color: =
rgb(243, 243, 243); background-color: rgb(31, 31, 32);" class=3D""><span =
style=3D"font-variant-ligatures: no-common-ligatures;" =
class=3D"">tab-width =3D 4;</span><br class=3D""></div><div =
style=3D"font-style: normal; font-variant-caps: normal; font-weight: =
normal; letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; margin: 0px; font-stretch: normal; =
font-size: 14px; line-height: normal; font-family: 'Menlo NF'; color: =
rgb(243, 243, 243); background-color: rgb(31, 31, 32);" class=3D""><span =
style=3D"font-variant-ligatures: no-common-ligatures;" =
class=3D"">indent-tabs-mode =3D 0;</span><br class=3D""></div><div =
style=3D"font-style: normal; font-variant-caps: normal; font-weight: =
normal; letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; margin: 0px; font-stretch: normal; =
font-size: 14px; line-height: normal; font-family: 'Menlo NF'; color: =
rgb(243, 243, 243); background-color: rgb(31, 31, 32); min-height: =
16px;" class=3D""><br class=3D""></div><div style=3D"font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" class=3D"">// hide dot files by default in =
dired</span><br class=3D""></div><div style=3D"font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(243, 243, 243); background-color: rgb(31, 31, =
32);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" class=3D"">dired_show_dot_files =3D 0;</span><br =
class=3D""></div><div style=3D"font-family: Helvetica; font-size: 12px; =
font-style: normal; font-variant-caps: normal; font-weight: normal; =
letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px;" class=3D""><br class=3D""></div><div =
style=3D"font-family: Helvetica; font-size: 12px; font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" =
class=3D"">This works fine with qe (big qe? ^_^), but tqe fails out with =
an error message 47, 48, and 51.<br class=3D""></div><div =
style=3D"font-family: Helvetica; font-size: 12px; font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=3D""><br=
class=3D""></div><div style=3D"font-style: normal; font-variant-caps: =
normal; font-weight: normal; letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; =
word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(174, 174, 174); background-color: rgb(42, 45, =
50);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" class=3D"">/Users/mwilson/.qe/config:47: '(' =
expected</span><br class=3D""></div><div style=3D"font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(174, 174, 174); background-color: rgb(42, 45, =
50);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" class=3D"">/Users/mwilson/.qe/config:48: '(' =
expected</span><br class=3D""></div><div style=3D"font-style: normal; =
font-variant-caps: normal; font-weight: normal; letter-spacing: normal; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; margin: 0px; =
font-stretch: normal; font-size: 14px; line-height: normal; font-family: =
'Menlo NF'; color: rgb(174, 174, 174); background-color: rgb(42, 45, =
50);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures;" class=3D"">/Users/mwilson/.qe/config:51: '(' =
expected</span><br class=3D""></div><div style=3D"font-family: =
Helvetica; font-size: 12px; font-style: normal; font-variant-caps: =
normal; font-weight: normal; letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; =
word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=3D""><br =
class=3D""></div><div style=3D"font-family: Helvetica; font-size: 12px; =
font-style: normal; font-variant-caps: normal; font-weight: normal; =
letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px;" class=3D"">How do I avoid the =
error?</div><div style=3D"font-family: Helvetica; font-size: 12px; =
font-style: normal; font-variant-caps: normal; font-weight: normal; =
letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px;" class=3D""><br class=3D""></div><div =
id=3D"sig39065985" style=3D"font-family: Helvetica; font-size: 12px; =
font-style: normal; font-variant-caps: normal; font-weight: normal; =
letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px;" class=3D""><div =
class=3D"signature">-- <br class=3D""></div><div =
class=3D"signature">Marc Wilson<br class=3D""></div><div =
class=3D"signature"><a href=3D"mailto:[email protected]" =
class=3D"">[email protected]</a></div></div></div></blockquote></div><br =
class=3D""></div></body></html>=
--Apple-Mail=_09CFE7E3-8FCF-48A6-A8D9-4F4677CD73A0--