If I compile with X11R6.6 (which is the default) I get a bunch of compile errors If I put (X11R6) ahead of the default ( almost everything gets...
64957
Bovy, Stephen
Stephen.Bovy@...
Apr 29, 2012 4:44 am
Shucks I am in a quandary If I make changes to the build-setup for IBM ( it may not work for older systems ) I may need to add some new detection code to...
64958
Bovy, Stephen
Stephen.Bovy@...
Apr 29, 2012 5:45 am
OK, thanks I will try my best I am new at this (so please be patient ) These patches address three issues The first change fixes the configure process 1)...
64959
Bovy, Stephen
Stephen.Bovy@...
Apr 29, 2012 5:59 am
... Hmmm , I see, I missed this !! if test "$zOSUnix" = "yes"; then CFLAGS="$CFLAGS -W c,dll" LDFLAGS="$LDFLAGS -W l,dll" X_EXTRA_LIBS="$X_EXTRA_LIBS -lSM...
64960
Bovy, Stephen
Stephen.Bovy@...
Apr 29, 2012 6:55 am
Well shucks , I am still getting compiler errors (after fixing all previous mistakes) The IBM compiler never lies ( we always use the IBM compiler as our...
64961
Dominique Pellé
dominique.pelle@...
Apr 29, 2012 7:05 am
... Hi Stephen You can produce a context diff for your patches with with "diff -c original_file modified_file". Or if you use mercurial (which is...
64962
Yukihiro Nakadaira
yukihiro.nakadaira@...
Apr 29, 2012 9:28 am
After upgrading my pc to Ubuntu 12.04, gvim breaks. When starting gvim, it freeze abount 1 or 2 minutes after showing GUI Window. Menus is not shown in global...
64963
Bram Moolenaar
Bram@...
Apr 29, 2012 10:56 am
... Simply deleting that code is not right. Can you see where in gui_init_check() Vim hangs? I suppose it's not Ubuntu 12.04 itself but a later version of the...
64964
Yukihiro Nakadaira
yukihiro.nakadaira@...
Apr 29, 2012 11:19 am
gui_init_check() itself doesn't hang. After initializing GUI, Vim hangs in gui_mch_update(). I think "gtk_init_check() -> fork() -> gui_mch_update()" causes...
64965
Bovy, Stephen
Stephen.Bovy@...
Apr 30, 2012 12:30 am
ERROR CCN3285 ./gui_xmebw.c:1305 The indirection operator cannot be applied to a pointer to an incomplete struct or union. ERROR CCN3285 ./gui_xmebw.c:1369...
64966
Bovy, Stephen
Stephen.Bovy@...
Apr 30, 2012 3:10 am
ERROR CCN3285 ./gui_xmebw.c:1305 The indirection operator cannot be applied to a pointer to an incomplete struct or union. ERROR CCN3285 ./gui_xmebw.c:1369...
64967
Taro MURAOKA
koron.kaoriya@...
Apr 30, 2012 3:41 am
Hi list. We holds translated Vim's documentation in Japanese at here. http://vim-jp.org/vimdoc-ja/ Please add a link for it to...
64968
Val Markovic
val@...
Apr 30, 2012 6:41 am
I noticed there was an attempt at fixing this with patch 7.3.404, but the problem is still present in Vim 7.3.475 (the latest I have available). Any chance of...
64969
John Beckett
johnb.beckett@...
Apr 30, 2012 7:28 am
... I added the information. You may need to reload the page in your browser (flush cache) to see the change. Two pages listed at the translations link above...
64970
John Beckett
johnb.beckett@...
Apr 30, 2012 7:35 am
... Someone needs to spend quality time: 1. Working out the problem is. 2. Fixing problem. You could help point 1 by giving a brief indication of what the ...
64971
Bram Moolenaar
Bram@...
Apr 30, 2012 9:34 am
Patch 7.3.510 Problem: Test 77 fails on Solaris 7. (Michael Soyka) Solution: Replace any tabs with spaces. Files: src/testdir/test77.in ... ...
64972
Taro MURAOKA
koron.kaoriya@...
Apr 30, 2012 10:27 am
Thank you very much John! I'm impressed by your speedy work! -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below...
64973
Bram Moolenaar
Bram@...
Apr 30, 2012 3:05 pm
Patch 7.3.511 Problem: Using a FileReadCmd autocommand that does ":e! {file}" may cause a crash. (Christian Brabandt) Solution: Properly restore...
64974
Bram Moolenaar
Bram@...
Apr 30, 2012 3:36 pm
Patch 7.3.512 Problem: undofile() returns a useless name when passed an empty string. Solution: Return an empty string. (Christian Brabandt) Files:...
64975
Bram Moolenaar
Bram@...
Apr 30, 2012 3:36 pm
Patch 7.3.512 Problem: undofile() returns a useless name when passed an empty string. Solution: Return an empty string. (Christian Brabandt) Files:...
64976
Bram Moolenaar
Bram@...
Apr 30, 2012 4:18 pm
Patch 7.3.513 Problem: Cannot use CTRL-E and CTRL-Y with "r". Solution: Make CTRL-E and CTRL-Y work like in Insert mode. (Christian Brabandt) Files:...
64977
Bram Moolenaar
Bram@...
Apr 30, 2012 4:49 pm
Patch 7.3.514 Problem: No completion for :history command. Solution: Add the completion and update the docs. Also fix ":behave" completion. (Dominique...
64978
Bram Moolenaar
Bram@...
Apr 30, 2012 7:09 pm
Patch 7.3.515 Problem: 'wildignorecase' only applies to the last part of the path. Solution: Also ignore case for letters earlier in the path. Files:...
64979
mattn
mattn.jp@...
May 1, 2012 12:59 am
Thanks for your quickly action. Bram, I received a patch to fix helphelp.txt from Ken Takata. Please include it also. https://gist.github.com/2559599 ... -- ...
64980
Britton Kerin
britton.kerin@...
May 1, 2012 10:41 pm
Hmm, I can't either. How annoying. I saw it many many times the other day, not sure what was different. My vi setup sometimes inserts a gratuitous ^]...
64981
Axel
axel.bender@...
May 2, 2012 6:40 am
When using the spell correction feature ("set spelllang=de_de spell") a word containing a german "ß" (0xDF) is displayed incorrectly if it is found to be...
64982
Christian Brabandt
cblists@...
May 2, 2012 12:44 pm
Hi ... While I can't say anything about it, I noticed that this crashes my vim with a slight variation of the above sentence: gdb --args ./vim -u NONE -U NONE...
64983
mattn
mattn.jp@...
May 2, 2012 1:22 pm
It seems that gtk_init connect to dbus session. Currently, it is called before fork, i.e. parent process. Parent process quit after the checking gui enable. So...
64984
Bram Moolenaar
Bram@...
May 2, 2012 1:35 pm
... Thanks. I just upgraded to 12.04 thus I should be able to verify this soon. -- It is illegal to rob a bank and then shoot at the bank teller with a water ...
64985
Bram Moolenaar
Bram@...
May 2, 2012 1:35 pm
... I see it too. Also the ß in "Georgenkirchstraße" is not highlighted as a spell error. I wonder if this is a problem in the spell dictionary or in the...