Re: RFE: Allow defining digraphs by hex value

2015-09-08 Fir de Conversatie Christian Brabandt
On Di, 08 Sep 2015, LCD 47 wrote: > Yes, this finally seems to work. I suppose the patch below is the > final version then. Isn't there still something missing? - Still missing the update to the documentation, regarding esc - Tests for some special cases like this one: - acw - a -

Re: RFE: Allow defining digraphs by hex value

2015-09-08 Fir de Conversatie LCD 47
On 8 September 2015, Christian Brabandt wrote: > On Di, 08 Sep 2015, LCD 47 wrote: > > > Yes, this finally seems to work. I suppose the patch below is the > > final version then. > > Isn't there still something missing? > > - Still missing the update to the

config wiping out myconfig

2015-09-08 Fir de Conversatie toothpik
I'd reply to my first email but google never lets me see my emails, hence this new one I took 'make distclean' out of my make script and now myconfig sticks -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For

Re: RFE: Allow defining digraphs by hex value

2015-09-08 Fir de Conversatie Christian Brabandt
On Di, 08 Sep 2015, Bram Moolenaar wrote: > Lcd wrote: > > > > On 8 September 2015, Christian Brabandt wrote: > > > > > On Di, 08 Sep 2015, LCD 47 wrote: > > > > > > > > > > > Yes, this finally seems to work. I suppose the patch below is > > > > > > the > > > > > >

Re: Patch 7.4.861

2015-09-08 Fir de Conversatie James McCoy
On Sep 8, 2015 3:06 PM, "Gary Johnson" wrote: > > On 2015-09-08, Bram Moolenaar wrote: > > Patch 7.4.861 (after 7.4.855) > > Problem:pango_shape_full() is not always available. > > Solution: Add a configure check. > > Files: src/configure.in, src/auto/configure,

Re: List of new features to be added to the next versions

2015-09-08 Fir de Conversatie id4
On 08/09/15 19:06, Bram Moolenaar wrote: Alexnadre (Alexandre?) wrote: Is there somewhere a list of features that are in development for the next vim releases? :help todo Is there any chance the variable tabstops patch could be included in the next release? I wrote the first version about

Re: Patch 7.4.855

