On 8/22/05, Michael Jennings <[EMAIL PROTECTED]> wrote:

> 
> It sounds like it might be related to the cut_chars option (internal
> variable rs_cutchars).  Can you run under gdb and check that
> variable's value in each circumstance?  Also, please report the values
> of $ETERM_THEME_ROOT and $ETERM_USER_ROOT in both cases.
> 

Case 1: with ~/.Eterm
[EMAIL PROTECTED] Eterm]$ echo $ETERM_THEME_ROOT
/home/jperrin/.Eterm/themes/Eterm

[EMAIL PROTECTED] Eterm]$ echo $ETERM_USER_ROOT
/home/jperrin/.Eterm/themes/Eterm

(gdb) print rs_cutchars
$1 = 0x9e724c8 "\\`\""

Case 2: without ~/.Eterm

[EMAIL PROTECTED] Eterm]$ echo $ETERM_THEME_ROOT
/usr/share/Eterm/themes/Eterm

[EMAIL PROTECTED] Eterm]$ echo $ETERM_USER_ROOT
/home/jperrin/.Eterm/themes/Eterm

(gdb) print rs_cutchars
$1 = 0x97dc948 "\\`\"'&() *,;<=>[EMAIL PROTECTED]|}"


Hope that helps diagnose wtf is going on here. Let me know if any
further info is required.



-- 
Jim Perrin
System Administrator - UIT
Ft Gordon & US Army Signal Center


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to