Message from discussion
Patch 7.3.386
Received: by 10.204.156.210 with SMTP id y18mr1290413bkw.7.1329824495856;
Tue, 21 Feb 2012 03:41:35 -0800 (PST)
X-BeenThere: vim_dev@googlegroups.com
Received: by 10.204.45.87 with SMTP id d23ls7094084bkf.2.gmail; Tue, 21 Feb
2012 03:41:31 -0800 (PST)
Received: by 10.205.134.6 with SMTP id ia6mr1074258bkc.0.1329824491008;
Tue, 21 Feb 2012 03:41:31 -0800 (PST)
Received: by 10.205.134.6 with SMTP id ia6mr1074257bkc.0.1329824490991;
Tue, 21 Feb 2012 03:41:30 -0800 (PST)
Return-Path: <yukihiro.nakada...@gmail.com>
Received: from mail-lpp01m010-f43.google.com (mail-lpp01m010-f43.google.com [209.85.215.43])
by gmr-mx.google.com with ESMTPS id 20si27587236bko.3.2012.02.21.03.41.30
(version=TLSv1/SSLv3 cipher=OTHER);
Tue, 21 Feb 2012 03:41:30 -0800 (PST)
Received-SPF: pass (google.com: domain of yukihiro.nakada...@gmail.com designates 209.85.215.43 as permitted sender) client-ip=209.85.215.43;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of yukihiro.nakada...@gmail.com designates 209.85.215.43 as permitted sender) smtp.mail=yukihiro.nakada...@gmail.com; dkim=pass header...@gmail.com
Received: by mail-lpp01m010-f43.google.com with SMTP id p5so13642610lag.16
for <vim_dev@googlegroups.com>; Tue, 21 Feb 2012 03:41:30 -0800 (PST)
Return-Path: <yukihiro.nakada...@gmail.com>
Received-SPF: pass (google.com: domain of yukihiro.nakada...@gmail.com designates 10.152.113.136 as permitted sender) client-ip=10.152.113.136;
Received: from mr.google.com ([10.152.113.136])
by 10.152.113.136 with SMTP id iy8mr18273789lab.50.1329824490889 (num_hops = 1);
Tue, 21 Feb 2012 03:41:30 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:content-type;
bh=UuD2lqLDINWigR+cIPODcs8bHppqMZSdeIrzKBhS+T4=;
b=lTkc/UeMPe81yN+qGVD3Kz1dDN2My7X+ExZvHoWTZVkTgHPo9A7VC59Y7APWLVp8ko
LscFN7JWK1KM7fgq691P6JyHk3a8Vfr5OWXBZszIVgJdMPN0lNSMnr9IsE0oC9Ghms91
QTKtGftsG+iqcXRIaE0AA2vH1xp5bMbvmONYA=
MIME-Version: 1.0
Received: by 10.152.113.136 with SMTP id iy8mr15265970lab.50.1329824490844;
Tue, 21 Feb 2012 03:41:30 -0800 (PST)
Received: by 10.112.32.135 with HTTP; Tue, 21 Feb 2012 03:41:30 -0800 (PST)
In-Reply-To: <20120221101020.GA15...@raf.org>
References: <20120213011911.GA15...@raf.org>
<CALwFRonp6k5jbocpd6JTFC9oAXnOJ3R3jAAt=Lc4wtfVK-z...@mail.gmail.com>
<20120221101020.GA15...@raf.org>
Date: Tue, 21 Feb 2012 20:41:30 +0900
Message-ID: <CALwFRom290V3odzoH4oh-9At_ze+9zcfFx_7drRRPayR-QW...@mail.gmail.com>
Subject: Re: Patch 7.3.386
From: Yukihiro Nakadaira <yukihiro.nakada...@gmail.com>
To: vim_dev@googlegroups.com
Content-Type: multipart/mixed; boundary=f46d04083b0563f05a04b977e47e
--f46d04083b0563f05a04b977e47e
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
On Tue, Feb 21, 2012 at 7:10 PM, raf <r...@raf.org> wrote:
> Yukihiro Nakadaira wrote:
>
>> On Mon, Feb 13, 2012 at 10:19 AM, raf <r...@raf.org> wrote:
>> > i just upgraded my vim and applied this patch but it didn't affect
>> > the failing of test83 for me. this patch assumes that the cause of
>> > the failure was iconv not supporting cp932 but iconv on macosx-10.6.8
>> > and ubuntu-11.04 do support cp932. i checked that at the time when
>> > Yukihiro Nakadaira suggested it.
>>
>> I have no idea why it fails.
>> Could you run test case 2 by hand?
>>
>> $ cd vim/src/testdir
>> $ cat >Xtags2.txt <<EOF
>> > text for tags2
>> > =EF=BC=A1=EF=BC=A2=EF=BC=A3
>> > EOF
>> $ ../vim -u NONE
>> :set tags=3Dtest83-tags2
>> :tag /.=EF=BC=A2=EF=BC=A3
>> --
>> Yukihiro Nakadaira - yukihiro.nakada...@gmail.com
>
> vim says: E426: tag not found: .=EF=BC=A2=EF=BC=A3
Thank you.
Is 'encoding' utf-8?
If not, retry ":tag /.=EF=BC=A2=EF=BC=A3" command after ":set enc=3Dutf-8".
Perhaps it is iconv problem. If so, latin1 should work because Vim
perform utf8-latin1 conversion itself. I attached test file for latin1.
Try the following command.
:set enc=3Dutf-8
:set tags=3Dlatin1.tags
:tag /.=C3=82=C3=83
--=20
Yukihiro Nakadaira - yukihiro.nakada...@gmail.com
--f46d04083b0563f05a04b977e47e
Content-Type: text/plain; charset=UTF-8; name="latin1.txt"
Content-Disposition: attachment; filename="latin1.txt"
Content-Transfer-Encoding: base64
X-Attachment-Id: f_gywv2kaf0
dGV4dCBmb3IgbGF0aW4xCnRoaXMgZmlsZSBpcyBlbmNvZGVkIGluIHV0Zi04CsOBw4LDgwo=
--f46d04083b0563f05a04b977e47e
Content-Type: application/octet-stream; name="latin1.tags"
Content-Disposition: attachment; filename="latin1.tags"
Content-Transfer-Encoding: base64
X-Attachment-Id: f_gywv2tkv1
IV9UQUdfRklMRV9FTkNPRElORwlsYXRpbjEJLy8gdGhpcyBmaWxlIGlzIGVuY29kZWQgaW4gbGF0
aW4xCsHCwwlsYXRpbjEudHh0CS/BwsMK
--f46d04083b0563f05a04b977e47e--