From: Simon L. <wzh...@sp...> - 2004-03-24 17:09:57
|
All, Anybody a Debian user here? lang2 -- Simon Liang wzh...@sp... -- http://www.fastmail.fm - IMAP accessible web-mail |
From: James He <ic...@us...> - 2004-03-25 02:05:16
|
on Wed, 24 Mar 2004 09:01:16 -0800 "Simon Liang" <wzh...@sp...> wrote: > Anybody a Debian user here? I am. ^_^ What's up? Best regards, -- James He |
From: Simon L. <wzh...@sp...> - 2004-03-25 09:56:23
|
On Thu, 25 Mar 2004 09:56:13 +0800, "James He" <ic...@us...> said: > > > Anybody a Debian user here? > > I am. ^_^ What's up? :-) I thought you were a BSD head. Anyways, Back in several month, somebody complained that our install script doesn't work for Debian because Debian gzipped those documents. First of all, is this true for you? Second, I've made some effort to accomodate this but I can only emulate the enviroment and would like some debian user to test it. Would you be up for it? Rgds, lang2 -- Simon Liang wzh...@sp... -- http://www.fastmail.fm - Access all of your messages and folders wherever you are |
From: James He <ic...@us...> - 2004-03-25 11:42:35
|
on Thu, 25 Mar 2004 01:56:18 -0800 "Simon Liang" <wzh...@sp...> wrote: > I thought you were a BSD head. Anyways, > Back in several month, somebody complained that our install script > doesn't work for Debian because Debian gzipped those documents. First > of all, is this true for you? Second, I've made some effort to accomodate > this but I can only emulate the enviroment and would like some debian > user to test it. Would you be up for it? I tested the install script and it works all right in my Debian sid(unstable) box. However, in a Debian Woody box, it does have some problems. In Debian Woody(stable), the vim(ver 6.1) docs are originally provided in forms of .txt.gz After we install our chinese docs, vim still load those English versions. The reason is that the file ``tags'' is built with those .txt.gz filenames. FYI, the output of `ls -l` (those .txt files are installed by our install script) [snip] -rw-r--r-- 1 root root 6.1k Mar 25 19:32 gui_w16.txt -rw-r--r-- 1 root root 3.1k Apr 15 2002 gui_w16.txt.gz -rw-r--r-- 1 root root 15k Mar 25 19:32 gui_w32.txt -rw-r--r-- 1 root root 7.0k Apr 15 2002 gui_w32.txt.gz -rw-r--r-- 1 root root 15k Mar 25 19:32 gui_x11.txt -rw-r--r-- 1 root root 8.5k Apr 15 2002 gui_x11.txt.gz [/snip] the output of `cat tags` [snip] ! change.txt.gz /*!* !! change.txt.gz /*!!* # pattern.txt.gz /*#* $ motion.txt.gz /*$* $HOME options.txt.gz /*$HOME* [/snip] Best regards, -- James He |
From: Simon L. <wzh...@sp...> - 2004-03-25 12:07:04
|
On Thu, 25 Mar 2004 19:40:50 +0800, "James He" <ic...@us...> said: > > I tested the install script and it works all right in my Debian > sid(unstable) box. > However, in a Debian Woody box, it does have some problems. Yes. Now, I've checked in a new version of the script into CVS. If you can do an update and check if it works on the Woody box, that would be greate. Read the comments at the top for information. Thanks lang2 -- Simon Liang wzh...@sp... -- http://www.fastmail.fm - Consolidate POP email and Hotmail in one place |
From: James He <ic...@us...> - 2004-03-25 12:15:29
|
on Thu, 25 Mar 2004 04:07:02 -0800 "Simon Liang" <wzh...@sp...> wrote: > Yes. Now, I've checked in a new version of the script into CVS. If you > can do an update and check if it works on the Woody box, that would be > greate. Read the comments at the top for information. Sorry for my mistake. The original install script does not work properly in Debian sid, too. I checked the new install script and found out you had not taken ``:helpt'' into thought. Unless ``:helpt <dir>'' is done in vim can vimcdoc work. ^_^ Best regards, -- James He |
From: Simon L. <wzh...@sp...> - 2004-03-25 12:25:44
|
On Thu, 25 Mar 2004 20:15:18 +0800, "James He" <ic...@us...> said: > I checked the new install script and found out you had not taken > ``:helpt'' > into thought. Unless ``:helpt <dir>'' is done in vim can vimcdoc work. > ^_^ hmmm. You mean can ':helpt <dir>' take care of gzipped files? I don't fully understand. lang2 -- Simon Liang wzh...@sp... -- http://www.fastmail.fm - Accessible with your email software or over the web |
From: James He <ic...@us...> - 2004-03-25 12:47:57
|
on Thu, 25 Mar 2004 04:25:41 -0800 "Simon Liang" <wzh...@sp...> wrote: > hmmm. You mean can ':helpt <dir>' take care of gzipped files? I don't > fully > understand. My mistake, again! :-( I gunzipped all the doc files and run ``:helpt <dir>''--which is not necessary. Using the install script is enough. Best regards, -- James He |
From: James He <ic...@us...> - 2004-03-25 12:28:11
|
on Thu, 25 Mar 2004 20:15:18 +0800 James He <ic...@us...> wrote: > I checked the new install script and found out you had not taken ``:helpt'' > into thought. Unless ``:helpt <dir>'' is done in vim can vimcdoc work. ^_^ I found that the cmd ``:helpt'' is not necessary. We can remove the line ``gunzip help.txt.gz'' from the install script to solve this problem because the other tags remain the same. ;-) Best regards, -- James He |
From: Simon L. <wzh...@sp...> - 2004-03-25 12:32:56
|
On Thu, 25 Mar 2004 20:27:56 +0800, "James He" <ic...@us...> said: > I found that the cmd ``:helpt'' is not necessary. > We can remove the line ``gunzip help.txt.gz'' from the install script to > solve this problem because the other tags remain the same. ;-) Will Vim find the 'help.txt' instead of the 'help.txt.gz' file automatically? In fact, whatever works for you would be enough. The rest of us don't have anything to test with. So if you feel happy, make the chage and check-in. Thanks, lang2 -- Simon Liang wzh...@sp... -- http://www.fastmail.fm - Access your email from home and the web |
From: James He <ic...@us...> - 2004-03-25 13:02:50
|
on Thu, 25 Mar 2004 04:32:53 -0800 "Simon Liang" <wzh...@sp...> wrote: > Will Vim find the 'help.txt' instead of the 'help.txt.gz' file > automatically? I've been confused: Debian woody use 'help.txt.gz' by default and Debian sid usd 'help.txt' by default. I didn't figure it our just now. > In fact, whatever works for you would be enough. The rest of us don't > have anything to test with. So if you feel happy, make the chage and check-in. Okay. Changes have been made and the file checked in. Thx to lang2! Best regards, -- James He |