r935: Unnecessary line in py-buffer-name-prepare

Bug #980948 reported by Richard Stanton
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-mode.el
Fix Released
Medium
Andreas Roehler

Bug Description

r935 solves the temp-file name problem caused by the ":" character under Windows by replacing it with the "-"character in py-execute-base. It also replaces the ":" character in the buffer name in function py-buffer-name-prepare (line 6709). It doesn't need to do both, and since the buffer name can contain any characters (plus the buffer name looks odd with a "-" character in the middle...), I'd suggest just deleting line 6709,

(setq erg (replace-regexp-in-string ":" "-" erg))

Revision history for this message
Andreas Roehler (a-roehler) wrote :

misreaded your comment "This may show up in the buffer name (e.g., *ND c:/python27/Scripts/IPython.bat*), but ..."

Changed in python-mode:
importance: Undecided → Medium
assignee: nobody → Andreas Roehler (a-roehler)
milestone: none → 6.0.6
status: New → In Progress
Changed in python-mode:
status: In Progress → Fix Committed
Changed in python-mode:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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