Re: 7.3.967 fails on Tiger PPC due to Python problem

2013-05-22 Thread dv1445
dv1...@wayne.edu, on 05/19/13 at 01:11:47 -0400, wrote:
 Scrolling up through the terminal output reveals some warnings
 that are potentially useful:
 
 -pipe  -DMACOS_X_UNIX -no-cpp-precomp  -g -O -U_FORTIFY_SOURCE 
 -D_FORTIFY_SOURCE=1   
 -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 
 -DPYTHON_HOME=\/Library/Frameworks/Python.framework/Versions/2.7\  -o 
 objects/if_python.o if_python.c
 In file included from if_python.c:660:
 if_py_both.h: In function ‘OptionsDestructor’:
 if_py_both.h:1415: warning: suggest explicit braces to avoid ambiguous ‘else’
 if_py_both.h: In function ‘OptionsTraverse’:
 if_py_both.h:1423: warning: implicit declaration of function ‘Py_VISIT’
 if_py_both.h: In function ‘OptionsClear’:
 if_py_both.h:1430: warning: implicit declaration of function ‘Py_CLEAR’
 if_py_both.h: In function ‘WinListDestructor’:
 if_py_both.h:2112: warning: suggest explicit braces to avoid ambiguous ‘else’

Since the choking was on the functions Py_{VISIT,CLEAR}, and the
warnings reflected the lines 1423 and 1430 in if_py_both.h, I decided
to do an 'hg blame' on that file.  The result is that the lines in
question were most recently touched by patch 7.3.965 (the python
garbage collection patch).

I cannot bisect to test commits prior to that, because updating to
such a commit (e.g., 7.3.930) deletes all the MacVim parts and leaves
the working directory as plain BramVim.  As I noted earlier, BramVim
doesn't have the problem in question.

-gmn

-- 
-- 
You received this message from the vim_mac maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
vim_mac group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_mac+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: introduction + first question that will set the tone for me

2013-05-22 Thread Yuma Antoine Decaux
Hi Steven,

I was wondering if you were able to speak to your blind colleagues about their 
coding environment.

Best regards,

Yuma 








Light has no value without darkness
Mob: +61 (0)410732547
Skype: Shainobi1
twitter: http://www.twitter.com/triple7

This message is protected by article 4-210 of a certain book of laws but you 
don't have to worry about privacy issues if you are the intended recipient. 
However, if any freakish circumstance such as ip sniffing, honey pot open relay 
servers or an honest mistake caused a transmission error, please advise the 
sender and throw your laptop into a bubble bath to avoid all illicit data 
retention.

On 20/05/2013, at 4:57 AM, Steven Michalske smichal...@gmail.com wrote:

 Hello,
 
 I have blind co-workers that program.  I will make an effort to ask them 
 their preferred coding environment.
 
 Steve
 
 On May 18, 2013, at 11:59 PM, Yuma Antoine Decaux jamy...@gmail.com wrote:
 
 Hi all,
 
 As per the subject, i have a simple question, before i go on and try to work 
 VIM out. Is this potentially accessible to blind users?
 
 I've been more and more nudged towards using command line only at UNI as all 
 GUI oriented applications are either horribly slow or unusable with a screen 
 reader, and htough i love the simplicity and responsiveness of the command 
 line, i need something a bit more powerful for editing python scripts and 
 other stuff i;m currently learning.
 
 
 Any other blind VIM users out therre can give me a primer?
 
 Thanks, and best regards 
 
 Yuma 
 
 
 zato1.jpg
 
 
 
 
 Light has no value without darkness
 Mob: +61 (0)410732547
 Skype: Shainobi1
 twitter: http://www.twitter.com/triple7
 
 This message is protected by article 4-210 of a certain book of laws but you 
 don't have to worry about privacy issues if you are the intended recipient. 
 However, if any freakish circumstance such as ip sniffing, honey pot open 
 relay servers or an honest mistake caused a transmission error, please 
 advise the sender and throw your laptop into a bubble bath to avoid all 
 illicit data retention.
 
 
 -- 
 -- 
 You received this message from the vim_mac maillist.
 Do not top-post! Type your reply below the text you are replying to.
 For more information, visit http://www.vim.org/maillist.php
  
 --- 
 You received this message because you are subscribed to the Google Groups 
 vim_mac group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to vim_mac+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  
 
 
 -- 
 -- 
 You received this message from the vim_mac maillist.
 Do not top-post! Type your reply below the text you are replying to.
 For more information, visit http://www.vim.org/maillist.php
  
 --- 
 You received this message because you are subscribed to the Google Groups 
 vim_mac group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to vim_mac+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  

-- 
-- 
You received this message from the vim_mac maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
vim_mac group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_mac+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


inline: zato1.jpg

Re: Can we have a File Drawer, please?

2013-05-22 Thread Pete Schaffner
 I have for a long time wanted to split MacVim into a view framework
 
 and an actual app.  This way I could maintain MacVim as a pure gvim
 
 for Mac and anybody wishing to trick it out with drawers etc could
 
 simply reuse the view framework.  I even started working on this last
 
 summer but got bitten by the version 2.0 bug (tried rewriting from
 
 scratch and ran out of time/energy).

Hi Björn,

