Re: qe vs tqe

Charlie Gordon <[email protected]> Fri, 26 Aug 2022 22:36:00 +0200
Newsgroups gmane.editors.qemacs.devel
Message-ID <[email protected]>
--Apple-Mail=_9A0525D1-8A42-4B85-AC17-A86A43ADD1C5
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=utf-8

Well I was wrong=E2=80=A6 if (0) { =E2=80=A6 } blocks are ignored, but =
if (1){ =E2=80=A6 }  blocks are parsed, so this trick cannot be used for =
tqe compatibility.

I am going to write a patch tonight to fix this:=20

- I shall add a variable that can be tested such as if (full) { =E2=80=A6 =
}
- and tqe will accept and ignore functions and variables it does not =
know, only generating messages in the *messages* buffer but ignoring the =
errors instead of showing the popup.

tqe needs work: it is not as small as I would like and should still =
support syntax colorization and some other features currently disabled.

Thanks for your feedback.

Chqrlie.

> On 26 Aug 2022, at 21:57, Marc Wilson <[email protected]> wrote:
>=20
> tqe still bombs on the if () {} block.  It complains about a missing =
open paren on the variable set line.
>=20
> I have:
>=20
> if (1) {
>     dired_show_dot_files =3D 0;
> }
>=20
> In there.
>=20
> --=20
> Marc Wilson
> [email protected] <mailto:[email protected]>
>=20
>=20
> 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 =
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:
>>=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] =
<mailto:[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=_9A0525D1-8A42-4B85-AC17-A86A43ADD1C5
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""><div class=3D"">Well I was wrong=E2=80=A6 if (0) { =E2=80=A6 =
} blocks are ignored, but if (1){ =E2=80=A6 } &nbsp;blocks are parsed, =
so this trick cannot be used for tqe compatibility.</div><div =
class=3D""><br class=3D""></div><div class=3D"">I am going to write a =
patch tonight to fix this:&nbsp;</div><div class=3D""><br =
class=3D""></div><div class=3D"">- I shall add a variable that can be =
tested such as if (full) { =E2=80=A6 }</div><div class=3D"">- and tqe =
will accept and ignore functions and variables it does not know, only =
generating messages in the *messages* buffer but ignoring the errors =
instead of showing the popup.</div><div class=3D""><br =
class=3D""></div><div class=3D"">tqe needs work: it is not as small as I =
would like and should still support syntax colorization and some other =
features currently disabled.</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"">Chqrlie.</div><br =
class=3D""><div><blockquote type=3D"cite" class=3D""><div class=3D"">On =
26 Aug 2022, at 21:57, Marc Wilson &lt;<a =
href=3D"mailto:[email protected]" class=3D"">[email protected]</a>&gt; =
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"">tqe=
 still bombs on the<b class=3D""><span =
class=3D"Apple-converted-space">&nbsp;</span>if () {}</b><span =
class=3D"Apple-converted-space">&nbsp;</span>block. &nbsp;It complains =
about a missing open paren on the variable set line.<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"">I =
have:<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"">if (1) {<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"">&nbsp;&nbsp;&nbsp; =
dired_show_dot_files =3D 0;<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""><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"">In =
there.<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 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">--&nbsp;<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><br class=3D""></div></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""><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"">On =
Fri, Aug 26, 2022, at 12:13 PM, Charlie Gordon wrote:<br =
class=3D""></div><blockquote type=3D"cite" id=3D"qt" style=3D"font-family:=
 Helvetica; font-size: 12px; font-style: normal; font-variant-caps: =
normal; font-weight: normal; letter-spacing: normal; orphans: auto; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; =
-webkit-text-stroke-width: 0px; word-wrap: break-word;" class=3D""><div =
class=3D"">Hello Marc,<br class=3D""></div><div class=3D"qt-"><br =
class=3D""></div><div class=3D"qt-">Sorry about this inconvenience, tqe =
should probably use its own configuration file.<br class=3D""></div><div =
class=3D"qt-">The parser used in tqe is very primitive and does not =
support variables nor the variable=3Dvalue syntax<br class=3D""></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 class=3D""></div><div =
class=3D"qt-"><br class=3D""></div><div class=3D"qt-">if (1) {<br =
class=3D""></div><div class=3D"qt-">&nbsp; &nbsp; dired_show_dot_files =3D=
 0;<br class=3D""></div><div class=3D"qt-">}<br class=3D""></div><div =
class=3D"qt-"><br class=3D""></div><div class=3D"qt-">and use commands =
to set the tab-width and the indent-tabs-mode:<br class=3D""></div><div =
class=3D"qt-"><br class=3D""></div><div class=3D"qt-">set_tab_width(4);<br=
 class=3D""></div><div class=3D"qt-">set_indent_tabs_mode(0);<br =
class=3D""></div><div class=3D"qt-"><br class=3D""></div><div =
class=3D"qt-">I shall modify the default config file to avoid this =
confusion.<br class=3D""></div><div class=3D"qt-"><br =
class=3D""></div><div class=3D"qt-">Thanks for your feedback<br =
class=3D""></div><div class=3D"qt-"><br class=3D""></div><div =
class=3D"qt-">Best regards<br class=3D""></div><div class=3D"qt-"><br =
class=3D""></div><div class=3D"qt-">Chqrlie.<br class=3D""></div><div =
class=3D"qt-"><br class=3D""></div><div class=3D"qt-"><div =
class=3D""><blockquote type=3D"cite" class=3D"qt-"><div class=3D"qt-">On =
26 Aug 2022, at 21:02, Marc Wilson &lt;<a =
href=3D"mailto:[email protected]" =
class=3D"qt-">[email protected]</a>&gt; wrote:<br class=3D""></div><div =
class=3D""><br class=3D""></div><div class=3D"qt-"><div class=3D"qt-" =
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;">I have in =
~/.qe/config the following:<br class=3D""></div><div class=3D"qt-" =
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;"><br =
class=3D""></div><div class=3D"qt-" 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);"><span class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">// qemacs config file</span><br =
class=3D""></div><div class=3D"qt-" 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;"><br class=3D""></div><div class=3D"qt-" =
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);"><span =
class=3D"qt-" style=3D"font-variant-ligatures: no-common-ligatures;">// =
simple key definition</span><br class=3D""></div><div class=3D"qt-" =
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);"><span =
class=3D"qt-" style=3D"font-variant-ligatures: no-common-ligatures;">// =
C-key : Control + key</span><br class=3D""></div><div class=3D"qt-" =
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);"><span =
class=3D"qt-" style=3D"font-variant-ligatures: no-common-ligatures;">// =
M-key : Meta + key</span><br class=3D""></div><div class=3D"qt-" =
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);"><span =
class=3D"qt-" style=3D"font-variant-ligatures: no-common-ligatures;">// =
Read util.c to get all the key names</span><br class=3D""></div><div =
class=3D"qt-" 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;"><br class=3D""></div><div class=3D"qt-" =
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);"><span =
class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">global_set_key("C-x s", "set-style");</span><br =
class=3D""></div><div class=3D"qt-" 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;"><br class=3D""></div><div class=3D"qt-" =
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);"><span =
class=3D"qt-" style=3D"font-variant-ligatures: no-common-ligatures;">// =
set colors</span><br class=3D""></div><div class=3D"qt-" =
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;"><br class=3D""></div><div class=3D"qt-" 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);"><span class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">set_style("mode-line", "background-color", =
"grey");</span><br class=3D""></div><div class=3D"qt-" =
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);"><span =
class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">set_style("mode-line", "color", =
"black");</span><br class=3D""></div><div class=3D"qt-" =
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);"><span =
class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">set_style("minibuf","background-color","black");</sp=
an><br class=3D""></div><div class=3D"qt-" 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);"><span class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">set_style("minibuf","color","grey");</span><br =
class=3D""></div><div class=3D"qt-" 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);"><span class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">set_style("status","background-color","black");</spa=
n><br class=3D""></div><div class=3D"qt-" 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);"><span class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">set_style("status","color","black");</span><br =
class=3D""></div><div class=3D"qt-" 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);"><span class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">set_style("default","background-color","262626");</s=
pan><br class=3D""></div><div class=3D"qt-" 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);"><span class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">set_style("default","color","grey");</span><br =
class=3D""></div><div class=3D"qt-" 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);"><span class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">set_style("status","color","white");</span><br =
class=3D""></div><div class=3D"qt-" 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);"><span class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">set_style("string","color","73f7d7");</span><br =
class=3D""></div><div class=3D"qt-" 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);"><span class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">set_style("string-q", "color", =
"73f7d7");</span><br class=3D""></div><div class=3D"qt-" =
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);"><span =
class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">set_style("number", "color", "white");</span><br =
class=3D""></div><div class=3D"qt-" 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);"><span class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">set_style("keyword","color","ab8bce");</span><br =
class=3D""></div><div class=3D"qt-" 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);"><span class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">set_style("tag","color","red");</span><br =
class=3D""></div><div class=3D"qt-" 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);"><span class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">set_style("function","color","8faff2");</span><br =
class=3D""></div><div class=3D"qt-" 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);"><span class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">set_style("comment", "color", "625e7f");</span><br =
class=3D""></div><div class=3D"qt-" 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);"><span class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">set_style("variable", "color", =
"ed92ce");</span><br class=3D""></div><div class=3D"qt-" =
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);"><span =
class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">set_style("type", "color", "a78abf");</span><br =
class=3D""></div><div class=3D"qt-" 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);"><span class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">set_style("preprocess", "color", =
"f5b26d");</span><br class=3D""></div><div class=3D"qt-" =
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);"><span =
class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">set_style("error", "color", "red");</span><br =
class=3D""></div><div class=3D"qt-" 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;"><br class=3D""></div><div class=3D"qt-" =
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);"><span =
class=3D"qt-" style=3D"font-variant-ligatures: no-common-ligatures;">// =
set text styling</span><br class=3D""></div><div class=3D"qt-" =
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;"><br class=3D""></div><div class=3D"qt-" 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);"><span class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">set_style("comment", "font-family", =
"sans");</span><br class=3D""></div><div class=3D"qt-" =
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);"><span =
class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">set_style("comment", "font-size", "12");</span><br =
class=3D""></div><div class=3D"qt-" 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);"><span class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">set_style("comment", "font-style", =
"italic");</span><br class=3D""></div><div class=3D"qt-" =
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);"><span =
class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">set_style("keyword", "font-family", =
"serif");</span><br class=3D""></div><div class=3D"qt-" =
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);"><span =
class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">set_style("keyword", "font-size", "18");</span><br =
class=3D""></div><div class=3D"qt-" 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);"><span class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">set_style("function", "font-family", =
"serif");</span><br class=3D""></div><div class=3D"qt-" =
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);"><span =
class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">set_style("function", "font-size", =
"18");</span><br class=3D""></div><div class=3D"qt-" 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);"><span class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">set_style("function", "font-weight", =
"bold");</span><br class=3D""></div><div class=3D"qt-" =
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;"><br class=3D""></div><div class=3D"qt-" 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);"><span class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">// a post on qemacs-devel says these are defaults, =
I don't care, make sure</span><br class=3D""></div><div class=3D"qt-" =
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);"><span =
class=3D"qt-" style=3D"font-variant-ligatures: no-common-ligatures;">// =
they are set</span><br class=3D""></div><div class=3D"qt-" =
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;"><br class=3D""></div><div class=3D"qt-" 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);"><span class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">tab-width =3D 4;</span><br class=3D""></div><div =
class=3D"qt-" 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);"><span class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">indent-tabs-mode =3D 0;</span><br =
class=3D""></div><div class=3D"qt-" 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;"><br class=3D""></div><div class=3D"qt-" =
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);"><span =
class=3D"qt-" style=3D"font-variant-ligatures: no-common-ligatures;">// =
hide dot files by default in dired</span><br class=3D""></div><div =
class=3D"qt-" 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);"><span class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">dired_show_dot_files =3D 0;</span><br =
class=3D""></div><div class=3D"qt-" 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;"><br =
class=3D""></div><div class=3D"qt-" 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;">This works fine with =
qe (big qe? ^_^), but tqe fails out with an error message 47, 48, and =
51.<br class=3D""></div><div class=3D"qt-" 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;"><br =
class=3D""></div><div class=3D"qt-" 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);"><span class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">/Users/mwilson/.qe/config:47: '(' =
expected</span><br class=3D""></div><div class=3D"qt-" =
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);"><span =
class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">/Users/mwilson/.qe/config:48: '(' =
expected</span><br class=3D""></div><div class=3D"qt-" =
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);"><span =
class=3D"qt-" style=3D"font-variant-ligatures: =
no-common-ligatures;">/Users/mwilson/.qe/config:51: '(' =
expected</span><br class=3D""></div><div class=3D"qt-" =
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;"><br =
class=3D""></div><div class=3D"qt-" 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;">How do I avoid the =
error?<br class=3D""></div><div class=3D"qt-" 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;"><br =
class=3D""></div><div id=3D"qt-sig39065985" class=3D"qt-" =
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;"><div =
class=3D"qt-signature">--&nbsp;<br class=3D""></div><div =
class=3D"qt-signature">Marc Wilson<br class=3D""></div><div =
class=3D"qt-signature"><a href=3D"mailto:[email protected]" =
class=3D"qt-">[email protected]</a></div></div></div></blockquote></div><=
/div></blockquote></div></blockquote></div><br class=3D""></body></html>=

--Apple-Mail=_9A0525D1-8A42-4B85-AC17-A86A43ADD1C5--