vim_dev [email protected] http://groups.google.com/group/vim_dev?hl=en
Today's most active topics: * Changes to make Vim compile with X on OS X [with attachment] - 6 new http://groups.google.com/group/vim_dev/t/e8853fe5c3f10634?hl=en * What happened to patch 205? - 4 new http://groups.google.com/group/vim_dev/t/b79321326682b79c?hl=en * Patch for Unix filename expansion to try out - 3 new http://groups.google.com/group/vim_dev/t/205aa3983304e6b2?hl=en * Automating builds? - 3 new http://groups.google.com/group/vim_dev/t/cf8c2bdb31b851be?hl=en * eval.c unaligned access on alpha - 2 new http://groups.google.com/group/vim_dev/t/069a7bee0ab3dd08?hl=en Active Topics ------------- Patch 7.1.204 (extra) - 1 new ----------------------------- Patch 7.1.204 (extra) Problem: Win32: Using the example at 'balloonexpr' the balloon disappears after four seconds and then comes back again. Also moves the mouse pointer a little bit. (Yongwei Wu) Solution: Set the autopop time to 30 seconds (the max value). (Sergey Khorev) Move the mouse two pixels forward and one back to end up - Sat, Jan 5 2008 4:32 am 1 message, 1 author http://groups.google.com/group/vim_dev/t/11eb2e7bb24b6b9e?hl=en Patch 7.1.205 - 1 new --------------------- Patch 7.1.205 Problem: Can't get the operator in an ":omap". Solution: Add the "v:operator" variable. (Ben Schmidt) Files: runtime/doc/eval.txt, src/eval.c, src/normal.c, src/vim.h *** ../vim-7.1.204/runtime/doc/eva l.txt Tue Sep 25 17: 54:41 2007 --- runtime/doc/eval.txt Fri Jan 4 20:38:55 2008 - Sat, Jan 5 2008 4:57 am 1 message, 1 author http://groups.google.com/group/vim_dev/t/ef5c868df27d2839?hl=en Patch 7.1.206 - 1 new --------------------- Patch 7.1.206 Problem: Compiler warnings when using MODIFIED_BY. Solution: Add type casts. (Ben Schmidt) Files: src/version.c *** ../vim-7.1.205/src/version. c Sat Jan 5 13:34:01 2008 --- src/version.c Sat Jan 5 13:56:55 2008 *********** **** *** 1587,1595 **** if (*mesg == ' ') { - Sat, Jan 5 2008 5:06 am 1 message, 1 author http://groups.google.com/group/vim_dev/t/7f9c624420519ea7?hl=en Minor bugfix for MODIFIED_BY - 1 new ------------------------------------ ...Thanks, I'll include it. - Sat, Jan 5 2008 5:06 am 1 message, 1 author http://groups.google.com/group/vim_dev/t/9ef15abc8b500371?hl=en eval.c unaligned access on alpha - 2 new ---------------------------------------- ...What happens with the accesses is the same, so I guess it must be a compiler problem that you work around. Did you try with and without optimizer? When compiling for gdb you may have also disabled the optimizer. I'll gladly include the change in Vim, invoking HI2DI() twice wasn't nice anyway. - Sat, Jan 5 2008 5:06 am 2 messages , 2 authors http://groups.google.com/group/vim_dev/t/069a7bee0ab3dd08?hl=en Patch for Unix filename expansion to try out - 3 new ---------------------------------------------------- Dasn wrote: ...File names with an embedded NL are not supported. They are uncommon and generally frowned upon. ...An alternative would be to try using NUL characters to separate the items. Unfortunately I could not find a way to make this work for the sh of FreeBSD that I'm using. The builtin echo command accepts -n and - Sat, Jan 5 2008 5:06 am 3 messages , 3 authors http://groups.google.com/group/vim_dev/t/205aa3983304e6b2?hl=en Changes to make Vim compile with X on OS X [with attachment] - 6 new -------------------------------------------------------------------- ...I suppose you had to do this because MACOS_CONVERT is defined. Can't you change vim.h not to define MACOS_CONVERT when building with GTK? ...This isn't quite right, Win32 also has the balloon eval functionality. And GTK too, so how can you omit this? ...What GTK did you install? ...Only when I'm sure it doesn't break anything. - Sat, Jan 5 2008 5:06 am 6 messages , 3 authors http://groups.google.com/group/vim_dev/t/e8853fe5c3f10634?hl=en What happened to patch 205? - 4 new ----------------------------------- For some reason, patch 7.1.205 (Cannot get the operator in an omap) didn't make it to the list, although 7.1.204 and 7.1.206 both did, and all three are on the FTP server. I checked my gmail Spam folder and that mail didn't fall into it. Best regards, Tony. - Sat, Jan 5 2008 5:38 am 4 messages , 2 authors http://groups.google.com/group/vim_dev/t/b79321326682b79c?hl=en Patch 7.1.199 - 2 new --------------------- Hi! ...The file runtime/doc/cmdline.txt still is not available on the ftp server. Is this intentional or is this file missing because of a problem of the ftp server (I have read on this list recently, that there are problems)? Best regards, Georg - Sat, Jan 5 2008 6:29 am 2 messages , 2 authors http://groups.google.com/group/vim_dev/t/ee2f9ef5464b2ebc?hl=en Patch 7.1.207 - 1 new --------------------- Patch 7.1.207 Problem: Netbeans: "remove" cannot delete one line. Solution: Remove partial lines and whole lines properly. Avoid a memory leak. (Xavier de Gaye) Files: src/netbeans.c *** ../vim-7.1.206/src/netbeans.c Thu May 10 18:40: 48 2007 --- src/netbeans.c Sat Jan 5 18:03:24 2008 - Sat, Jan 5 2008 9:20 am 1 message, 1 author http://groups.google.com/group/vim_dev/t/08762aeb914562a9?hl=en Patch 7.1.208 - 1 new --------------------- Patch 7.1.208 Problem: On Alpha get an unaligned access error. Solution: Store the dictitem pointer before using it. (Matthew Luckie) Files: src/eval.c *** .. /vim-7.1.207/src/eval.c Sat Jan 5 13:34:01 2008 --- src/eval.c Sat Jan 5 13:22: 52 2008 *************** *** 3407,3412 **** --- 3407,3413 ---- - Sat, Jan 5 2008 1:15 pm 1 message, 1 author http://groups.google.com/group/vim_dev/t/66a0a71560d66607?hl=en Automating builds? - 3 new -------------------------- I'm trying to automate building Vim from scratch, but I'm running afoul of something. I start by grabbing and unpacking [link] and then grab [link].[0-9][ 0-9][0-9] ... Then I try to apply the patches as: patch -Np0 -d $vim_src_root < $patch - Sat, Jan 5 2008 6:56 pm 3 messages , 3 authors http://groups.google.com/group/vim_dev/t/cf8c2bdb31b851be?hl=en ============================================================================== You received this message because you are subscribed to the Google Groups "vim_dev" group. To post to this group, send email to [email protected] or visit http://groups.google.com/group/vim_dev?hl=en To unsubscribe from this group, send email to [email protected] To change the way you get mail from this group, visit: http://groups.google.com/group/vim_dev/subscribe?hl=en To report abuse, send email explaining the problem to [email protected] ============================================================================== Google Groups: http://groups.google.com?hl=en --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
