... What OS version are you using? In your next message you indicate you installed Python 2.5 yourself. Perhaps you used an OS version that came with an...
Bram Moolenaar
Bram@...
Sep 1, 2008 10:02 am
8980
... Hi, Bram. I'm using 10.4.11. I have python 2.3, 2.4, and 2.5 on this system. But it looked to me like it was picking everything up from the 2.5 paths,...
Brian Victor
homeusenet4@...
Sep 1, 2008 1:19 pm
8981
Hi, I wrote the VERY initial patch for supporting Input Manager when users enable ATSUI rendering. Basically what I did so far are followings. 1....
Kaoru YOSHIDA
to.kaoru@...
Sep 1, 2008 2:02 pm
8982
Hi Kaoru, thanks a lot for helping to improve the Atsui renderer :-) ... Bjorn moved the code that is shared between MMAtsuiTextView and MMTextView to a class...
Nico Weber
nicolasweber@...
Sep 1, 2008 2:25 pm
8983
Hi Kaoru, ... This is a bad idea. There is a lot of stuff going on inside NSTextView that should not "pollute" the ATSUI class which is why we derive from...
björn
bjorn.winckler@...
Sep 1, 2008 2:49 pm
8984
Hi Nico and Björn, Thank you for your quick responses. ... Yeah, I did know that MMTextViewHelper were implemented. The problem is that I cannot use...
Kaoru YOSHIDA
to.kaoru@...
Sep 2, 2008 1:06 am
8985
Hi Kaoru, ... If I were you, I'll definitely go the NSTextInput way, actually, implementing that protocol in NSView is not that hard, see vim-cocoa [1] and...
Jjgod Jiang
gzjjgod@...
Sep 2, 2008 1:17 am
8986
Hi Jiang, Thank you for your so quick response!!! ... OK, I'll read the documents and implement with NSTextInput. I may ask you to help, once I face some...
Kaoru YOSHIDA
to.kaoru@...
Sep 2, 2008 1:32 am
8987
Hi, I rewrote the code to support Input Manager with ATSUI rendering based on guys' suggestion. So, what I did are followings. 1. Move some IM related...
Kaoru YOSHIDA
to.kaoru@...
Sep 2, 2008 12:23 pm
8988
Hi Kaoru, ... Nice, that's what I've been thinking. As I skimmed through the patch (btw, you seemed to attached a patch in quoted-printable encoding instead of...
Jjgod Jiang
gzjjgod@...
Sep 2, 2008 3:42 pm
8989
Is it the case that the .gvimrc is sourced only once upon starting MacVim? I now know what is my issue. Normally in this modern age ;), one would have "let ...
Srinath
srinath.vadlamani@...
Sep 2, 2008 6:04 pm
8990
Is there a way to change the opacity of the MacVim window? Thanks in advance, <>Srinath --~--~---------~--~----~------------~-------~--~----~ You received this...
Srinath
srinath.vadlamani@...
Sep 2, 2008 6:07 pm
8991
Hi, ... yes, there is: set transparency=10 See `:h 'transparency'` for more information. Nico --~--~---------~--~----~------------~-------~--~----~ You...
Nico Weber
nicolasweber@...
Sep 2, 2008 7:33 pm
8992
Hi Srinath, ... Yes. That's normal vim behavior. ... You do not really want to do that :-) What you want is a file plugin. `:h vimrc-filetype` gives an...
Nico Weber
nicolasweber@...
Sep 2, 2008 7:41 pm
8993
... The way it is done is by using int utf_char2cells(int c); which is defined in src/mbyte.c. Of course, being part of Vim you cannot call this function from...
björn
bjorn.winckler@...
Sep 2, 2008 9:53 pm
8994
Very Cool! ... --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit...
Srinath
srinath.vadlamani@...
Sep 3, 2008 3:52 am
8995
Hi Jiang and Björn, ... This is a result of my trial-and-error hacking. The motivation to do so is to draw IM characters properly when the length of IM ...
Kaoru YOSHIDA
to.kaoru@...
Sep 3, 2008 4:08 am
8996
I had to create ~/.vim/ftplugin directories. I added f90.vim and also added a F90.vim with the solo line: let fortran_free_source=1 This did not work. I must...
Srinath
srinath.vadlamani@...
Sep 3, 2008 4:36 am
8997
Hi, ... my fault, I'm just not familiar with that fortran stuff :-P So, remove f90.vim and F90.vim and instead put a file called 'fortran.vim' into ...
Nico Weber
nicolasweber@...
Sep 3, 2008 9:06 am
8998
Hi Kaoru,
Thanks for the patch(es). I've looked at the last one and it is
starting to look like it could be merged soon. I did some cleanup to
your patch...
björn
bjorn.winckler@...
Sep 3, 2008 7:35 pm
8999
Does it seem weird to anyone else that no one has contributed AppleScript syntax highlighting to the MacVim distro? (if not to the main Vim distro in general?)...
Ted Pavlic
ted@...
Sep 4, 2008 2:02 pm
9000
Hi, ... I agree. http://www.vim.org/scripts/script.php?script_id=1736 looks ok on first look. If you write the maintainer of that script a mail that he should...
Nico Weber
nicolasweber@...
Sep 4, 2008 2:13 pm
9001
MacVim development has come a long way, and I've lately been using it as my primary text editor. I have a couple of minor grievances, though. 1) I usually keep...
ntiozymandias
ntiozymandias@...
Sep 7, 2008 2:31 am
9002
I just downloaded MacVim, and so far it's great! I was looking forward to the Safari style tabs, but unfortunately, they don't seem to be working. I get the...
Zane Selvans
zane.selvans@...
Sep 7, 2008 3:24 am
9003
Check your 'guioptions' settings (:help 'go'). MacVim will only render graphical tabs if 'guioptions' contains a lowercase letter e. If you have a .(g)vimrc...
ntiozymandias
ntiozymandias@...
Sep 7, 2008 3:33 am
9004
hi list, I'm about to learn latex-suite. the docu says that for mac-systems the default-output is pdf, but in my case it is not (dvi is generated). the...
Doris Wagner
doris.wagner@...
Sep 7, 2008 11:24 am
9005
... I cannot reproduce this problem. The background changes color immediately when I issue a :colorscheme command, whether I am in windowed or full-screen...
björn
bjorn.winckler@...
Sep 7, 2008 12:24 pm
9006
... UGH! I named the screenshots wrong. The one that says "ATSUI" is the default renderer (you can tell because it is sharp), the one that says "Default" is...
björn
bjorn.winckler@...
Sep 7, 2008 12:26 pm
9007
... I believe ntiozymandias is using `set fuopts+=background:Normal`. ... I'll take a look at this. Nico --~--~---------~--~----~------------~-------~--~----~ ...
Nico Weber
nicolasweber@...
Sep 7, 2008 12:30 pm
9008
Hi Björn, ... Yes, I can reproduce that, my guess is the buffer image size does not match the text view size. Thus made the image copy in drawRect: have to...