Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zathura conpletion for zsh broken
- X-seq: zsh-workers 43573
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: zathura conpletion for zsh broken
- Date: Thu, 27 Sep 2018 19:16:42 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=7YsJFo EHVsLpgoX6fthn2412YERFw1TQ1owKc1IQyMA=; b=GHtCrCDPU0zLZeBAYRq1hc xz500YEQwN3HcBeBVTHqJNOyQteAIZEQfuoiKrTsWrrheeDwVUDBB8/ovICS2h5/ kONCm5h3B+AE0UL8TZgQqTNOBTUR2rnSS9d9UWA43k3JD6YXc1fd8q2MlQDW0VU7 dcCwHxX5/ybIzyA1FwcqI0XFyjSk8B4M5N56xxLLhoPvpfl2jQ/mU4G6FHGt1yAj TaIE732wIlBpHNfBeWaK9OhjZiEFOuHLnn7+tRlOEcSprkMTc05DNuTontTjP8Zh bo1Fob3MrtriR+LiUpRAv5MttZjvYE4+1oj1V5s+B3S2zA6s5JSdKkacznSNnIDA ==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=7YsJFo EHVsLpgoX6fthn2412YERFw1TQ1owKc1IQyMA=; b=FdrmtCIbl4jLdao/iig9Hh LdX+Pu7Sx+T6j5TfCeVNe28IVHjWFdQQTx8Y1zbT+O7LQ3f1/gB+egTg1BViWG6t RoTooQazGt+lXp1meE6GsHWKg+rrQU8Uy1phpqsJFwYi2kaAqVDQM4QRNpVUbZmS 6OrLsz0qFndmt0ye7U2QzTHnWtwHmTgXrtd3hAA+WmHpXZm7kCWQIlsKBnFmCa7n +Y7FVNwKCao3T+ZNHFnCwuEpnoDPK5Gxruqx3s1xXfej9iWXGRRhzl0A55VLbg9Q lIAi00HqwHr8fHM5QincEvnEsIpGHDB/VeK1AKq0IQjL4LIVwh+eO1XesHkV57LA ==
- In-reply-to: <CAH+w=7bJRqadtQeXi1pco9jXzHJ=8UqruJsNqF+gGGOjp7qgfw@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <057ea9a2-d934-59e6-3109-e5093f0f9878@googlemail.com> <20180925192153.uwitfgrd2yydxtah@tarpaulin.shahaf.local2> <75619dc0-7b02-45bd-7cd9-a5078d6829a5@googlemail.com> <87r2hg9db6.fsf@vuxu.org> <1538072449.2783494.1522989320.7417A550@webmail.messagingengine.com> <CAH+w=7bJRqadtQeXi1pco9jXzHJ=8UqruJsNqF+gGGOjp7qgfw@mail.gmail.com>
Bart Schaefer wrote on Thu, 27 Sep 2018 11:31 -0700:
> On Thu, Sep 27, 2018 at 11:21 AM Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
> >
> > Patch attached.
>
> I've asked this before but I'm going to ask it again (and this is not
> aimed specially at Daniel or anything):
>
> Please do not attach patches (or anything else) with content-type
> "text/x-something" (in this case "text/x-patch").
Sorry, forgot that was an issue.
> A remarkable number of mail clients (or perhaps it's just the
> operating systems they sit on) are STILL, even after 25 years, too
> stupid to understand that the "text/" prefix means it's OK to display
> the content without invoking a special application.
Hopefully people who see such behaviours will file bugs against those
applications for not supporting rfc2046. (This is not aimed specially at
Bart, either. :-))
> Also, using text/x-whatever tends to cause sending mailers to
> base64-encode the content, so it can't even be read by viewing the
> original message source.
Alpine uses base64, IIRC, but most others use quoted-printable, which is
fine for eyeballing the patch but breaks applying it.
> If this means not naming your patch files with a ".patch" extension,
> I'm sorry. Rename them ".txt" before you attach them, if your mailer
> won't allow you to specify the content-type. Thanks.
Done:
% git config --global format.suffix '.patch.txt'
Cheers,
Daniel
(I also use format.signature='' because the '---' line breaks recountdiff(1))
Messages sorted by:
Reverse Date,
Date,
Thread,
Author