access logging

Bug #1167151 reported by Andreas Roehler
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-mode.el
New
Wishlist
Unassigned

Bug Description

I want to save my ipython session (input/output etc upto 500 Mb) into a file and have it reloaded into the buffer on ipython restart. IPython has a few recording mechanisms which do not add up to what would be useful to me.

http://stackoverflow.com/questions/15842991/ipython-rolling-log

I figured it should be possible to save the file as described above like this

(write-region (max (- (point-max) 500000) 1) (point-max) "/tmp/test.txt")

I can have this run with a timer as well. But I do not know how I can have it loaded (not executed) in the ipython buffer on startup

Changed in python-mode:
importance: Undecided → Wishlist
milestone: none → 6.2
Changed in python-mode:
milestone: 6.2.1 → 6.2.3
Changed in python-mode:
milestone: 6.2.3 → 6.2.4
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.