Re: qe vs tqe
"Marc Wilson" <[email protected]> Fri, 26 Aug 2022 12:57:28 -0700
| Newsgroups | gmane.editors.qemacs.devel |
|---|---|
| Message-ID | <[email protected]> |
--d6dd7e9b762344a39ca6e19a07c217a1
Content-Type: text/plain;charset=utf-8
Content-Transfer-Encoding: quoted-printable
tqe still bombs on the* if () {}* block. It complains about a missing o=
pen paren on the variable set line.
I have:
if (1) {
dired_show_dot_files =3D 0;
}
In there.
--=20
Marc Wilson
[email protected]
On Fri, Aug 26, 2022, at 12:13 PM, Charlie Gordon wrote:
> Hello Marc,
>=20
> Sorry about this inconvenience, tqe should probably use its own config=
uration file.
> The parser used in tqe is very primitive and does not support variable=
s nor the variable=3Dvalue syntax
> it ignores all code in `if (test) { =E2=80=A6}` blocks, so you wrap th=
e last line in a block like this:
>=20
> if (1) {
> dired_show_dot_files =3D 0;
> }
>=20
> and use commands to set the tab-width and the indent-tabs-mode:
>=20
> set_tab_width(4);
> set_indent_tabs_mode(0);
>=20
> I shall modify the default config file to avoid this confusion.
>=20
> Thanks for your feedback
>=20
> Best regards
>=20
> Chqrlie.
>=20
>> 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 erro=
r 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]
--d6dd7e9b762344a39ca6e19a07c217a1
Content-Type: text/html;charset=utf-8
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE html><html><head><title></title><style type=3D"text/css">p.Mso=
Normal,p.MsoNoSpacing{margin:0}</style></head><body><div>tqe still bombs=
on the<b> if () {}</b> block. It complains about a missing open p=
aren on the variable set line.<br></div><div><br></div><div>I have:<br><=
/div><div><br></div><div>if (1) {<br></div><div> dired=
_show_dot_files =3D 0;<br></div><div>}<br></div><div><br></div><div>In t=
here.<br></div><div><br></div><div id=3D"sig39065985"><div class=3D"sign=
ature">-- <br></div><div class=3D"signature">Marc Wilson<br></div><=
div class=3D"signature"><a href=3D"mailto:[email protected]">posguy99@g=
mail.com</a><br></div></div><div><br></div><div><br></div><div>On Fri, A=
ug 26, 2022, at 12:13 PM, Charlie Gordon wrote:<br></div><blockquote typ=
e=3D"cite" id=3D"qt" style=3D"word-wrap:break-word;line-break:after-whit=
e-space;"><div>Hello Marc,<br></div><div class=3D"qt-"><br></div><div cl=
ass=3D"qt-">Sorry about this inconvenience, tqe should probably use its =
own configuration file.<br></div><div class=3D"qt-">The parser used in t=
qe is very primitive and does not support variables nor the variable=3Dv=
alue syntax<br></div><div class=3D"qt-">it ignores all code in `if (test=
) { =E2=80=A6}` blocks, so you wrap the last line in a block like this:<=
br></div><div class=3D"qt-"><br></div><div class=3D"qt-">if (1) {<br></d=
iv><div class=3D"qt-"> dired_show_dot_files =3D 0;<br></div=
><div class=3D"qt-">}<br></div><div class=3D"qt-"><br></div><div class=3D=
"qt-">and use commands to set the tab-width and the indent-tabs-mode:<br=
></div><div class=3D"qt-"><br></div><div class=3D"qt-">set_tab_width(4);=
<br></div><div class=3D"qt-">set_indent_tabs_mode(0);<br></div><div clas=
s=3D"qt-"><br></div><div class=3D"qt-">I shall modify the default config=
file to avoid this confusion.<br></div><div class=3D"qt-"><br></div><di=
v class=3D"qt-">Thanks for your feedback<br></div><div class=3D"qt-"><br=
></div><div class=3D"qt-">Best regards<br></div><div class=3D"qt-"><br><=
/div><div class=3D"qt-">Chqrlie.<br></div><div class=3D"qt-"><br></div><=
div class=3D"qt-"><div><blockquote type=3D"cite" class=3D"qt-"><div clas=
s=3D"qt-">On 26 Aug 2022, at 21:02, Marc Wilson <<a href=3D"mailto:po=
[email protected]" class=3D"qt-">[email protected]</a>> wrote:<br></d=
iv><div><br></div><div class=3D"qt-"><div style=3D"font-family:Helvetica=
;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:n=
ormal;letter-spacing:normal;text-align:start;text-indent:0px;text-transf=
orm:none;white-space:normal;word-spacing:0px;-webkit-text-stroke-width:0=
px;" class=3D"qt-">I have in ~/.qe/config the following:<br></div><div s=
tyle=3D"font-family:Helvetica;font-size:12px;font-style:normal;font-vari=
ant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:star=
t;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0p=
x;-webkit-text-stroke-width:0px;" class=3D"qt-"><br></div><div style=3D"=
font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spa=
cing:normal;text-align:start;text-indent:0px;text-transform:none;white-s=
pace:normal;word-spacing:0px;-webkit-text-stroke-width:0px;margin-top:0p=
x;margin-right:0px;margin-bottom:0px;margin-left:0px;font-stretch:normal=
;font-size:14px;line-height:normal;font-family:"Menlo NF";colo=
r:rgb(243, 243, 243);background-color:rgb(31, 31, 32);" class=3D"qt-"><s=
pan style=3D"font-variant-ligatures:no-common-ligatures;" class=3D"qt-">=
// qemacs config file</span><br></div><div style=3D"font-style:normal;fo=
nt-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-ali=
gn:start;text-indent:0px;text-transform:none;white-space:normal;word-spa=
cing:0px;-webkit-text-stroke-width:0px;margin-top:0px;margin-right:0px;m=
argin-bottom:0px;margin-left: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"qt-"><br></=
div><div style=3D"font-style:normal;font-variant-caps:normal;font-weight=
:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-tran=
sform:none;white-space:normal;word-spacing:0px;-webkit-text-stroke-width=
:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;f=
ont-stretch:normal;font-size:14px;line-height:normal;font-family:"M=
enlo NF";color:rgb(243, 243, 243);background-color:rgb(31, 31, 32);=
" class=3D"qt-"><span style=3D"font-variant-ligatures:no-common-ligature=
s;" class=3D"qt-">// simple key definition</span><br></div><div style=3D=
"font-style:normal;font-variant-caps:normal;font-weight:normal;letter-sp=
acing:normal;text-align:start;text-indent:0px;text-transform:none;white-=
space:normal;word-spacing:0px;-webkit-text-stroke-width:0px;margin-top:0=
px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-stretch:norma=
l;font-size:14px;line-height:normal;font-family:"Menlo NF";col=
or:rgb(243, 243, 243);background-color:rgb(31, 31, 32);" class=3D"qt-"><=
span style=3D"font-variant-ligatures:no-common-ligatures;" class=3D"qt-"=
>// C-key : Control + key</span><br></div><div style=3D"font-style:norma=
l;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-top:0px;margin-right:0=
px;margin-bottom:0px;margin-left: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"qt-"><span style=3D"fon=
t-variant-ligatures:no-common-ligatures;" class=3D"qt-">// M-key : Meta =
+ key</span><br></div><div style=3D"font-style:normal;font-variant-caps:=
normal;font-weight:normal;letter-spacing:normal;text-align:start;text-in=
dent:0px;text-transform:none;white-space:normal;word-spacing:0px;-webkit=
-text-stroke-width:0px;margin-top:0px;margin-right:0px;margin-bottom:0px=
;margin-left:0px;font-stretch:normal;font-size:14px;line-height:normal;f=
ont-family:"Menlo NF";color:rgb(243, 243, 243);background-colo=
r:rgb(31, 31, 32);" class=3D"qt-"><span style=3D"font-variant-ligatures:=
no-common-ligatures;" class=3D"qt-">// Read util.c to get all the key na=
mes</span><br></div><div style=3D"font-style:normal;font-variant-caps:no=
rmal;font-weight:normal;letter-spacing:normal;text-align:start;text-inde=
nt:0px;text-transform:none;white-space:normal;word-spacing:0px;-webkit-t=
ext-stroke-width:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;m=
argin-left:0px;font-stretch:normal;font-size:14px;line-height:normal;fon=
t-family:"Menlo NF";color:rgb(243, 243, 243);background-color:=
rgb(31, 31, 32);min-height:16px;" class=3D"qt-"><br></div><div style=3D"=
font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spa=
cing:normal;text-align:start;text-indent:0px;text-transform:none;white-s=
pace:normal;word-spacing:0px;-webkit-text-stroke-width:0px;margin-top:0p=
x;margin-right:0px;margin-bottom:0px;margin-left:0px;font-stretch:normal=
;font-size:14px;line-height:normal;font-family:"Menlo NF";colo=
r:rgb(243, 243, 243);background-color:rgb(31, 31, 32);" class=3D"qt-"><s=
pan style=3D"font-variant-ligatures:no-common-ligatures;" class=3D"qt-">=
global_set_key("C-x s", "set-style");</span><br></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-top:0px;ma=
rgin-right:0px;margin-bottom:0px;margin-left:0px;font-stretch:normal;fon=
t-size:14px;line-height:normal;font-family:"Menlo NF";color:rg=
b(243, 243, 243);background-color:rgb(31, 31, 32);min-height:16px;" clas=
s=3D"qt-"><br></div><div style=3D"font-style:normal;font-variant-caps:no=
rmal;font-weight:normal;letter-spacing:normal;text-align:start;text-inde=
nt:0px;text-transform:none;white-space:normal;word-spacing:0px;-webkit-t=
ext-stroke-width:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;m=
argin-left:0px;font-stretch:normal;font-size:14px;line-height:normal;fon=
t-family:"Menlo NF";color:rgb(243, 243, 243);background-color:=
rgb(31, 31, 32);" class=3D"qt-"><span style=3D"font-variant-ligatures:no=
-common-ligatures;" class=3D"qt-">// set colors</span><br></div><div sty=
le=3D"font-style:normal;font-variant-caps:normal;font-weight:normal;lett=
er-spacing:normal;text-align:start;text-indent:0px;text-transform:none;w=
hite-space:normal;word-spacing:0px;-webkit-text-stroke-width:0px;margin-=
top:0px;margin-right:0px;margin-bottom:0px;margin-left: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:1=
6px;" class=3D"qt-"><br></div><div style=3D"font-style:normal;font-varia=
nt-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-top:0px;margin-right:0px;margin-bo=
ttom:0px;margin-left:0px;font-stretch:normal;font-size:14px;line-height:=
normal;font-family:"Menlo NF";color:rgb(243, 243, 243);backgro=
und-color:rgb(31, 31, 32);" class=3D"qt-"><span style=3D"font-variant-li=
gatures:no-common-ligatures;" class=3D"qt-">set_style("mode-line", "back=
ground-color", "grey");</span><br></div><div style=3D"font-style:normal;=
font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-a=
lign:start;text-indent:0px;text-transform:none;white-space:normal;word-s=
pacing:0px;-webkit-text-stroke-width:0px;margin-top:0px;margin-right:0px=
;margin-bottom:0px;margin-left:0px;font-stretch:normal;font-size:14px;li=
ne-height:normal;font-family:"Menlo NF";color:rgb(243, 243, 24=
3);background-color:rgb(31, 31, 32);" class=3D"qt-"><span style=3D"font-=
variant-ligatures:no-common-ligatures;" class=3D"qt-">set_style("mode-li=
ne", "color", "black");</span><br></div><div style=3D"font-style:normal;=
font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-a=
lign:start;text-indent:0px;text-transform:none;white-space:normal;word-s=
pacing:0px;-webkit-text-stroke-width:0px;margin-top:0px;margin-right:0px=
;margin-bottom:0px;margin-left:0px;font-stretch:normal;font-size:14px;li=
ne-height:normal;font-family:"Menlo NF";color:rgb(243, 243, 24=
3);background-color:rgb(31, 31, 32);" class=3D"qt-"><span style=3D"font-=
variant-ligatures:no-common-ligatures;" class=3D"qt-">set_style("minibuf=
","background-color","black");</span><br></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-top:0px;margin-ri=
ght:0px;margin-bottom:0px;margin-left: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"qt-"><span style=3D=
"font-variant-ligatures:no-common-ligatures;" class=3D"qt-">set_style("m=
inibuf","color","grey");</span><br></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-top:0px;margin-right:0p=
x;margin-bottom:0px;margin-left:0px;font-stretch:normal;font-size:14px;l=
ine-height:normal;font-family:"Menlo NF";color:rgb(243, 243, 2=
43);background-color:rgb(31, 31, 32);" class=3D"qt-"><span style=3D"font=
-variant-ligatures:no-common-ligatures;" class=3D"qt-">set_style("status=
","background-color","black");</span><br></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-top:0px;margin-ri=
ght:0px;margin-bottom:0px;margin-left: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"qt-"><span style=3D=
"font-variant-ligatures:no-common-ligatures;" class=3D"qt-">set_style("s=
tatus","color","black");</span><br></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-top:0px;margin-right:0p=
x;margin-bottom:0px;margin-left:0px;font-stretch:normal;font-size:14px;l=
ine-height:normal;font-family:"Menlo NF";color:rgb(243, 243, 2=
43);background-color:rgb(31, 31, 32);" class=3D"qt-"><span style=3D"font=
-variant-ligatures:no-common-ligatures;" class=3D"qt-">set_style("defaul=
t","background-color","262626");</span><br></div><div style=3D"font-styl=
e:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:norm=
al;text-align:start;text-indent:0px;text-transform:none;white-space:norm=
al;word-spacing:0px;-webkit-text-stroke-width:0px;margin-top:0px;margin-=
right:0px;margin-bottom:0px;margin-left:0px;font-stretch:normal;font-siz=
e:14px;line-height:normal;font-family:"Menlo NF";color:rgb(243=
, 243, 243);background-color:rgb(31, 31, 32);" class=3D"qt-"><span style=
=3D"font-variant-ligatures:no-common-ligatures;" class=3D"qt-">set_style=
("default","color","grey");</span><br></div><div style=3D"font-style:nor=
mal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;te=
xt-align:start;text-indent:0px;text-transform:none;white-space:normal;wo=
rd-spacing:0px;-webkit-text-stroke-width:0px;margin-top:0px;margin-right=
:0px;margin-bottom:0px;margin-left:0px;font-stretch:normal;font-size:14p=
x;line-height:normal;font-family:"Menlo NF";color:rgb(243, 243=
, 243);background-color:rgb(31, 31, 32);" class=3D"qt-"><span style=3D"f=
ont-variant-ligatures:no-common-ligatures;" class=3D"qt-">set_style("sta=
tus","color","white");</span><br></div><div style=3D"font-style:normal;f=
ont-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-al=
ign:start;text-indent:0px;text-transform:none;white-space:normal;word-sp=
acing:0px;-webkit-text-stroke-width:0px;margin-top:0px;margin-right:0px;=
margin-bottom:0px;margin-left:0px;font-stretch:normal;font-size:14px;lin=
e-height:normal;font-family:"Menlo NF";color:rgb(243, 243, 243=
);background-color:rgb(31, 31, 32);" class=3D"qt-"><span style=3D"font-v=
ariant-ligatures:no-common-ligatures;" class=3D"qt-">set_style("string",=
"color","73f7d7");</span><br></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-spacin=
g:0px;-webkit-text-stroke-width:0px;margin-top:0px;margin-right:0px;marg=
in-bottom:0px;margin-left:0px;font-stretch:normal;font-size:14px;line-he=
ight:normal;font-family:"Menlo NF";color:rgb(243, 243, 243);ba=
ckground-color:rgb(31, 31, 32);" class=3D"qt-"><span style=3D"font-varia=
nt-ligatures:no-common-ligatures;" class=3D"qt-">set_style("string-q", "=
color", "73f7d7");</span><br></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-spacin=
g:0px;-webkit-text-stroke-width:0px;margin-top:0px;margin-right:0px;marg=
in-bottom:0px;margin-left:0px;font-stretch:normal;font-size:14px;line-he=
ight:normal;font-family:"Menlo NF";color:rgb(243, 243, 243);ba=
ckground-color:rgb(31, 31, 32);" class=3D"qt-"><span style=3D"font-varia=
nt-ligatures:no-common-ligatures;" class=3D"qt-">set_style("number", "co=
lor", "white");</span><br></div><div style=3D"font-style:normal;font-var=
iant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:sta=
rt;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0=
px;-webkit-text-stroke-width:0px;margin-top:0px;margin-right:0px;margin-=
bottom:0px;margin-left:0px;font-stretch:normal;font-size:14px;line-heigh=
t:normal;font-family:"Menlo NF";color:rgb(243, 243, 243);backg=
round-color:rgb(31, 31, 32);" class=3D"qt-"><span style=3D"font-variant-=
ligatures:no-common-ligatures;" class=3D"qt-">set_style("keyword","color=
","ab8bce");</span><br></div><div style=3D"font-style:normal;font-varian=
t-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-top:0px;margin-right:0px;margin-bot=
tom:0px;margin-left:0px;font-stretch:normal;font-size:14px;line-height:n=
ormal;font-family:"Menlo NF";color:rgb(243, 243, 243);backgrou=
nd-color:rgb(31, 31, 32);" class=3D"qt-"><span style=3D"font-variant-lig=
atures:no-common-ligatures;" class=3D"qt-">set_style("tag","color","red"=
);</span><br></div><div style=3D"font-style:normal;font-variant-caps:nor=
mal;font-weight:normal;letter-spacing:normal;text-align:start;text-inden=
t:0px;text-transform:none;white-space:normal;word-spacing:0px;-webkit-te=
xt-stroke-width:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;ma=
rgin-left:0px;font-stretch:normal;font-size:14px;line-height:normal;font=
-family:"Menlo NF";color:rgb(243, 243, 243);background-color:r=
gb(31, 31, 32);" class=3D"qt-"><span style=3D"font-variant-ligatures:no-=
common-ligatures;" class=3D"qt-">set_style("function","color","8faff2");=
</span><br></div><div style=3D"font-style:normal;font-variant-caps:norma=
l;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-top:0px;margin-right:0px;margin-bottom:0px;marg=
in-left:0px;font-stretch:normal;font-size:14px;line-height:normal;font-f=
amily:"Menlo NF";color:rgb(243, 243, 243);background-color:rgb=
(31, 31, 32);" class=3D"qt-"><span style=3D"font-variant-ligatures:no-co=
mmon-ligatures;" class=3D"qt-">set_style("comment", "color", "625e7f");<=
/span><br></div><div style=3D"font-style:normal;font-variant-caps:normal=
;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0=
px;text-transform:none;white-space:normal;word-spacing:0px;-webkit-text-=
stroke-width:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margi=
n-left:0px;font-stretch:normal;font-size:14px;line-height:normal;font-fa=
mily:"Menlo NF";color:rgb(243, 243, 243);background-color:rgb(=
31, 31, 32);" class=3D"qt-"><span style=3D"font-variant-ligatures:no-com=
mon-ligatures;" class=3D"qt-">set_style("variable", "color", "ed92ce");<=
/span><br></div><div style=3D"font-style:normal;font-variant-caps:normal=
;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0=
px;text-transform:none;white-space:normal;word-spacing:0px;-webkit-text-=
stroke-width:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margi=
n-left:0px;font-stretch:normal;font-size:14px;line-height:normal;font-fa=
mily:"Menlo NF";color:rgb(243, 243, 243);background-color:rgb(=
31, 31, 32);" class=3D"qt-"><span style=3D"font-variant-ligatures:no-com=
mon-ligatures;" class=3D"qt-">set_style("type", "color", "a78abf");</spa=
n><br></div><div style=3D"font-style:normal;font-variant-caps:normal;fon=
t-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;t=
ext-transform:none;white-space:normal;word-spacing:0px;-webkit-text-stro=
ke-width:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-le=
ft: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"qt-"><span style=3D"font-variant-ligatures:no-common-=
ligatures;" class=3D"qt-">set_style("preprocess", "color", "f5b26d");</s=
pan><br></div><div style=3D"font-style:normal;font-variant-caps:normal;f=
ont-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px=
;text-transform:none;white-space:normal;word-spacing:0px;-webkit-text-st=
roke-width:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-=
left:0px;font-stretch:normal;font-size:14px;line-height:normal;font-fami=
ly:"Menlo NF";color:rgb(243, 243, 243);background-color:rgb(31=
, 31, 32);" class=3D"qt-"><span style=3D"font-variant-ligatures:no-commo=
n-ligatures;" class=3D"qt-">set_style("error", "color", "red");</span><b=
r></div><div style=3D"font-style:normal;font-variant-caps:normal;font-we=
ight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-=
transform:none;white-space:normal;word-spacing:0px;-webkit-text-stroke-w=
idth:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0=
px;font-stretch:normal;font-size:14px;line-height:normal;font-family:&qu=
ot;Menlo NF";color:rgb(243, 243, 243);background-color:rgb(31, 31, =
32);min-height:16px;" class=3D"qt-"><br></div><div style=3D"font-style:n=
ormal;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-top:0px;margin-rig=
ht:0px;margin-bottom:0px;margin-left:0px;font-stretch:normal;font-size:1=
4px;line-height:normal;font-family:"Menlo NF";color:rgb(243, 2=
43, 243);background-color:rgb(31, 31, 32);" class=3D"qt-"><span style=3D=
"font-variant-ligatures:no-common-ligatures;" class=3D"qt-">// set text =
styling</span><br></div><div style=3D"font-style:normal;font-variant-cap=
s:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-=
indent:0px;text-transform:none;white-space:normal;word-spacing:0px;-webk=
it-text-stroke-width:0px;margin-top:0px;margin-right:0px;margin-bottom:0=
px;margin-left:0px;font-stretch:normal;font-size:14px;line-height:normal=
;font-family:"Menlo NF";color:rgb(243, 243, 243);background-co=
lor:rgb(31, 31, 32);min-height:16px;" class=3D"qt-"><br></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;whi=
te-space:normal;word-spacing:0px;-webkit-text-stroke-width:0px;margin-to=
p:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-stretch:no=
rmal;font-size:14px;line-height:normal;font-family:"Menlo NF";=
color:rgb(243, 243, 243);background-color:rgb(31, 31, 32);" class=3D"qt-=
"><span style=3D"font-variant-ligatures:no-common-ligatures;" class=3D"q=
t-">set_style("comment", "font-family", "sans");</span><br></div><div st=
yle=3D"font-style:normal;font-variant-caps:normal;font-weight:normal;let=
ter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;=
white-space:normal;word-spacing:0px;-webkit-text-stroke-width:0px;margin=
-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-stretch=
:normal;font-size:14px;line-height:normal;font-family:"Menlo NF&quo=
t;;color:rgb(243, 243, 243);background-color:rgb(31, 31, 32);" class=3D"=
qt-"><span style=3D"font-variant-ligatures:no-common-ligatures;" class=3D=
"qt-">set_style("comment", "font-size", "12");</span><br></div><div styl=
e=3D"font-style:normal;font-variant-caps:normal;font-weight:normal;lette=
r-spacing:normal;text-align:start;text-indent:0px;text-transform:none;wh=
ite-space:normal;word-spacing:0px;-webkit-text-stroke-width:0px;margin-t=
op:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-stretch:n=
ormal;font-size:14px;line-height:normal;font-family:"Menlo NF"=
;color:rgb(243, 243, 243);background-color:rgb(31, 31, 32);" class=3D"qt=
-"><span style=3D"font-variant-ligatures:no-common-ligatures;" class=3D"=
qt-">set_style("comment", "font-style", "italic");</span><br></div><div =
style=3D"font-style:normal;font-variant-caps:normal;font-weight:normal;l=
etter-spacing:normal;text-align:start;text-indent:0px;text-transform:non=
e;white-space:normal;word-spacing:0px;-webkit-text-stroke-width:0px;marg=
in-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-stret=
ch:normal;font-size:14px;line-height:normal;font-family:"Menlo NF&q=
uot;;color:rgb(243, 243, 243);background-color:rgb(31, 31, 32);" class=3D=
"qt-"><span style=3D"font-variant-ligatures:no-common-ligatures;" class=3D=
"qt-">set_style("keyword", "font-family", "serif");</span><br></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:no=
ne;white-space:normal;word-spacing:0px;-webkit-text-stroke-width:0px;mar=
gin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-stre=
tch:normal;font-size:14px;line-height:normal;font-family:"Menlo NF&=
quot;;color:rgb(243, 243, 243);background-color:rgb(31, 31, 32);" class=3D=
"qt-"><span style=3D"font-variant-ligatures:no-common-ligatures;" class=3D=
"qt-">set_style("keyword", "font-size", "18");</span><br></div><div styl=
e=3D"font-style:normal;font-variant-caps:normal;font-weight:normal;lette=
r-spacing:normal;text-align:start;text-indent:0px;text-transform:none;wh=
ite-space:normal;word-spacing:0px;-webkit-text-stroke-width:0px;margin-t=
op:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-stretch:n=
ormal;font-size:14px;line-height:normal;font-family:"Menlo NF"=
;color:rgb(243, 243, 243);background-color:rgb(31, 31, 32);" class=3D"qt=
-"><span style=3D"font-variant-ligatures:no-common-ligatures;" class=3D"=
qt-">set_style("function", "font-family", "serif");</span><br></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:no=
ne;white-space:normal;word-spacing:0px;-webkit-text-stroke-width:0px;mar=
gin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-stre=
tch:normal;font-size:14px;line-height:normal;font-family:"Menlo NF&=
quot;;color:rgb(243, 243, 243);background-color:rgb(31, 31, 32);" class=3D=
"qt-"><span style=3D"font-variant-ligatures:no-common-ligatures;" class=3D=
"qt-">set_style("function", "font-size", "18");</span><br></div><div sty=
le=3D"font-style:normal;font-variant-caps:normal;font-weight:normal;lett=
er-spacing:normal;text-align:start;text-indent:0px;text-transform:none;w=
hite-space:normal;word-spacing:0px;-webkit-text-stroke-width:0px;margin-=
top:0px;margin-right:0px;margin-bottom:0px;margin-left: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"q=
t-"><span style=3D"font-variant-ligatures:no-common-ligatures;" class=3D=
"qt-">set_style("function", "font-weight", "bold");</span><br></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:no=
ne;white-space:normal;word-spacing:0px;-webkit-text-stroke-width:0px;mar=
gin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-stre=
tch:normal;font-size:14px;line-height:normal;font-family:"Menlo NF&=
quot;;color:rgb(243, 243, 243);background-color:rgb(31, 31, 32);min-heig=
ht:16px;" class=3D"qt-"><br></div><div style=3D"font-style:normal;font-v=
ariant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:s=
tart;text-indent:0px;text-transform:none;white-space:normal;word-spacing=
:0px;-webkit-text-stroke-width:0px;margin-top:0px;margin-right:0px;margi=
n-bottom:0px;margin-left:0px;font-stretch:normal;font-size:14px;line-hei=
ght:normal;font-family:"Menlo NF";color:rgb(243, 243, 243);bac=
kground-color:rgb(31, 31, 32);" class=3D"qt-"><span style=3D"font-varian=
t-ligatures:no-common-ligatures;" class=3D"qt-">// a post on qemacs-deve=
l says these are defaults, I don't care, make sure</span><br></div><div =
style=3D"font-style:normal;font-variant-caps:normal;font-weight:normal;l=
etter-spacing:normal;text-align:start;text-indent:0px;text-transform:non=
e;white-space:normal;word-spacing:0px;-webkit-text-stroke-width:0px;marg=
in-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-stret=
ch:normal;font-size:14px;line-height:normal;font-family:"Menlo NF&q=
uot;;color:rgb(243, 243, 243);background-color:rgb(31, 31, 32);" class=3D=
"qt-"><span style=3D"font-variant-ligatures:no-common-ligatures;" class=3D=
"qt-">// they are set</span><br></div><div style=3D"font-style:normal;fo=
nt-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-ali=
gn:start;text-indent:0px;text-transform:none;white-space:normal;word-spa=
cing:0px;-webkit-text-stroke-width:0px;margin-top:0px;margin-right:0px;m=
argin-bottom:0px;margin-left: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"qt-"><br></=
div><div style=3D"font-style:normal;font-variant-caps:normal;font-weight=
:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-tran=
sform:none;white-space:normal;word-spacing:0px;-webkit-text-stroke-width=
:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;f=
ont-stretch:normal;font-size:14px;line-height:normal;font-family:"M=
enlo NF";color:rgb(243, 243, 243);background-color:rgb(31, 31, 32);=
" class=3D"qt-"><span style=3D"font-variant-ligatures:no-common-ligature=
s;" class=3D"qt-">tab-width =3D 4;</span><br></div><div style=3D"font-st=
yle:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:no=
rmal;text-align:start;text-indent:0px;text-transform:none;white-space:no=
rmal;word-spacing:0px;-webkit-text-stroke-width:0px;margin-top:0px;margi=
n-right:0px;margin-bottom:0px;margin-left:0px;font-stretch:normal;font-s=
ize:14px;line-height:normal;font-family:"Menlo NF";color:rgb(2=
43, 243, 243);background-color:rgb(31, 31, 32);" class=3D"qt-"><span sty=
le=3D"font-variant-ligatures:no-common-ligatures;" class=3D"qt-">indent-=
tabs-mode =3D 0;</span><br></div><div style=3D"font-style:normal;font-va=
riant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:st=
art;text-indent:0px;text-transform:none;white-space:normal;word-spacing:=
0px;-webkit-text-stroke-width:0px;margin-top:0px;margin-right:0px;margin=
-bottom:0px;margin-left:0px;font-stretch:normal;font-size:14px;line-heig=
ht:normal;font-family:"Menlo NF";color:rgb(243, 243, 243);back=
ground-color:rgb(31, 31, 32);min-height:16px;" class=3D"qt-"><br></div><=
div style=3D"font-style:normal;font-variant-caps:normal;font-weight:norm=
al;letter-spacing:normal;text-align:start;text-indent:0px;text-transform=
:none;white-space:normal;word-spacing:0px;-webkit-text-stroke-width:0px;=
margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-s=
tretch:normal;font-size:14px;line-height:normal;font-family:"Menlo =
NF";color:rgb(243, 243, 243);background-color:rgb(31, 31, 32);" cla=
ss=3D"qt-"><span style=3D"font-variant-ligatures:no-common-ligatures;" c=
lass=3D"qt-">// hide dot files by default in dired</span><br></div><div =
style=3D"font-style:normal;font-variant-caps:normal;font-weight:normal;l=
etter-spacing:normal;text-align:start;text-indent:0px;text-transform:non=
e;white-space:normal;word-spacing:0px;-webkit-text-stroke-width:0px;marg=
in-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-stret=
ch:normal;font-size:14px;line-height:normal;font-family:"Menlo NF&q=
uot;;color:rgb(243, 243, 243);background-color:rgb(31, 31, 32);" class=3D=
"qt-"><span style=3D"font-variant-ligatures:no-common-ligatures;" class=3D=
"qt-">dired_show_dot_files =3D 0;</span><br></div><div style=3D"font-fam=
ily:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;=
font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0p=
x;text-transform:none;white-space:normal;word-spacing:0px;-webkit-text-s=
troke-width:0px;" class=3D"qt-"><br></div><div style=3D"font-family:Helv=
etica;font-size:12px;font-style:normal;font-variant-caps:normal;font-wei=
ght:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-t=
ransform:none;white-space:normal;word-spacing:0px;-webkit-text-stroke-wi=
dth:0px;" class=3D"qt-">This works fine with qe (big qe? ^_^), but tqe f=
ails out with an error message 47, 48, and 51.<br></div><div style=3D"fo=
nt-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:n=
ormal;font-weight:normal;letter-spacing:normal;text-align:start;text-ind=
ent:0px;text-transform:none;white-space:normal;word-spacing:0px;-webkit-=
text-stroke-width:0px;" class=3D"qt-"><br></div><div style=3D"font-style=
:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:norma=
l;text-align:start;text-indent:0px;text-transform:none;white-space:norma=
l;word-spacing:0px;-webkit-text-stroke-width:0px;margin-top:0px;margin-r=
ight:0px;margin-bottom:0px;margin-left: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"qt-"><span style=3D=
"font-variant-ligatures:no-common-ligatures;" class=3D"qt-">/Users/mwils=
on/.qe/config:47: '(' expected</span><br></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-top:0px;margin-ri=
ght:0px;margin-bottom:0px;margin-left: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"qt-"><span style=3D=
"font-variant-ligatures:no-common-ligatures;" class=3D"qt-">/Users/mwils=
on/.qe/config:48: '(' expected</span><br></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-top:0px;margin-ri=
ght:0px;margin-bottom:0px;margin-left: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"qt-"><span style=3D=
"font-variant-ligatures:no-common-ligatures;" class=3D"qt-">/Users/mwils=
on/.qe/config:51: '(' expected</span><br></div><div style=3D"font-family=
:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;fon=
t-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;t=
ext-transform:none;white-space:normal;word-spacing:0px;-webkit-text-stro=
ke-width:0px;" class=3D"qt-"><br></div><div style=3D"font-family:Helveti=
ca;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight=
:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-tran=
sform:none;white-space:normal;word-spacing:0px;-webkit-text-stroke-width=
:0px;" class=3D"qt-">How do I avoid the error?<br></div><div style=3D"fo=
nt-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:n=
ormal;font-weight:normal;letter-spacing:normal;text-align:start;text-ind=
ent:0px;text-transform:none;white-space:normal;word-spacing:0px;-webkit-=
text-stroke-width:0px;" class=3D"qt-"><br></div><div id=3D"qt-sig3906598=
5" 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-spacin=
g:0px;-webkit-text-stroke-width:0px;" class=3D"qt-"><div class=3D"qt-sig=
nature">-- <br></div><div class=3D"qt-signature">Marc Wilson<br></d=
iv><div class=3D"qt-signature"><a href=3D"mailto:[email protected]" cla=
ss=3D"qt-">[email protected]</a><br></div></div></div></blockquote></di=
v></div></blockquote><div><br></div></body></html>
--d6dd7e9b762344a39ca6e19a07c217a1--