Concerning your desire to refactor and create a view framework ... have you 
ever considered trying to get crowd funding/support to help with the 
time/energy problem :) Marijn Haverbeke did just this for his [Tern project] 
(http://ternjs.net) and it seems to be working out quite well! I would love to 
see this happen, that is the only reason I am inquiring.

Thanks for all your work on MacVim,

-Pete

-- 
-- 
You received this message from the vim_mac maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
vim_mac group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_mac+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: introduction + first question that will set the tone for me

2013-05-22 Thread Sylvain Soliman
* Yuma Antoine Decaux jamy...@gmail.com:
 As per the subject, i have a simple question, before i go on and try to work 
 VIM out. Is this potentially accessible to blind users?
 
 I've been more and more nudged towards using command line only at UNI as all 
 GUI oriented applications are either horribly slow or unusable with a screen 
 reader, and htough i love the simplicity and responsiveness of the command 
 line, i need something a bit more powerful for editing python scripts and 
 other stuff i;m currently learning.

Ok, since I haven't seen anything really concrete in the Vim direction,
I'll be an heretic for once and recommend you check out
http://emacspeak.sourceforge.net/

As far as I know, this is the best and most complete speech-oriented
interface for a programming editor. I'm afraid there is nothing as
complete for Vim. For instance, emacspeak can use different voices to
simulate syntax coloring when reading code.

I have no personal experience of it, but heard mostly good things about it
(not always as responsive as could be, but that is not so bad).

Best,

Sylvain
once an Emacs user

-- 
Sylvain Soliman sylvain.soli...@m4x.org   GnuPG Public Key: 0x0F53AF99
Page personnelle   http://contraintes.inria.fr/~soliman/


smime.p7s
Description: S/MIME cryptographic signature


Re: introduction + first question that will set the tone for me

2013-05-22 Thread Yuma Antoine Decaux

Hi Sylvain,

Français peut-être?

Thanks for the suggestion. I'm checking it out now, and there was a discussion 
between lectures on how programmers aren't programmers if they don't know emacs.

Cheers 

Yuma 







Light has no value without darkness
Mob: +61 (0)410732547
Skype: Shainobi1
twitter: http://www.twitter.com/triple7

This message is protected by article 4-210 of a certain book of laws but you 
don't have to worry about privacy issues if you are the intended recipient. 
However, if any freakish circumstance such as ip sniffing, honey pot open relay 
servers or an honest mistake caused a transmission error, please advise the 
sender and throw your laptop into a bubble bath to avoid all illicit data 
retention.

On 23/05/2013, at 7:39 AM, Sylvain Soliman sylvain.soli...@m4x.org wrote:

 * Yuma Antoine Decaux jamy...@gmail.com:
 As per the subject, i have a simple question, before i go on and try to work 
 VIM out. Is this potentially accessible to blind users?
 
 I've been more and more nudged towards using command line only at UNI as all 
 GUI oriented applications are either horribly slow or unusable with a screen 
 reader, and htough i love the simplicity and responsiveness of the command 
 line, i need something a bit more powerful for editing python scripts and 
 other stuff i;m currently learning.
 
 Ok, since I haven't seen anything really concrete in the Vim direction,
 I'll be an heretic for once and recommend you check out
 http://emacspeak.sourceforge.net/
 
 As far as I know, this is the best and most complete speech-oriented
 interface for a programming editor. I'm afraid there is nothing as
 complete for Vim. For instance, emacspeak can use different voices to
 simulate syntax coloring when reading code.
 
 I have no personal experience of it, but heard mostly good things about it
 (not always as responsive as could be, but that is not so bad).
 
 Best,
 
Sylvain
once an Emacs user
 
 -- 
 Sylvain Soliman sylvain.soli...@m4x.org   GnuPG Public Key: 0x0F53AF99
 Page personnelle   http://contraintes.inria.fr/~soliman/

-- 
-- 
You received this message from the vim_mac maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
vim_mac group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_mac+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


inline: zato1.jpg

Re: 7.3.967 fails on Tiger PPC due to Python problem

2013-05-22 Thread dv1445
Phil Dobbin, on 05/23/13 at 01:50:52 +0100, wrote:
 On 19/05/2013 06:52, dv1...@wayne.edu wrote:
 
  dv1...@wayne.edu, on 05/19/13 at 01:11:47 -0400, wrote:
  MacVim failed to build on OS X 10.4.11 (PPC) after pulling to 7.3.967.
  Everything as of the 7.3.806 pull from February was just fine.  Seems
  the recent fiddling with Python in BramLand has messed things up for
  poor Tiger.
  
  I forgot to mention that on Tiger PPC, BramVim 7.3.967 (and indeed 7.3.969) 
  built fine.  Just a point of comparison.
 
 I apologise for not being to help with your dilemma but I've just
 acquired a couple of legacy G4 PowerMacs running 10.4.11  if there is a
 link to a tarball of 7.3.806 available, I would greatly appreciate
 having it. Snapshot 55's Python is unable to cope with a lot of my plugins.

The best I can do is to point you towards a zipped archive of the source code 
for 7.3.806, which comes from Björn's repo: 
https://github.com/b4winckler/macvim/archive/1ba220ad3da69e3607a7e36b97c66e43bca68790.zip.

I discovered (reported in an earlier post) that it's patch 7.3.965 that 
introduces what the build process's error messages claim to be the offending 
lines.  It seems really weird that BramVim would build without problem while 
MacVim would choke.

-gmn

-- 
-- 
You received this message from the vim_mac maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
vim_mac group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_mac+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.