Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vimdev · Vim (Vi IMproved) text editor developers list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 64925 - 64954 of 70017   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
64925 Bram Moolenaar
Bram@... Send Email
Apr 25, 2012
7:19 pm
Patch 7.3.509 Problem: ":vimgrep"; fails when 'autochdir&#39; is set. Solution: A more generic solution for changing directory. (Ben Fritz) Files:...
64926 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 26, 2012
12:53 am
2414,2415c2414 < #QUOTESED (ON IBM z/OS) is supposed to be set in config.mk < #QUOTESED = sed -e 's/[\\"]/\&#92;&/g' -e 's/\\"/"/&#39; -e 's/\\";$$/";/' ... -- You...
64927 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 26, 2012
1:01 am
Problem: QUOTESED (On IBM z/OS) will be set in config.mk Solution: remove QUOTESED from Makefile Author Steve Bovy Files: src/Makefile I used...
64928 Thomas Dziedzic
gostrc@... Send Email
Apr 26, 2012
3:56 am
... I will try to see if this was the problem once the next gcc snapshot comes out (this weekend or next week) and try to report back here. -- You received...
64929 Thilo Six
T.Six@... Send Email
Apr 26, 2012
5:30 pm
Hello Bram, the hg changeset: 3492 (3482d151136b) 'Updated runtime files' has introduced linecontinuation to 'runtime/ftplugin/dosbatch.vim'. Therefor cpo...
64930 Bram Moolenaar
Bram@... Send Email
Apr 26, 2012
6:06 pm
... I can't verify this patch, thus unless someone says it's a bad idea I'll include it in a few days. -- Veni, Vidi, VW -- I came, I saw, I drove around in a...
64931 Britton Kerin
britton.kerin@... Send Email
Apr 26, 2012
6:59 pm
This buffer content: 0000000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 0000010: 0a When subjected to ':%!xxd -r -g 1' yields a 16 byte...
64932 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 27, 2012
12:14 am
Please NOTE ( I am building the MOTIF ) version ... NOTE: I am CROSS-POSTING this to the [OE-MVS] mailing list ( for reference and consultation purposes...
64933 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 27, 2012
12:30 am
Here is another case >> configure:8704: checking Xm/Notebook.h presence configure:8704: cc -E conftest.c configure:8704: $? = 0 configure:8704: result: yes ...
64934 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 27, 2012
3:17 am
Sorry for asking dum dum question I thought I knew how to do this But the answer is not obvious -- You received this message from the "vim_dev" maillist. Do...
64935 John Little
John.B.Little@... Send Email
Apr 27, 2012
5:47 am
Sorry, I can't reproduce this, vim 7.3.475 and xxd V1.10 on linux. What versions and OS? What 16 bytes do you get? I suspected there was some interaction with...
64936 John Little
John.B.Little@... Send Email
Apr 27, 2012
5:55 am
Quick answer, hack the Makefile in the src directory. Mine has lots of lines setting CFLAGS all commented out, except for the one I use, which has -g. ...
64937 James McCoy
jamessan@... Send Email
Apr 27, 2012
10:45 am
... Alternatively, just strip off the debug info after the build using the strip tool. -- James GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy...
64938 Christian Brabandt
cblists@... Send Email
Apr 27, 2012
12:35 pm
Bram, here is a patch, that makes undofile() return an empty string, if given an empty string. Consider this: vim -u NONE -U NONE -N -c ':set undofile|echo...
64939 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 28, 2012
6:18 am
... 4414c4414 < if test "$CC" = "cc"; then ... 4436,4439c4436 < # set CFLAGS for configure process < # this will be reset later for config.mk < # use...
64940 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 28, 2012
6:25 am
cc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MOTIF -O -D_ALL_SOURCE -Wc,float\(IEEE\) -W c,dll -o objects/gui_xmebw.o gui_xmebw.c ERROR CCN3334...
64941 Tony Mechelynck
antoine.mechelynck@... Send Email
Apr 28, 2012
6:56 am
... [...] What's wrong with that? Best regards, Tony. -- Board the windows, up your car insurance, and don't leave any booze in plain sight. It's St....
64942 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 28, 2012
7:03 am
In the configure script I need to set the following value >> CFLAGS="$CFLAGS -D_ALL_SOURCE -Wc,float(IEEE),HALTONMSG(3296)"; But in "config.mk" that produces...
64943 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 28, 2012
7:11 am
Apparently there are different versions of Xm/notebook.h ERROR CCN3045 ./gui_motif.c:144 Undeclared identifier XmNotebookCallbackStruct. ERROR CCN3045...
64944 Tony Mechelynck
antoine.mechelynck@... Send Email
Apr 28, 2012
7:19 am
... There is no X11R66 yet. “Releases 6.7 and later are brought to you by the X.Org Foundation.” (sic, from the X(7) manpage installed here). The version...
64945 Sergey Vakulenko
svakulenko.a@... Send Email
Apr 28, 2012
7:23 am
The problem is solved ! Big thanks to Christian Brabandt for patch. First impression - its works like its should. Anyway, need a little a bit time to test this...
64946 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 28, 2012
7:25 am
As I mentioned in the email >> CFLAGS = -O -D_ALL_SOURCE -Wc,float(IEEE),HALTONMSG(3296) -W c,dll Does not work It produces errors To get it to work I...
64947 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 28, 2012
7:29 am
The parenthesis is part of the compiler command syntax "it must be escaped" ... From: Tony Mechelynck [mailto:antoine.mechelynck@...] Sent: Friday,...
64948 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 28, 2012
7:30 am
I do not understand why it works in the configure script but not in the open makefile it is exactly the same-string !! Maybe because the configure script...
64949 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 28, 2012
10:49 am
Thanks Very Much for your response I am building the Motif version I built this successfully in December I guess much has changed since December :) ... ...
64950 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 28, 2012
11:19 am
The xpm attribute type should not be declared if the xpm header or xmp linker detection fails >> /* #undef HAVE_X11_XPM_H */ The following should NOT have...
64951 Bram Moolenaar
Bram@... Send Email
Apr 28, 2012
11:32 am
... So what #ifdef needs to change then? -- ROBIN: (warily) And if you get a question wrong? ARTHUR: You are cast into the Gorge of Eternal Peril. ROBIN: Oh...
64952 Bram Moolenaar
Bram@... Send Email
Apr 28, 2012
11:33 am
... Can you please make context diffs, so that we can see exactly what changes? And please attach the diff, if you put it as the main text lines get wrapped. ...
64953 Bram Moolenaar
Bram@... Send Email
Apr 28, 2012
11:33 am
... Thanks. I'll add this to the todo list. -- To the optimist, the glass is half full. To the pessimist, the glass is half empty. To the engineer, the glass...
64954 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 28, 2012
11:38 am
Which Version of X11 should we be using X11R6 OR X11R66 ?? Manager.h Does Not exist in X11R6 -- You received this message from the "vim_dev" maillist. Do...
Messages 64925 - 64954 of 70017   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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