Emacs and pdb after upgrading to Ubuntu Feisty

Patricia J. Hawkins phawkins at connact.com
Tue May 8 16:36:12 EDT 2007


>>>>> "l" == levander  <levander404 at gmail.com> writes:

l> Okay, thanks Alexander and Bernstein.  I'll lookinto Emacs 23, but
l> I'm worried about compatibility with modes.  Does all the stuff
l> that works in Emacs 21 work in 23?  Like even that ipython.el file,
l> does it work in Emacs 23?  

Well...

   Python 2.5.1c1 (release25-maint, Apr 12 2007, 21:00:25) 
   Type "copyright", "credits" or "license" for more information.
   
   IPython 0.7.2 -- An enhanced Interactive Python.
   ?       -> Introduction to IPython's features.
   %magic  -> Information about IPython's 'magic' % functions.
   help    -> Python's own help system.
   object? -> Details about 'object'. ?object also works, ?? prints more.
   
   In [1]: 3 + 4
   Out[1]: 7
   
   In [2]: 

And pdb:

   Current directory is /media/extend/skeezix/pjh/CODING/python/
   > /media/extend/skeezix/pjh/CODING/python/fibclass.py(3)<module>()
   -> class Fib:
   (Pdb) n
   > /media/extend/skeezix/pjh/CODING/python/fibclass.py(14)<module>()
   -> f = Fib()
   (Pdb) n
   > /media/extend/skeezix/pjh/CODING/python/fibclass.py(15)<module>()
   -> print f[10]
   (Pdb) n
   89
   --Return--
   > /media/extend/skeezix/pjh/CODING/python/fibclass.py(15)<module>()->None
   -> print f[10]
   (Pdb) n
   --Return--
   > <string>(1)<module>()->None
   (Pdb) n
   The program finished and will be restarted
   > /media/extend/skeezix/pjh/CODING/python/fibclass.py(3)<module>()
   -> class Fib:
   (Pdb) 

This is emacs 23.0.0.1, from a weekly Feisty build of
emacs-snapshot-gtk maintained by Alexandre Vassalotti, which also
includes the xft font backend.  Which means anti-aliased fonts on
emacs... :)

See:
http://peadrop.com/blog/2007/01/06/pretty-emacs/

-- 
Patricia J. Hawkins
Hawkins Internet Applications
www.hawkinsia.com



More information about the Python-list mailing list