Search the web
Sign In
New User? Sign Up
vimdev · Vim (Vi IMproved) text editor developers list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 34260 - 34289 of 55364   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
34260
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. ... +++...
François Pinard
pinard@...
Send Email
Jan 2, 2004
2:08 am
34261
... 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...
Benji Fisher
benji@...
Send Email
Jan 2, 2004
2:27 am
34262
[Benji Fisher] ... This is annoying... Some maintainers like context diffs and hate unidiffs, other maintainers just want the contrary. I find it difficult ...
François Pinard
pinard@...
Send Email
Jan 2, 2004
4:01 am
34263
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...
Steve Hall
digitect@...
Send Email
Jan 2, 2004
4:33 am
34264
... 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...
David Brown
vim@...
Send Email
Jan 2, 2004
7:25 am
34265
... 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...
Bram Moolenaar
Bram@...
Send Email
Jan 2, 2004
9:56 am
34266
... [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...
Benji Fisher
benji@...
Send Email
Jan 2, 2004
1:36 pm
34267
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...
Benji Fisher
benji@...
Send Email
Jan 2, 2004
2:43 pm
34268
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...
Ali Akcaagac
aliakc@...
Send Email
Jan 2, 2004
9:39 pm
34269
... 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...
Dan Sharp
dwsharp@...
Send Email
Jan 2, 2004
10:26 pm
34270
... I am on Vim 6.2.170 already which includes .169 as well. So the problem still exists. greetings, Ali Akcaagac...
Ali Akcaagac
aliakc@...
Send Email
Jan 2, 2004
11:27 pm
34271
... 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...
Bram Moolenaar
Bram@...
Send Email
Jan 3, 2004
11:52 am
34272
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...
Dan Sharp
dwsharp@...
Send Email
Jan 3, 2004
9:01 pm
34273
... The 'size_t' for this line should be changed to 'int' (like Xlib.h). I use gcc-3.3 and it fixes the compile problem. ... regards, namsh...
Nam SungHyun
namsh@...
Send Email
Jan 4, 2004
3:02 am
34274
... 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...
Bram Moolenaar
Bram@...
Send Email
Jan 4, 2004
11:54 am
34275
... 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...
Bram Moolenaar
Bram@...
Send Email
Jan 4, 2004
11:54 am
34276
... 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 ...
Nam SungHyun
namsh@...
Send Email
Jan 5, 2004
12:29 am
34277
Unzip the attached 'hebrew.zip'. Running gvim (6.2.170) on X (4.3.0) set nocp rl enc=utf8 gfn=Courier\ 24 Then edit the 'text.txt' in the attached zip file. ...
Ron Aaron
ron@...
Send Email
Jan 5, 2004
5:17 am
34278
... 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...
Bram Moolenaar
Bram@...
Send Email
Jan 5, 2004
9:18 am
34279
... [...] 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...
Bram Moolenaar
Bram@...
Send Email
Jan 5, 2004
9:19 am
34280
... 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...
Keith Roberts
kroberts@...
Send Email
Jan 5, 2004
6:16 pm
34281
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...
Clint Harames
c.harames@...
Send Email
Jan 6, 2004
1:20 am
34282
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:...
Bram Moolenaar
Bram@...
Send Email
Jan 6, 2004
3:26 pm
34283
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....
Bram Moolenaar
Bram@...
Send Email
Jan 6, 2004
3:30 pm
34284
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...
Bram Moolenaar
Bram@...
Send Email
Jan 6, 2004
3:35 pm
34285
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...
Yakov Lerner
yakov.lerner@...
Send Email
Jan 6, 2004
4:33 pm
34286
... 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...
Bram Moolenaar
Bram@...
Send Email
Jan 6, 2004
5:08 pm
34287
... 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....
Keith Roberts
kroberts@...
Send Email
Jan 6, 2004
5:22 pm
34288
This email got lost just before new year. Too bad... :( Happy new year again Bram et al. Christian -- ...
Christian MICHON
christian_michon@...
Send Email
Jan 7, 2004
2:33 am
34289
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...
Yakov Lerner
yakov.lerner@...
Send Email
Jan 7, 2004
9:31 am
Messages 34260 - 34289 of 55364   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help