2015-09-08 Fir de Conversatie Charles Campbell
Bram Moolenaar wrote: > Patch 7.4.855 > Problem:GTK: font glitches for combining characters > Solution: Use pango_shape_full() instead of pango_shape(). (luchr, PR #393) > Files: src/gui_gtk_x11.c > > > *** ../vim-7.4.854/src/gui_gtk_x11.c 2015-06-09 19:14:18.773373964 +0200 > ---

Re: RFE: Allow defining digraphs by hex value

2015-09-08 Fir de Conversatie Christian Brabandt
On Di, 08 Sep 2015, Christian Brabandt wrote: > Here is an updated patch, that addresses all mentioned points. > Attribution should go to lcd, as he did the main work. And this time, with the check for digraphs in the test not commented out. Best, Christian -- Wenn der Mensch alles leisten

Re: Patch 7.4.857 -- undefined reference to `pango_shape_full'

2015-09-08 Fir de Conversatie Christian Brabandt
Hi Gary! On Di, 08 Sep 2015, Gary Johnson wrote: > On 2015-09-08, Christian Brabandt wrote: > > > Can you install a newer version of the libpango library? > > It looks like Bram has fixed this with 7.4 861. I'll wait a bit for > the patch to propagate to the hg mirror, then update and

Re: config wiping out myconfig

2015-09-08 Fir de Conversatie Christian Brabandt
Hi toothpik! On Di, 08 Sep 2015, toothpik wrote: > I have a "myconfig" which deletes src/auto/config.cache then runs > ./configure with 3 options, among them --with-compiledby=toothpik@home > > since patch 861, make is insisting on re-running config and making up > its own compiledby > >

Re: Patch 7.4.861

2015-09-08 Fir de Conversatie Gary Johnson
On 2015-09-08, Bram Moolenaar wrote: > Patch 7.4.861 (after 7.4.855) > Problem:pango_shape_full() is not always available. > Solution: Add a configure check. > Files: src/configure.in, src/auto/configure, src/config.h.in, > src/gui_gtk_x11.c Hmm. Something's still not

Re: List of new features to be added to the next versions

2015-09-08 Fir de Conversatie Christian Brabandt
On Di, 08 Sep 2015, id4 wrote: > On 08/09/15 19:06, Bram Moolenaar wrote: > >Alexnadre (Alexandre?) wrote: > > > >>Is there somewhere a list of features that are in development for the > >>next vim releases? > >:help todo > Is there any chance the variable tabstops patch could be included in >

Re: config wiping out myconfig

2015-09-08 Fir de Conversatie Nikolay Pavlov
2015-09-08 22:00 GMT+03:00 toothpik : > > I'd reply to my first email but google never lets me see my emails, > hence this new one I always see my own emails in the thread in web interface. AFAIR I saw them in thread in Gmail Android app when I was using it. In any case you

Re: List of new features to be added to the next versions

2015-09-08 Fir de Conversatie LCD 47
On 8 September 2015, Christian Brabandt wrote: > On Di, 08 Sep 2015, id4 wrote: > > > On 08/09/15 19:06, Bram Moolenaar wrote: > > >Alexnadre (Alexandre?) wrote: > > > > > >>Is there somewhere a list of features that are in development for the > > >>next vim releases? > >

Re: Patch 7.4.858

2015-09-08 Fir de Conversatie Christian Wellenbrock
Really happy to see those new commands being added! After updating Vim I tried :h :cdo, but no help was found. I checked my repository and indeed, the added documentation is nowhere to be found. As you can see in the commit on GitHub [1] there are no changes to runtime/doc/quickfix.txt. Looks

Re: Patch 7.4.860

2015-09-08 Fir de Conversatie Manuel Ortega
On Tue, Sep 8, 2015 at 2:04 PM, Manuel Ortega wrote: > On Tue, Sep 8, 2015 at 1:14 PM, Bram Moolenaar wrote: > >> >> Patch 7.4.860 >> Problem:Filetype detection is outdated. >> Solution: Include all recent and not-so-recent changes. >> Files:

Re: RFE: Allow defining digraphs by hex value

2015-09-08 Fir de Conversatie Bram Moolenaar
Lcd wrote: > On 8 September 2015, Christian Brabandt wrote: > > On Di, 08 Sep 2015, LCD 47 wrote: > > > > > Yes, this finally seems to work. I suppose the patch below is the > > > final version then. > > > > Isn't there still something missing? > > > > - Still

Patch 7.4.855

2015-09-08 Fir de Conversatie Bram Moolenaar
Patch 7.4.855 Problem:GTK: font glitches for combining characters Solution: Use pango_shape_full() instead of pango_shape(). (luchr, PR #393) Files: src/gui_gtk_x11.c *** ../vim-7.4.854/src/gui_gtk_x11.c2015-06-09 19:14:18.773373964 +0200 --- src/gui_gtk_x11.c 2015-09-08

Re: RFE: Allow defining digraphs by hex value

2015-09-08 Fir de Conversatie Christian Brabandt
Am 2015-09-08 09:40, schrieb LCD 47: On 8 September 2015, Christian Brabandt wrote: On Di, 08 Sep 2015, LCD 47 wrote: > Yes, this finally seems to work. I suppose the patch below is the > final version then. Isn't there still something missing? - Still missing the

Warnings and errors after adding patches 855 to 861 (incl. fatal error in Tiny build)

2015-09-08 Fir de Conversatie Tony Mechelynck
After adding patches 855 to 861, plus runtime files changeset after patch 861 (from Mercurial mirror https://bitbucket.org/vim-mirror/vim): In Huge build: [...] gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include

Re: Patch 7.4.860

2015-09-08 Fir de Conversatie Tony Mechelynck
On Tuesday, September 8, 2015 at 11:45:08 PM UTC+2, Manuel Ortega wrote: > On Tue, Sep 8, 2015 at 2:04 PM, Manuel Ortega wrote: > > > > On Tue, Sep 8, 2015 at 1:14 PM, Bram Moolenaar wrote: > > > > > Patch 7.4.860 > > Problem:    Filetype

Re: Patch 7.4.858

2015-09-08 Fir de Conversatie Tony Mechelynck
On Tuesday, September 8, 2015 at 11:30:29 PM UTC+2, Christian Wellenbrock wrote: > Really happy to see those new commands being added! After updating Vim I > tried :h :cdo, but no help was found. I checked my repository and indeed, the > added documentation is nowhere to be found. As you can see

Patch 7.4.856

2015-09-08 Fir de Conversatie Bram Moolenaar
Patch 7.4.856 Problem:"zt" still doesn't work well with filler lines. (Gary Johnson) Solution: Check for filler lines above the cursor. (Christian Brabandt) Files: src/move.c *** ../vim-7.4.855/src/move.c 2015-09-01 20:53:20.294030821 +0200 --- src/move.c 2015-09-08

List of new features to be added to the next versions

2015-09-08 Fir de Conversatie alexandreviau
Hi, Is there somewhere a list of features that are in development for the next vim releases? Thanks, Alexnadre -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit

Patch 7.4.857

2015-09-08 Fir de Conversatie Bram Moolenaar
Patch 7.4.857 Problem:Dragging the current tab with the mouse doesn't work properly. Solution: Take the current tabpage index into account. (Hirohito Higashi) Files: src/normal.c *** ../vim-7.4.856/src/normal.c 2015-08-11 19:13:55.142175641 +0200 --- src/normal.c2015-09-08

Re: Warnings and errors after adding patches 855 to 861 (incl. fatal error in Tiny build)

2015-09-08 Fir de Conversatie Tony Mechelynck
On Wednesday, September 9, 2015 at 3:48:26 AM UTC+2, yegapp...@gmail.com wrote: > Hi, > > The patch to fix the build problems with the tiny build is attached. > > - Yegappan > With this patch, the tiny build succeeds, with the following warning: gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2

Re: Patch 7.4.861

2015-09-08 Fir de Conversatie Bram Moolenaar
James McCoy wrote: > On Sep 8, 2015 3:06 PM, "Gary Johnson" wrote: > > > > On 2015-09-08, Bram Moolenaar wrote: > > > Patch 7.4.861 (after 7.4.855) > > > Problem:pango_shape_full() is not always available. > > > Solution: Add a configure check. > > > Files:

Re: Warnings and errors after adding patches 855 to 861 (incl. fatal error in Tiny build)

2015-09-08 Fir de Conversatie Yegappan Lakshmanan
Hi, The patch to fix the build problems with the tiny build is attached. - Yegappan On Tue, Sep 8, 2015 at 3:46 PM, Tony Mechelynck wrote: > After adding patches 855 to 861, plus runtime files changeset after patch 861 > (from Mercurial mirror

Re: Patch 7.4.861

2015-09-08 Fir de Conversatie Gary Johnson
On 2015-09-09, Bram Moolenaar wrote: > James McCoy wrote: > > > On Sep 8, 2015 3:06 PM, "Gary Johnson" wrote: > > > > > > On 2015-09-08, Bram Moolenaar wrote: > > > > Patch 7.4.861 (after 7.4.855) > > > > Problem:pango_shape_full() is not always available. > > > >

Re: Warnings and errors after adding patches 855 to 861 (incl. fatal error in Tiny build)

2015-09-08 Fir de Conversatie h_east
Hi Tony and Yegappan! 2015-9-9(Wed) 11:24:19 UTC+9 Tony Mechelynck: > On Wednesday, September 9, 2015 at 3:48:26 AM UTC+2, yegapp...@gmail.com > wrote: > > Hi, > > > > The patch to fix the build problems with the tiny build is attached. > > > > - Yegappan > > > > With this patch, the tiny

issue 393: patch offer

2015-09-08 Fir de Conversatie Christian Ludwig
Hello everybody, are there volunteers to test the patch https://gist.github.com/luchr/42fb32ae0410dfd166cc It tries to fix issue 393 https://github.com/vim/vim/issues/393 The pango_shape_full() function was added to pango in the year 2012 and is available since version 1.32.0 and it is usable

Re: Patch 7.4.857 -- undefined reference to `pango_shape_full'

2015-09-08 Fir de Conversatie Christian Brabandt
Hi Gary! On Di, 08 Sep 2015, Gary Johnson wrote: > On 2015-09-08, Gary Johnson wrote: > > On 2015-09-08, Bram Moolenaar wrote: > > > Patch 7.4.857 > > > Problem:Dragging the current tab with the mouse doesn't work properly. > > > Solution: Take the current tabpage index into account.

Re: issue 393: patch offer

2015-09-08 Fir de Conversatie Bram Moolenaar
Christian Ludwig wrote: > Hello everybody, > > are there volunteers to test the patch > https://gist.github.com/luchr/42fb32ae0410dfd166cc > > It tries to fix issue 393 > https://github.com/vim/vim/issues/393 > > The pango_shape_full() function was added to pango in the year 2012 and > is

Re: Patch 7.4.857 -- undefined reference to `pango_shape_full'

2015-09-08 Fir de Conversatie Bram Moolenaar
Gary Johnson wrote: > On 2015-09-08, Gary Johnson wrote: > > On 2015-09-08, Bram Moolenaar wrote: > > > Patch 7.4.857 > > > Problem:Dragging the current tab with the mouse doesn't work properly. > > > Solution: Take the current tabpage index into account. (Hirohito > > > Higashi) > > >

Re: [patch] Add bzl filetype with syntax, ftplugin, and indent

2015-09-08 Fir de Conversatie 'David Barnett' via vim_dev
Is this still getting merged soon? I saw a few updates in vim in the last few weeks but haven't seen this patch land yet. David On Wed, Aug 12, 2015 at 1:04 PM, Bram Moolenaar wrote: > > David Barnett wrote: > > > I've attached a patch to add a "bzl" filetype into vim, with

Re: RFE: Allow defining digraphs by hex value

2015-09-08 Fir de Conversatie LCD 47
On 8 September 2015, Bram Moolenaar wrote: > > Lcd wrote: > > > On 8 September 2015, Christian Brabandt wrote: > > > On Di, 08 Sep 2015, LCD 47 wrote: > > > > > > > Yes, this finally seems to work. I suppose the patch below is the > > > > final

Re: RFE: Allow defining digraphs by hex value

2015-09-08 Fir de Conversatie LCD 47
On 8 September 2015, Christian Brabandt wrote: > Am 2015-09-08 09:40, schrieb LCD 47: > > On 8 September 2015, Christian Brabandt wrote: [...] > >> - a > >> - a: and :a > > > > I believe these are part of the patch? > > Sorry, I didn't see it in

Patch 7.4.858

2015-09-08 Fir de Conversatie Bram Moolenaar
Patch 7.4.858 Problem:It's a bit clumsy to execute a command on a list of matches. Solution: Add the ":ldo", ":lfdo", ":cdo" and ":cfdo" commands. (Yegappan Lakshmanan) Files: runtime/doc/cmdline.txt, runtime/doc/editing.txt, runtime/doc/index.txt,

Re: Patch 7.4.857 -- undefined reference to `pango_shape_full'

2015-09-08 Fir de Conversatie Gary Johnson
On 2015-09-08, Bram Moolenaar wrote: > Patch 7.4.857 > Problem:Dragging the current tab with the mouse doesn't work properly. > Solution: Take the current tabpage index into account. (Hirohito Higashi) > Files: src/normal.c When I update my source from the hg mirror and build, I get

Re: Patch 7.4.857 -- undefined reference to `pango_shape_full'

2015-09-08 Fir de Conversatie Gary Johnson
On 2015-09-08, Gary Johnson wrote: > On 2015-09-08, Bram Moolenaar wrote: > > Patch 7.4.857 > > Problem:Dragging the current tab with the mouse doesn't work properly. > > Solution: Take the current tabpage index into account. (Hirohito Higashi) > > Files: src/normal.c > > When I update

Patch 7.4.860

2015-09-08 Fir de Conversatie Bram Moolenaar
Patch 7.4.860 Problem:Filetype detection is outdated. Solution: Include all recent and not-so-recent changes. Files: runtime/filetype.vim *** ../vim-7.4.859/runtime/filetype.vim 2015-09-08 19:10:12.446395189 +0200 --- runtime/filetype.vim2015-09-08 19:08:38.039364393 +0200

Patch 7.4.859

2015-09-08 Fir de Conversatie Bram Moolenaar
Patch 7.4.859 Problem:Vim doesn't recognize all htmldjango files. Solution: Recognize a comment. (Daniel Hahler, PR #410) Files: runtime/filetype.vim *** ../vim-7.4.858/runtime/filetype.vim 2013-08-03 17:50:05.0 +0200 --- runtime/filetype.vim2015-09-08

Re: issue 393: patch offer

2015-09-08 Fir de Conversatie Christian Brabandt
Hi Christian! On Di, 08 Sep 2015, Christian Ludwig wrote: > Hello everybody, > > are there volunteers to test the patch > https://gist.github.com/luchr/42fb32ae0410dfd166cc > > It tries to fix issue 393 > https://github.com/vim/vim/issues/393 > > The pango_shape_full() function was added to

Patch 7.4.861

2015-09-08 Fir de Conversatie Bram Moolenaar
Patch 7.4.861 (after 7.4.855) Problem:pango_shape_full() is not always available. Solution: Add a configure check. Files: src/configure.in, src/auto/configure, src/config.h.in, src/gui_gtk_x11.c *** ../vim-7.4.860/src/configure.in 2015-06-21 13:41:02.811278596 +0200

Re: Patch 7.4.860

2015-09-08 Fir de Conversatie Manuel Ortega
On Tue, Sep 8, 2015 at 1:14 PM, Bram Moolenaar wrote: > > Patch 7.4.860 > Problem:Filetype detection is outdated. > Solution: Include all recent and not-so-recent changes. > Files: runtime/filetype.vim > > Somehow the actual patch didn't make it to GitHub. On the

Re: RFE: Allow defining digraphs by hex value

2015-09-08 Fir de Conversatie Bram Moolenaar
Lcd wrote: > > > On 8 September 2015, Christian Brabandt wrote: > > > > On Di, 08 Sep 2015, LCD 47 wrote: > > > > > > > > > Yes, this finally seems to work. I suppose the patch below is the > > > > > final version then. > > > > > > > > Isn't there still something

Re: List of new features to be added to the next versions

2015-09-08 Fir de Conversatie Bram Moolenaar
Alexnadre (Alexandre?) wrote: > Is there somewhere a list of features that are in development for the > next vim releases? :help todo -- Friends? I have lots of friends! In fact, I have all episodes ever made. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///

Re: RFE: Allow defining digraphs by hex value

2015-09-08 Fir de Conversatie LCD 47
On 8 September 2015, Bram Moolenaar wrote: > > Lcd wrote: > > > > > On 8 September 2015, Christian Brabandt > > > > wrote: > > > > > On Di, 08 Sep 2015, LCD 47 wrote: [...] > > > > Ok, patch withdrawn. > > > > > > I don't think we should test all

Re: Patch 7.4.857 -- undefined reference to `pango_shape_full'

2015-09-08 Fir de Conversatie Gary Johnson
Hi Christian, On 2015-09-08, Christian Brabandt wrote: > Can you install a newer version of the libpango library? It looks like Bram has fixed this with 7.4 861. I'll wait a bit for the patch to propagate to the hg mirror, then update and rebuild. Your question deserves an answer anyway. I

config wiping out myconfig

2015-09-08 Fir de Conversatie toothpik
I have a "myconfig" which deletes src/auto/config.cache then runs ./configure with 3 options, among them --with-compiledby=toothpik@home since patch 861, make is insisting on re-running config and making up its own compiledby interestingly the other two options, --with-features=normal and

Re: Warnings and errors after adding patches 855 to 861 (incl. fatal error in Tiny build)

2015-09-08 Fir de Conversatie Yegappan Lakshmanan
Hi, On Tue, Sep 8, 2015 at 8:30 PM, h_east wrote: > Hi Tony and Yegappan! > > 2015-9-9(Wed) 11:24:19 UTC+9 Tony Mechelynck: >> On Wednesday, September 9, 2015 at 3:48:26 AM UTC+2, yegapp...@gmail.com >> wrote: >> > Hi, >> > >> > The patch to fix the build problems with the