From: Wenzhi L. <wen...@gm...> - 2009-02-10 12:39:33
|
Some feedback from a user. ---------- Forwarded message ---------- From: HM Li <li...@16...> Date: 2009/2/10 Subject: Re: [SPAM] 建议取消/etc/vim/plugin/vimcdoc.vim中的默认encoding=utf8设置 To: Wenzhi Liang <wen...@gm...> 多谢! 当时看./vimcdoc.sh -h却没显示这个I选项,./vimcdoc.sh是有这个选项,经测试 -I不会安装/etc/vim/plugin/vimcdoc.vim。 对于我的GBK locale来说,直接屏蔽/etc/vim/plugin/vimcdoc.vim的encoding= utf8也可以自动显示正确的中文帮助的,感觉此选项没必要设置为全局的,用户如 果想设置,完全可以在自己的.vimrc中设置默认编码,但 /etc/vim/plugin/vimcdoc.vim这里设置以后用户自己设置的就失效了,因此建议 还是改进一下好。 Wenzhi Liang 写道: > 安装的时候这个项目是可选的。你能不能重新安装一下试试? > > 谢谢反馈。 > > 2009/2/10 HM Li <li...@16...>: > >> 你好! >> 昨天装了vimcdoc-1.7.0,结果打开文件后因为上述配置导致自动设置为encoding= >> utf8,我自己的.vimrc中的配置失去效用,建议修改上述文件的配置,使得只在调 >> 用中文帮助时设置encoding=utf8。 >> >> |
From: Yi-an H. <yia...@gm...> - 2009-02-13 05:15:44
|
Thanks for forwarding it. I was probably slightly confused. Set encoding=cp936 never worked for me, until I realized that is actually a font problem which can be fixed by setting guifont=<some chinese font>. Either that or there was a indeed a vim bug in some old versions that gave me the impression that only utf-8 can render help pages correctly. I now kinda agree this setting was too aggressive in a global plugin. The next version may address this. 2009/2/10 Wenzhi Liang <wen...@gm...> > Some feedback from a user. > > > ---------- Forwarded message ---------- > From: HM Li <li...@16...> > Date: 2009/2/10 > Subject: Re: [SPAM] 建议取消/etc/vim/plugin/vimcdoc.vim中的默认encoding=utf8设置 > To: Wenzhi Liang <wen...@gm...> > > > 多谢! > 当时看./vimcdoc.sh -h却没显示这个I选项,./vimcdoc.sh是有这个选项,经测试 > -I不会安装/etc/vim/plugin/vimcdoc.vim。 > 对于我的GBK locale来说,直接屏蔽/etc/vim/plugin/vimcdoc.vim的encoding= > utf8也可以自动显示正确的中文帮助的,感觉此选项没必要设置为全局的,用户如 > 果想设置,完全可以在自己的.vimrc中设置默认编码,但 > /etc/vim/plugin/vimcdoc.vim这里设置以后用户自己设置的就失效了,因此建议 > 还是改进一下好。 > > > Wenzhi Liang 写道: > > 安装的时候这个项目是可选的。你能不能重新安装一下试试? > > > > 谢谢反馈。 > > > > 2009/2/10 HM Li <li...@16...>: > > > >> 你好! > >> 昨天装了vimcdoc-1.7.0,结果打开文件后因为上述配置导致自动设置为encoding= > >> utf8,我自己的.vimrc中的配置失去效用,建议修改上述文件的配置,使得只在调 > >> 用中文帮助时设置encoding=utf8。 > >> > >> > > ------------------------------------------------------------------------------ > Create and Deploy Rich Internet Apps outside the browser with > Adobe(R)AIR(TM) > software. With Adobe AIR, Ajax developers can use existing skills and code > to > build responsive, highly engaging applications that combine the power of > local > resources and data with the reach of the web. Download the Adobe AIR SDK > and > Ajax docs to start building applications today- > http://p.sf.net/sfu/adobe-com > _______________________________________________ > Vimcdoc-translate mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vimcdoc-translate > |
From: Wenzhi L. <wen...@gm...> - 2009-02-13 10:42:46
|
2009/2/13 Yi-an Huang <yia...@gm...>: > Thanks for forwarding it. > I was probably slightly confused. Set encoding=cp936 never worked for me, > until I realized that is actually a font problem which can be fixed by > setting guifont=<some chinese font>. Either that or there was a indeed a vim > bug in some old versions that gave me the impression that only utf-8 can > render help pages correctly. > I now kinda agree this setting was too aggressive in a global plugin. The > next version may address this. Yeah! Everyone is happy now. > 2009/2/10 Wenzhi Liang <wen...@gm...> >> >> Some feedback from a user. >> >> >> ---------- Forwarded message ---------- >> From: HM Li <li...@16...> >> Date: 2009/2/10 >> Subject: Re: [SPAM] 建议取消/etc/vim/plugin/vimcdoc.vim中的默认encoding=utf8设置 >> To: Wenzhi Liang <wen...@gm...> >> >> >> 多谢! >> 当时看./vimcdoc.sh -h却没显示这个I选项,./vimcdoc.sh是有这个选项,经测试 >> -I不会安装/etc/vim/plugin/vimcdoc.vim。 >> 对于我的GBK locale来说,直接屏蔽/etc/vim/plugin/vimcdoc.vim的encoding= >> utf8也可以自动显示正确的中文帮助的,感觉此选项没必要设置为全局的,用户如 >> 果想设置,完全可以在自己的.vimrc中设置默认编码,但 >> /etc/vim/plugin/vimcdoc.vim这里设置以后用户自己设置的就失效了,因此建议 >> 还是改进一下好。 >> >> >> Wenzhi Liang 写道: >> > 安装的时候这个项目是可选的。你能不能重新安装一下试试? >> > >> > 谢谢反馈。 >> > >> > 2009/2/10 HM Li <li...@16...>: >> > >> >> 你好! >> >> 昨天装了vimcdoc-1.7.0,结果打开文件后因为上述配置导致自动设置为encoding= >> >> utf8,我自己的.vimrc中的配置失去效用,建议修改上述文件的配置,使得只在调 >> >> 用中文帮助时设置encoding=utf8。 >> >> >> >> >> >> ------------------------------------------------------------------------------ >> Create and Deploy Rich Internet Apps outside the browser with >> Adobe(R)AIR(TM) >> software. With Adobe AIR, Ajax developers can use existing skills and code >> to >> build responsive, highly engaging applications that combine the power of >> local >> resources and data with the reach of the web. Download the Adobe AIR SDK >> and >> Ajax docs to start building applications >> today-http://p.sf.net/sfu/adobe-com >> _______________________________________________ >> Vimcdoc-translate mailing list >> Vim...@li... >> https://lists.sourceforge.net/lists/listinfo/vimcdoc-translate > > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Vimcdoc-translate mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vimcdoc-translate > > |