回复: Re: ���澶�锛� Re: vm71 can not be compiled on opensolaris

2008-01-12 Fir de Conversatie jiandong lu
--- Tony Mechelynck <[EMAIL PROTECTED]>写道: > > jiandong lu wrote: > [...] > > Thanks.I have change the configure options to use > > gnome .There are tow gui environments in solaris > ,CDE > > and JDS(a gnome port). > > And does it work? > > > Best regards, > Tony. > -- > No animal should ev

Re: 回复: Re: vm71 can not be compiled on opensolaris

2008-01-12 Fir de Conversatie Tony Mechelynck
jiandong lu wrote: [...] > Thanks.I have change the configure options to use > gnome .There are tow gui environments in solaris ,CDE > and JDS(a gnome port). And does it work? Best regards, Tony. -- No animal should ever jump on the dining room furniture unless absolutely certain he can hold h

回复: Re: vm71 can not be compiled on opensolaris

2008-01-12 Fir de Conversatie jiandong lu
--- Tony Mechelynck <[EMAIL PROTECTED]>写道: > > jiandong lu wrote: > > vm71 can not be compiled on opensolaris (solaris > > express developer edition ,9/07,b70).The key error > > message is : > > > > Undefined first referenced > > symbol in fi

Re: Patch for Unix filename expansion to try out

2008-01-12 Fir de Conversatie Dasn
On 12/01/08 22:15 +0100, Bram Moolenaar wrote: > > >Charles Campbell wrote: > >> Bram Moolenaar wrote: >> >> >A couple of problems were detected when the Unix shell is used to expand >> >file names containing characters such as a single quote. This applies >> >to completion on the command line a

Re: Patch for Unix filename expansion to try out

2008-01-12 Fir de Conversatie Bram Moolenaar
Charles Campbell wrote: > Bram Moolenaar wrote: > > >A couple of problems were detected when the Unix shell is used to expand > >file names containing characters such as a single quote. This applies > >to completion on the command line and glob(). > > > >I made a patch that defines a function

Re: Bug with cursor position in binary and rightleft mode?

2008-01-12 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: > Cursor seems to be at incorrect position when > using 'binary' and 'rightleft' options. > > Here is how to reproduce bug: > > 1/ Create a sample file with a non-text character: > >$ perl -e 'print chr(0xfe)' > foo.txt > > 2/ Start vim with binary option and right

Patch 7.1.221

2008-01-12 Fir de Conversatie Bram Moolenaar
Patch 7.1.221 Problem:When inserting a "(", triggering the matchparen plugin, the following highlighting may be messed up. Solution: Before triggering the CursorMovedI autocommands update the display to update the stored syntax stacks for the change. Files: src/

Bug with cursor position in binary and rightleft mode?

2008-01-12 Fir de Conversatie Dominique Pelle
Cursor seems to be at incorrect position when using 'binary' and 'rightleft' options. Here is how to reproduce bug: 1/ Create a sample file with a non-text character: $ perl -e 'print chr(0xfe)' > foo.txt 2/ Start vim with binary option and rightleft mode: $ vim -u NONE -b -c 'set right

Patch 7.1.220

2008-01-12 Fir de Conversatie Bram Moolenaar
Patch 7.1.220 Problem:When a ")" or word movement command moves the cursor back from the end of the line it may end up on the trail byte of a multi-byte character. It's also moved back when it isn't needed. Solution: Add the adjust_cursor() function. Files: src

Patch 7.1.219

2008-01-12 Fir de Conversatie Bram Moolenaar
Patch 7.1.219 (after 7.1.215) Problem:synstack() returns situation after the current character, can't see the state for a one-character region. Solution: Don't update ending states in the requested column. Files: runtime/doc/eval.txt, src/eval.c, src/hardcopy.c,

Re: Documentation for $ in pattern

2008-01-12 Fir de Conversatie Bram Moolenaar
Nico Weber wrote: > ^ is documented as: > > ^ At beginning of pattern or after "\|", "\(", "\%(" or "\n": matches > start-of-line; at other positions, matches literal '^'. |/zero-width| > > $ on the other hand is documented as: > > $ At end of pattern or in front of "\|" or "\)"

Documentation for $ in pattern

2008-01-12 Fir de Conversatie Nico Weber
Hi, ^ is documented as: ^ At beginning of pattern or after "\|", "\(", "\%(" or "\n": matches start-of-line; at other positions, matches literal '^'. |/zero-width| $ on the other hand is documented as: $ At end of pattern or in front of "\|" or "\)" ("|" or ")" after "\v"):

Re: vm71 can not be compiled on opensolaris

2008-01-12 Fir de Conversatie Bram Moolenaar
Jiandong Lu wrote: > vm71 can not be compiled on opensolaris (solaris > express developer edition ,9/07,b70).The key error > message is : > > Undefined first referenced > symbol in file > XmeXpmReadFileToPixmap > objects/gui_xmebw