Re: Bug in src/Makefile

2007-12-20 Fir de Conversatie Vladimir Marek
One more time, for the sake of the braindead (such as me): How about: ifeq ($(LINK_TO_VI),y) LINKIT=ln -s -f else LINKIT=: endif ... -$(LINKIT) $(BINDIR)/$(VIMTARGET) $(DESTDIR)/usr/bin/vim instead? What make understands ifeq? This looks restricted to

Getting cursor position in screen coords

2007-12-20 Fir de Conversatie Martin K. Schreder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is there a way to get cursor position in screen coordinates? The reason I'm asking is that I have an idea that involves showing a gui widget at cursor position. How can I do it? -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment:

I care about vim rfc1345 switch

2007-12-20 Fir de Conversatie Philippe De Muyter
On Sun, Oct 22, 2000 at 10:20:34PM +0200, Bram Moolenaar wrote: [...] The default digraphs now correspond to RFC1345. Most are different from what was used in Vim 5.x. Do we care about this incompatibility? I only noticed that now, switching my linux distro to suse 10.3, and yes, I really

python syntax formatting gets confused on ''' strings

2007-12-20 Fir de Conversatie Martin Pitt
I often edit Python source code with long '''-style strings. Sometimes, vim gets confused about what is a string and what is code. For example, if you open this file with vim 7.1 (without a .vimrc) http://people.ubuntu.com/~pitti/tmp/vim-python-highlighting.py and then do :syntax enable

Re: I care about vim rfc1345 switch

2007-12-20 Fir de Conversatie Andrew Myers
Philippe De Muyter wrote: On Sun, Oct 22, 2000 at 10:20:34PM +0200, Bram Moolenaar wrote: [...] The default digraphs now correspond to RFC1345. Most are different from what was used in Vim 5.x. Do we care about this incompatibility? I only noticed that now, switching my linux

Re: I care about vim rfc1345 switch

2007-12-20 Fir de Conversatie Ben Schmidt
Andrew Myers wrote: Philippe De Muyter wrote: On Sun, Oct 22, 2000 at 10:20:34PM +0200, Bram Moolenaar wrote: [...] The default digraphs now correspond to RFC1345. Most are different from what was used in Vim 5.x. Do we care about this incompatibility? I only noticed that now,

Re: Bug in src/Makefile

2007-12-20 Fir de Conversatie Ben Schmidt
How can LINKIT only be :? : is shell builtin, try 'type :'. It just expands arguments and returns true. (so that ': $(touch a)' creates file a). To be sure I checked it for sh, bash and ksh on Solaris. I would've thought the confusion wasn't over what ':' did, but over why, if you can't

Re: I care about vim rfc1345 switch

2007-12-20 Fir de Conversatie Tony Mechelynck
Philippe De Muyter wrote: On Sun, Oct 22, 2000 at 10:20:34PM +0200, Bram Moolenaar wrote: [...] The default digraphs now correspond to RFC1345. Most are different from what was used in Vim 5.x. Do we care about this incompatibility? I only noticed that now, switching my linux distro to

Re: I care about vim rfc1345 switch

2007-12-20 Fir de Conversatie Bram Moolenaar
Philippe de Muyter wrote: On Sun, Oct 22, 2000 at 10:20:34PM +0200, Bram Moolenaar wrote: [...] The default digraphs now correspond to RFC1345. Most are different from what was used in Vim 5.x. Do we care about this incompatibility? Seems like only yesterday :-). I only noticed that

Re: I care about vim rfc1345 switch

2007-12-20 Fir de Conversatie Tony Mechelynck
Bram Moolenaar wrote: Philippe de Muyter wrote: On Sun, Oct 22, 2000 at 10:20:34PM +0200, Bram Moolenaar wrote: [...] The default digraphs now correspond to RFC1345. Most are different from what was used in Vim 5.x. Do we care about this incompatibility? Seems like only yesterday :-).

Re: Patch to allow ctermfg or bg values as #rrggbb

2007-12-20 Fir de Conversatie Matt Wozniski
On Nov 12, 2007 5:41 AM, Matt Wozniski [EMAIL PROTECTED] wrote: So, I would certainly welcome some advice on how querying can be done reasonably... Gnome-terminal and Konsole, at least, do not seem to be able to report back their colors... So, I guess one (pseudocode) approach is... if