Hi Michael,

I'm still trying to work out what's stopping my degree symbol from
showing up..

Michael Wojcik wrote:
> You could probably suppress that by filtering the LyX output through
> something to strip out the control characters.  For example:
>
> lyx -dbg key 2>&1 | tr -dc '[:print:]\n'
>
> That should remove all characters that aren't printable, except newline.
That worked very nicely! You are wasted on the Windows world! The output
is at the bottom (ctrl-N r-alt ' e r-alt ^ 0). Lyx says "Oof. Can't
encode the text !" -- which sounds like an error message, maybe?

Cheers
JP


Init key to 65535, Greek_psi
isOK is 1
isOK is 1
Init key to 65535, Greek_omega
isOK is 1
isOK is 1
Init key to 65535, Greek_switch
isOK is 1
isOK is 1
Warning: this system's locale uses Unicode.
Language code:en_US
Setting new encoding for Qt:iso8859-1
Setting key to 4129,
KeySym is Control_L
isOK is 1
isMod is 1
isModifier true
Setting key to 78,
KeySym is
isOK is 1
isMod is 0
encoding is
Using codec ISO 8859-1
ISOEncoded returning value 14
void LyXFunc::processKeySym(boost::shared_ptr<LyXKeySym>,
key_modifier::state) action first set to [3]
void LyXFunc::processKeySym(boost::shared_ptr<LyXKeySym>,
key_modifier::state)action now set to [3]
void LyXFunc::processKeySym(boost::shared_ptr<LyXKeySym>,
key_modifier::state) Key [action=3][Ctrl+N]
sending IMStart with 0 chars to 0x86031c8
sending IMEnd with 1 chars to 0x86031c8, text=
Setting key to 0,
KeySym is
isOK is 1
isMod is 0
encoding is iso8859-1
Using codec ISO 8859-1
ISOEncoded returning value 233
void LyXFunc::processKeySym(boost::shared_ptr<LyXKeySym>,
key_modifier::state) action first set to [-1]
void LyXFunc::processKeySym(boost::shared_ptr<LyXKeySym>,
key_modifier::state)action now set to [-1]
void LyXFunc::processKeySym(boost::shared_ptr<LyXKeySym>,
key_modifier::state) Key [action=-1][]
isText for key 0 isPrint is 1
isText() is true, inserting.
Cannot decode:
SelfInsert arg[`']
Setting key to 4128,
KeySym is Shift_L
isOK is 1
isMod is 1
isModifier true
sending IMStart with 0 chars to 0x86031c8
sending IMEnd with 1 chars to 0x86031c8, text=
Setting key to 0, ?
KeySym is ?
isOK is 1
isMod is 0
encoding is iso8859-1
Using codec ISO 8859-1
Oof. Can't encode the text !
ISOEncoded returning value 0
void LyXFunc::processKeySym(boost::shared_ptr<LyXKeySym>,
key_modifier::state) action first set to [-1]
void LyXFunc::processKeySym(boost::shared_ptr<LyXKeySym>,
key_modifier::state)action now set to [-1]
void LyXFunc::processKeySym(boost::shared_ptr<LyXKeySym>,
key_modifier::state) Key [action=-1][]
isText for key 0 isPrint is 1
isText() is true, inserting.
Save changed document?
----------------------------------------
The document newfile1.lyx has unsaved changes.

Do you want to save the document or discard the changes?
Assuming answer is &Save
&Discard
&Cancel
[EMAIL PROTECTED]:~/ascend$


Reply via email to