print-bindings no longer properly terminates each line
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
leo-editor |
Fix Released
|
Medium
|
Edward K. Ream |
Bug Description
This is a recent bug.
Output to the Log tab still properly terminates each line with a NL (0x0A), but now print-bindings terminates each line with 0xE280A8 which neither GEDIT nor emacs recognizes as a line termination.
Test System:
Ubuntu 11.10 with gnome session manager and Fluxbox window manager
Leo-Editor version 4869
Leo Log Window
Leo 4.9.1 devel, build 4867, 2011-12-05 06:57:18 -0500
Python 2.7.2, qt version 4.7.3
linux2
setting leoID from os.getenv('USER'): 'bob'
load dir: /home/bob/
global config dir: /home/bob/
home dir: /home/bob
reading settings in /home/bob/
reading settings in /home/bob/
reading settings in /media/
reading: /media/
reading: @auto /home/bob/
Changed in leo-editor: | |
importance: | Undecided → Low |
assignee: | nobody → Edward K. Ream (edreamleo) |
Changed in leo-editor: | |
milestone: | none → 4.11-b1 |
importance: | Low → Medium |
status: | New → Confirmed |
This is a weird one. Everything works on windows, but there are multiple problems on Ubuntu.
1. The contextmenu plugin doesn't show many options.
2. As you say, cutting and pasting does not preserve newlines.
I strongly suspect that the problem is not with the print-bindings command per se, but with some aspect of the Bindings tab.