Re: Missing files in rsync repository?

2008-06-27 Thread Tony Mechelynck
On 28/06/08 08:08, Ingo Karkat wrote: > On 28-Jun-08 4:53, Tony Mechelynck wrote: >> On 28/06/08 04:30, John Little wrote: Tony Mechelynck wrote: > Is the following normal? >>> > rsync -avzcP --delete --exclude="/dos/" ftp.nluug.nl::Vim/runtime/ >>> Tony, that --delete on your rsync

Re: Missing files in rsync repository?

2008-06-27 Thread Ingo Karkat
On 28-Jun-08 4:53, Tony Mechelynck wrote: > On 28/06/08 04:30, John Little wrote: >>> Tony Mechelynck wrote: Is the following normal? >> 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 ag

Re: vim does not work with perl5.10

2008-06-27 Thread 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 P

Re: Missing files in rsync repository?

2008-06-27 Thread Tony Mechelynck
On 28/06/08 04:30, John Little wrote: > >> Tony Mechelynck wrote: >>> Is the following normal? > >>> 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

Re: Missing files in rsync repository?

2008-06-27 Thread John Little
> Tony Mechelynck wrote: > > Is the following normal? > > 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'

Re: inconsistent :split behavior

2008-06-27 Thread 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 a

Re: :split! on a modified buffer abandons changes

2008-06-27 Thread Ben Fritz
Ben Fritz wrote: > 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

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

2008-06-27 Thread 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: Using Vim in Firefox (was Re: test - ignore)

2008-06-27 Thread James Vega
On Fri, Jun 27, 2008 at 12:07:51PM -0700, Gautam Iyer wrote: > Sorry -- This is off topic: I recently upgraded to Firefox 3, and found > that Mozex no longer works. For those who don't know, Mozex is an > extension by which one can edit textarea's in Firefox using Vim / your > favourite editor. >

:split! on a modified buffer abandons changes

2008-06-27 Thread 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 t

Re: inconsistent :split behavior

2008-06-27 Thread 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/thre

Re: inconsistent :split behavior

2008-06-27 Thread Bram Moolenaar
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... > > > > > Summary: > > > > > :split with no arguments do

Patch 7.2a.005

2008-06-27 Thread 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/ev

Re: [patch] fixed typos in help files

2008-06-27 Thread 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

Re: Patch 7.2a.001

2008-06-27 Thread 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 comman

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

2008-06-27 Thread 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. :-) >>>

Patch 7.2a.004

2008-06-27 Thread 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 --- runtime/autoload/spellfile.vi

Re: Patch 7.2a.001

2008-06-27 Thread 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 cool

Patch 7.2a.003

2008-06-27 Thread 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.cTh

Re: Patch 7.2a.001

2008-06-27 Thread 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 >>> descriptio

Re: Patch 7.2a.001

2008-06-27 Thread James Vega
On Fri, Jun 27, 2008 at 08:22:08PM +0200, Christian MICHON wrote: > > 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 > > pa

Patch 7.2a.002

2008-06-27 Thread 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 2

Re: Vim version 7.2a ready for BETA testing

2008-06-27 Thread 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 r

Re: Patch 7.2a.001

2008-06-27 Thread 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 > descrip

Re: Patch 7.2a.001

2008-06-27 Thread James Vega
On Fri, Jun 27, 2008 at 07:42:43PM +0200, Christian MICHON wrote: > what is the unix command you use to generate your patches ? I'd be surprised if it's something other than normal diff. The format is a context diff, which is what diff generates by default. > (actually with their current format,

Re: test - ignore

2008-06-27 Thread Tony Mechelynck
On 27/06/08 19:41, Christian MICHON wrote: > 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 sele

Re: Patch 7.2a.001

2008-06-27 Thread 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: test - ignore

2008-06-27 Thread 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 expec

Re: test - ignore

2008-06-27 Thread Tony Mechelynck
On 27/06/08 17:25, Bram Moolenaar wrote: > > 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 Thread 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: > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3

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

2008-06-27 Thread 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 us

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

2008-06-27 Thread 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 believ

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

2008-06-27 Thread 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,

Re: test - ignore

2008-06-27 Thread 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 undeli

Re: Patch 7.2a.001

2008-06-27 Thread 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

test - ignore

2008-06-27 Thread Bill McCarthy
I mail sent last night didn't make it. This is a test before I send again. --~--~-~--~~~---~--~~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~-

Re: Patch 7.2a.001

2008-06-27 Thread 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.

Re: Vim version 7.2a ready for BETA testing

2008-06-27 Thread 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 comple

Re: Patch 7.2a.001

2008-06-27 Thread François Ingelrest
On Fri, Jun 27, 2008 at 11:22, Antonio Colombo <[EMAIL PROTECTED]> wrote: > > Is, by any chance, an AAP recipe going to be set up? > > as a matter of fact, "aap update" using CVS gives you > the new 7.2a BETA version. Thanks! Actually I did not try CVS at first because I can't use it at home---I

RE: Patch 7.2a.001

2008-06-27 Thread Antonio Colombo
Hi François, > Is, by any chance, an AAP recipe going to be set up? as a matter of fact, "aap update" using CVS gives you the new 7.2a BETA version. Cheers, Antonio -- /||\| Antonio Colombo / || \ | [EMAIL PROTECTED] / () \ | [EMAIL PROTECTED] (___||___) | [EMAIL PROTECT