Re: Patch 7.2a.001

2008-06-27 Fir de Conversatie François Ingelrest
On Thu, Jun 26, 2008 at 22:18, Bram Moolenaar [EMAIL PROTECTED] wrote: Patch 7.2a.001 Problem:On some systems X11/Xlib.h exists (from X11-dev package) but X11/Intrinsic.h does not (in Xt-dev package). This breaks the build. Also, on Solaris 9 sys/ptem.h isn't

Re: Patch 7.2a.001

2008-06-27 Fir de Conversatie Bram Moolenaar
Francois Ingelrest wrote: On Thu, Jun 26, 2008 at 22:18, Bram Moolenaar [EMAIL PROTECTED] wrote: Patch 7.2a.001 Problem:On some systems X11/Xlib.h exists (from X11-dev package) but X11/Intrinsic.h does not (in Xt-dev package). This breaks the build. Also, on

Re: Vim version 7.2a ready for BETA testing

2008-06-27 Fir de Conversatie Bram Moolenaar
George V. Reilly wrote: 2008/6/26 Bram Moolenaar [EMAIL PROTECTED]: I also updated the NSIS installer, but I don't think that is relevant. Speaking of which, how do you actually build gvim72a.exe? I tried to build a Vim installer several months ago and gave up in complete

Re: Patch 7.2a.001

2008-06-27 Fir de Conversatie François Ingelrest
On Fri, Jun 27, 2008 at 15:42, Bram Moolenaar [EMAIL PROTECTED] wrote: Francois Ingelrest wrote: On Thu, Jun 26, 2008 at 22:18, Bram Moolenaar [EMAIL PROTECTED] wrote: Patch 7.2a.001 Problem:On some systems X11/Xlib.h exists (from X11-dev package) but X11/Intrinsic.h does

Re: test - ignore

2008-06-27 Fir de Conversatie Bill McCarthy
On Fri 27-Jun-08 8:53am -0600, I wrote: I mail sent last night didn't make it. This is a test before I send again. Hmm, right after sending the above note, the following came in WRT the missing mail I had sent: == This Message was

Re: Updated Floated Point Patch and PF() Function - 2nd try to send

2008-06-27 Fir de Conversatie Ben Schmidt
if has(float) let g:pi = 3.14159265358979324 let g:e = 2.71828182845904524 let g:d2r = pi / 180 This should be g:pi, surely? Ben. --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit

Re: Updated Floated Point Patch and PF() Function - 2nd try to send

2008-06-27 Fir de Conversatie Bill McCarthy
On Fri 27-Jun-08 9:17am -0600, Ben Schmidt wrote: if has(float) let g:pi = 3.14159265358979324 let g:e = 2.71828182845904524 let g:d2r = pi / 180 This should be g:pi, surely? Perhaps for clarity - but unless pi were used inside a function, I don't believe it's

Re: Updated Floated Point Patch and PF() Function - 2nd try to send

2008-06-27 Fir de Conversatie Ben Schmidt
Bill McCarthy wrote: On Fri 27-Jun-08 9:17am -0600, Ben Schmidt wrote: if has(float) let g:pi = 3.14159265358979324 let g:e = 2.71828182845904524 let g:d2r = pi / 180 This should be g:pi, surely? Perhaps for clarity - but unless pi were used inside a

Re: test - ignore

2008-06-27 Fir de Conversatie Bram Moolenaar
Bill McCarthy wrote: On Fri 27-Jun-08 8:53am -0600, I wrote: I mail sent last night didn't make it. This is a test before I send again. Hmm, right after sending the above note, the following came in WRT the missing mail I had sent:

Re: test - ignore

2008-06-27 Fir de Conversatie Christian MICHON
On Fri, Jun 27, 2008 at 7:00 PM, Tony Mechelynck [EMAIL PROTECTED] wrote: Oh the greatness of address book completion... In SeaMonkey (or Thunderbird) hitting v in the To box gives me a rolldown menu of Vim groups and I only have to select the right one. :-) I'm surprised! I was expecting

Re: Patch 7.2a.001

