Hi, people. Would you check if the following diff is appropriate? I guess that the manual says the contrary of what is meant. This is for Vim 6.2. ... +++...
34261
Benji Fisher
benji@...
Jan 2, 2004 2:27 am
... I agree with the content of your change. As for format, I prefer to use the same one as the official patches: context-style diffs (diff -c) generated...
34262
François Pinard
pinard@...
Jan 2, 2004 4:01 am
[Benji Fisher] ... This is annoying... Some maintainers like context diffs and hate unidiffs, other maintainers just want the contrary. I find it difficult ...
34263
Steve Hall
digitect@...
Jan 2, 2004 4:33 am
From: François Pinard, Thu Jan 1 23:01:36 2004 ... [lengthy diff rant snipped] ... I just spent a half an hour reading your rant trying to understand why you...
34264
David Brown
vim@...
Jan 2, 2004 7:25 am
... As far as my brief little search told me, every diff that has been posted to this list in the past few months, except for Bram's is a 'diff -u' diff, not a...
34265
Bram Moolenaar
Bram@...
Jan 2, 2004 9:56 am
... Right, thanks for the correction. Sending me unified diffs is fine, but a few people with older systems can't handle them. -- Support your right to bare...
34266
Benji Fisher
benji@...
Jan 2, 2004 1:36 pm
... [snip] ... I am sorry. I interpreted the first line quoted above as asking for advice on the format as well as the content of the diff. ... I think the...
34267
Benji Fisher
benji@...
Jan 2, 2004 2:43 pm
Can anyone confirm this? I make a little TeX file with \def\a{aardvark} \a and then position the cursor on the last line. The default ftplugin/tex.vim sets...
34268
Ali Akcaagac
aliakc@...
Jan 2, 2004 9:39 pm
Hello, A Happy new Year to you all. I got a little bugreport which looks like this (attachment). I was able to solve this by commenting some lines within the...
34269
Dan Sharp
dwsharp@...
Jan 2, 2004 10:26 pm
... Looks like you need the (very) recently released 6.2.169 patch which should solve this very problem. ftp://ftp.vim.org/pub/vim/patches/6.2.169 Dan Sharp...
34270
Ali Akcaagac
aliakc@...
Jan 2, 2004 11:27 pm
... I am on Vim 6.2.170 already which includes .169 as well. So the problem still exists. greetings, Ali Akcaagac...
34271
Bram Moolenaar
Bram@...
Jan 3, 2004 11:52 am
... Please show me the lines in Xlib.h that define _Xmblen(). Also find out whether ISC is defined or not. osdef2.h.in currently contains: #ifdef ISC extern...
34272
Dan Sharp
dwsharp@...
Jan 3, 2004 9:01 pm
I have been meaning to do this for a while, so I finally did it while I had some vacation time. The Win32 makefiles do not handle the path changes made for...
34273
Nam SungHyun
namsh@...
Jan 4, 2004 3:02 am
... The 'size_t39; for this line should be changed to 'int' (like Xlib.h). I use gcc-3.3 and it fixes the compile problem. ... regards, namsh...
34274
Bram Moolenaar
Bram@...
Jan 4, 2004 11:54 am
... Thanks, I'll include it. ... I'll add a remark in Make_bc5.mak for now. -- hundred-and-one symptoms of being an internet addict: 126. You brag to all of...
34275
Bram Moolenaar
Bram@...
Jan 4, 2004 11:54 am
... Is that for the first or the second prototype? The reason I used "size_t" instead of "int", is that this was the original prototype that worked well for...
34276
Nam SungHyun
namsh@...
Jan 5, 2004 12:29 am
... I believe you've already seen this prototype before you made a patch. extern int _Xmblen( #ifdef ISC char const *str, size_t len #else char *str, int len ...
34277
Ron Aaron
ron@...
Jan 5, 2004 5:17 am
Unzip the attached 'hebrew.zip'. Running gvim (6.2.170) on X (4.3.0) set nocp rl enc=utf8 gfn=Courier92; 24 Then edit the 'text.txt39; in the attached zip file. ...
34278
Bram Moolenaar
Bram@...
Jan 5, 2004 9:18 am
... I also noticed problems with combining characters in Unicode text in the GTK version. I haven't found a solution yet, or even know what's wrong. It's...
34279
Bram Moolenaar
Bram@...
Jan 5, 2004 9:19 am
... [...] I now discovered that the prototype for _Xmblen isn't found at all, because the X11 header files are not loaded in osdef.sh. Please try this fix (it...
34280
Keith Roberts
kroberts@...
Jan 5, 2004 6:16 pm
... Please don't consider this thread to be a waste of bandwidth ... I, for one, learned a lot. But for those of us who aren't up to speed on all the various...
34281
Clint Harames
c.harames@...
Jan 6, 2004 1:20 am
Looking for help... GVIM on a WindowsXP machine shows the name of the file being edited as \temp\file (in the statusline), whereas GVIM on a Windows2000...
34282
Bram Moolenaar
Bram@...
Jan 6, 2004 3:26 pm
Patch 6.2.171 (after 6.2.163) Problem: The "-or" argument of "find" doesn't work for SysV systems. Solution: Use "-o" instead. (Gordon Prieur) Files:...
34283
Bram Moolenaar
Bram@...
Jan 6, 2004 3:30 pm
Patch 6.2.172 (after 6.2.169) Problem: The prototype for _Xmblen() still causes trouble. Solution: Include the X11 header file that defines the prototype....
34284
Bram Moolenaar
Bram@...
Jan 6, 2004 3:35 pm
Patch 6.2.173 (extra) Problem: Win32: Ruby interface doesn't work with Ruby 1.8.0 for other compilers than MSVC. Solution: Fix the BC5, Cygwin and Mingw...
34285
Yakov Lerner
yakov.lerner@...
Jan 6, 2004 4:33 pm
I am submitting the implementation of buffer-local autocommands again. It includes the testcase (test51.in). The bug is fixed that caused test9.in to fail in...
34286
Bram Moolenaar
Bram@...
Jan 6, 2004 5:08 pm
... Thanks for updating your patch. I'll adjust the note in the todo list. I'll await comments. -- Although the scythe isn't pre-eminent among the weapons of...
34287
Keith Roberts
kroberts@...
Jan 6, 2004 5:22 pm
... or the like should solve this problem. Then it doesn't matter whether the bufname is a relative pathname or not, or in what form it is presented....
34288
Christian MICHON
christian_michon@...
Jan 7, 2004 2:33 am
This email got lost just before new year. Too bad... :( Happy new year again Bram et al. Christian -- ...
34289
Yakov Lerner
yakov.lerner@...
Jan 7, 2004 9:31 am
Hello, If you're interested in buffer-local autocommands in vim, please try out the implementation (see patches attached) and provide your feedback. If you...