[Python-mode] New to python mode, help!

2011-10-21 Thread Gene Horodecki
Hi there. I was using emacs before without python-mode but I am new to xemacs. I'd like to use python-mode and I think I've installed it properly but nothing noticeable seems to be happening when I open a python script. I put the python mode code in: ~/.xemacs.d/plugins/python-mode.el-6.0.3

Re: [Python-mode] New to python mode, help!

2011-10-21 Thread Tom Roche
Gene Horodecki Fri, 21 Oct 2011 08:21:02 -0500 > I am new to xemacs. I'm GNU, but perhaps can be of assistance. > nothing noticeable seems to be happening when I open a python > script[:] no syntax highlighting, no menu item.. nothing. Do you at least get "Python" in the mode line? Do you see

Re: [Python-mode] New to python mode, help!

2011-10-21 Thread Gene Horodecki
On 10/21/2011 8:43 AM, Tom Roche wrote: Gene Horodecki Fri, 21 Oct 2011 08:21:02 -0500 I am new to xemacs. I'm GNU, but perhaps can be of assistance. nothing noticeable seems to be happening when I open a python script[:] no syntax highlighting, no menu item.. nothing. Do you at least get "P

Re: [Python-mode] New to python mode, help!

2011-10-21 Thread Andreas Röhler
Am 21.10.2011 17:21, schrieb Gene Horodecki: On 10/21/2011 8:43 AM, Tom Roche wrote: Gene Horodecki Fri, 21 Oct 2011 08:21:02 -0500 [ ... ] IN the messages buffer, I did see a complaint about the (global-font-lock-mode t) which I removed and then no errors except for usual X11 font complaints

[Python-mode] XEmacs branch

2011-10-21 Thread Andreas Röhler
Hi Barry, hi all, as XEmacs branch resolves an incompatibility - should we create a serie from it and make a separate XEmacs release next time? Mentioned the branch at the entry page for the moment, cheers, Andreas -- https://launchpad.net/python-mode https://launchpad.net/s-x-emacs-werksta

Re: [Python-mode] XEmacs branch

2011-10-21 Thread Barry Warsaw
On Oct 21, 2011, at 07:05 PM, Andreas Röhler wrote: >as XEmacs branch resolves an incompatibility - should we create a serie from >it and make a separate XEmacs release next time? Is it not possible to support both in one version of python-mode.el? -Barry signature.asc Description: PGP signatu

Re: [Python-mode] New to python mode, help!

2011-10-21 Thread Gene Horodecki
On 10/21/2011 11:40 AM, Andreas Röhler wrote: Am 21.10.2011 17:21, schrieb Gene Horodecki: On 10/21/2011 8:43 AM, Tom Roche wrote: Gene Horodecki Fri, 21 Oct 2011 08:21:02 -0500 [ ... ] IN the messages buffer, I did see a complaint about the (global-font-lock-mode t) which I removed and then

Re: [Python-mode] New to python mode, help!

2011-10-21 Thread Gene Horodecki
At the risk of being a pest, I thought I would explain how far I have gotten and what doesn't work for me. Basically the code-completion doesn't seem to be working. For example: import time mytime = time.cl and I get nothing. Also, I have read I should be able to do something like, myfile

Re: [Python-mode] New to python mode, help!

2011-10-21 Thread Andreas Röhler
[ ... ] Question: I'm not really clear on exactly what python-mode includes. Writing an info is a task to be done still - an entry in the bug tracker exists already. Does it include all the ropemacs type stuff or do I need to load that as well? Yes. BTW, think rope-integration should be

Re: [Python-mode] New to python mode, help!

2011-10-21 Thread Andreas Röhler
Am 22.10.2011 04:03, schrieb Gene Horodecki: At the risk of being a pest, I thought I would explain how far I have gotten and what doesn't work for me. Basically the code-completion doesn't seem to be working. For example: import time mytime = time.cl and I get nothing. Also, I have read I sh