~a-roehler/python-mode/XEmacs-compat-test

« back to all changes in this revision

Viewing changes to test/py-bug-numbered-tests.el

  • Committer: Andreas Roehler
  • Date: 2012-01-19 09:26:30 UTC
  • Revision ID: andreas.roehler@online.de-20120119092630-g4xatd0hx10pc9an
`py-shell' proceedings further cleanup



Show diffs side-by-side

added added

removed removed

Lines of Context:
2221
2221
 
2222
2222
(defun tab-completion-in-Ipython-buffers-lp-916869-base ()
2223
2223
  (ipython-dedicated)
 
2224
  (switch-to-buffer (current-buffer)) 
2224
2225
  (goto-char (point-max))
 
2226
  (sit-for 0.1) 
2225
2227
  (insert "pri")
2226
2228
  (ipython-complete)
2227
2229
  (sit-for 0.1)