2008-06-27 Fir de Conversatie Christian MICHON
Bram, what is the unix command you use to generate your patches ? (actually with their current format, they're not well accepted by git). Thanks -- Christian -- http://detaolb.sourceforge.net/, a linux distribution for Qemu with Git inside !

Re: Patch 7.2a.001

2008-06-27 Fir de Conversatie Christian MICHON
On Fri, Jun 27, 2008 at 8:13 PM, James Vega [EMAIL PROTECTED] wrote: For the upstream branch I maintain in my git repository for the Debian package, I have a script which simply applies Bram's patches with the patch command and then constructs commit messages based on the short description

Re: Vim version 7.2a ready for BETA testing

2008-06-27 Fir de Conversatie Bram Moolenaar
Karten Hopp wrote: Bram Moolenaar schrieb: Hello Vim users, Announcing: Vim (Vi IMproved) version 7.2a BETA This is a BETA release of Vim 7.2. It consists of Vim 7.1 plus all patches, updated runtime files and some more. I expect this to be reasonable stable,

Patch 7.2a.002

2008-06-27 Fir de Conversatie Bram Moolenaar
Patch 7.2a.002 Problem:getbufvar(N, ) gets the dictionary of the current buffer instead of buffer N. Solution: Set curbuf before calling find_var_in_ht(). (Kana Natsuno) Files: src/eval.c *** ../vim-7.2a.001/src/eval.c Wed Jun 25 00:49:25 2008 --- src/eval.c Thu Jun 26

Re: Patch 7.2a.001

2008-06-27 Fir de Conversatie Gautam Iyer
On Fri, Jun 27, 2008 at 02:50:48PM -0400, James Vega wrote: For the upstream branch I maintain in my git repository for the Debian package, I have a script which simply applies Bram's patches with the patch command and then constructs commit messages based on the short description from the

Patch 7.2a.003

2008-06-27 Fir de Conversatie Bram Moolenaar
Patch 7.2a.003 Problem:Leaking memory when using :file name and using access control lists. Solution: Invoke mch_free_acl() in vim_rename(). (Dominique Pelle) Files: src/fileio.c *** ../vim-7.2a.002/src/fileio.cTue Jun 24 23:02:45 2008 --- src/fileio.cThu

Re: Patch 7.2a.001

2008-06-27 Fir de Conversatie Bram Moolenaar
Christian Michon wrote: what is the unix command you use to generate your patches ? (actually with their current format, they're not well accepted by git). diff -acN Although version.c is using less context. -- hundred-and-one symptoms of being an internet addict: 99. The hum of a cooling

Patch 7.2a.004

2008-06-27 Fir de Conversatie Bram Moolenaar
Patch 7.2a.004 Problem:Some systems can't get spell files by ftp. Solution: Use http when it looks like it's possible. (James Vega) Files: runtime/autoload/spellfile.vim *** ../vim-7.2a.003/runtime/autoload/spellfile.vim Wed Jun 25 00:32:04 2008 ---

Using Vim in Firefox (was Re: test - ignore)

2008-06-27 Fir de Conversatie Gautam Iyer
On Fri, Jun 27, 2008 at 08:11:20PM +0200, Tony Mechelynck wrote: [EMAIL PROTECTED] wrote: Oh the greatness of address book completion... In SeaMonkey (or Thunderbird) hitting v in the To box gives me a rolldown menu of Vim groups and I only have to select the right one. :-) I'm surprised!

Re: Patch 7.2a.001

2008-06-27 Fir de Conversatie James Vega
On Fri, Jun 27, 2008 at 11:57:33AM -0700, Gautam Iyer wrote: On Fri, Jun 27, 2008 at 02:50:48PM -0400, James Vega wrote: For the upstream branch I maintain in my git repository for the Debian package, I have a script which simply applies Bram's patches with the patch command and then

Re: [patch] fixed typos in help files

2008-06-27 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: Another typo in a message: Thanks! -- hundred-and-one symptoms of being an internet addict: 101. U can read htis w/o ny porblm and cant figur eout Y its evn listd. /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote

Patch 7.2a.005

2008-06-27 Fir de Conversatie Bram Moolenaar
Patch 7.2a.005 Problem:A few error messages use confusing names. Misspelling. Solution: Change dissallows to disallows. (Dominique Pelle) Change number to Number. Files: src/eval.c, src/fileio.c *** ../vim-7.2a.004/src/eval.c Fri Jun 27 20:25:15 2008 --- src/eval.c

Re: inconsistent :split behavior

2008-06-27 Fir de Conversatie Ben Fritz
On Jun 27, 2:27 pm, Bram Moolenaar [EMAIL PROTECTED] wrote: Ben Fritz wrote: On Jun 26, 4:02=A0pm, Bram Moolenaar [EMAIL PROTECTED] wrote: Ben Fritz wrote: See this thread for a full discussion and examples: http://groups.google.com/group/vim_use/browse_thread/thread/1178b1878...

:split! on a modified buffer abandons changes

2008-06-27 Fir de Conversatie Ben Fritz
Consider: Assume you have an existing file, file.a gvim -N -u NONE :e file.a (make some changes to the buffer, but do not save) :new :split file.a This will correctly re-use the (modifed) buffer for file.a. Exit Vim. Restart in the same way: gvim -N -u NONE :e file.a (make some changes to

updated esperanto message file (floating point messages, etc.)

2008-06-27 Fir de Conversatie Dominique Pelle
I have updated the esperanto message file vim7/src/po/eo.po with latest messages of Vim-7.2a.005 (floating point messages, etc.) Please see attached patch, or alternatively grab the full latest file at: http://svn.ikso.net/programtradukoj/vim/vim7/src/po/eo.po -- Dominique

Re: inconsistent :split behavior

2008-06-27 Fir de Conversatie Ben Fritz
On Jun 27, 3:02 pm, Ben Fritz [EMAIL PROTECTED] wrote: On Jun 27, 2:27 pm, Bram Moolenaar [EMAIL PROTECTED] wrote: Ben Fritz wrote: On Jun 26, 4:02=A0pm, Bram Moolenaar [EMAIL PROTECTED] wrote: Ben Fritz wrote: See this thread for a full discussion and examples:

Re: Missing files in rsync repository?

2008-06-27 Fir de Conversatie John Little
Tony Mechelynck wrote: Is the following normal? snip rsync -avzcP --delete --exclude=/dos/ ftp.nluug.nl::Vim/runtime/ Tony, that --delete on your rsync command on your web site is, well, a bit aggressive. I use subversion and it was broken by that --delete because it trashed subversion's

Re: vim does not work with perl5.10

2008-06-27 Fir de Conversatie mattn
bram, we have to better to decide a time limit of fix report, and whether include to '7.2' or wait other's report. - Yasuhiro Matsumoto On 6/26/08, mattn [EMAIL PROTECTED] wrote: Hi, bram and all. I wrote a patch against if_perl.xs for 'perl 5.10'. It seem that perl 5.10 should call