Re: [E-devel] re: Eterm Select behavior

2005-08-22 Thread Michael Jennings
On Saturday, 20 August 2005, at 11:39:31 (-0500),
Bill Richards wrote:

 I'm using Eterm 0.9.3 and am having a problem with selection
 behavior.  My windows Manager is KDE 3.4 and I am launching
 Eterm with the foolowing swithceds
 
 Eterm -f white --select-line=off --xterm-select=on
 
 Bottowm line when I am in vi the double-clokc to select, selets
 the entire line and not just on work or IP address.  Is this
 a know bug or am i doing something wrong.  I have tried multiple
 command line syntaxes no no avail.  COuld it be the windows
 manager overiding this?

I can't reproduce anything like that here.  Have you tried getting
Eterm from CVS?

Michael

-- 
Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  [EMAIL PROTECTED]
n + 1, Inc., http://www.nplus1.net/   Author, Eterm (www.eterm.org)
---
 IMPORTANT NOTICE:  If you are one of the hundreds of parachuting
  enthusiasts who bought our 'Easy Sky Diving' book, please make the
  following correction:   on page 8, line 7, the words 'state zip
  code' should have read 'pull rip cord.'
   -- notice appearing in a Warrenton, Virginia, newspaper


---
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


Re: [E-devel] re: Eterm Select behavior

2005-08-22 Thread Jim Perrin
 I can't reproduce anything like that here.  Have you tried getting
 Eterm from CVS?
 


I can reproduce this on CentOS 4.1, with current Eterm from CVS. It
for whatever reason seems to be related to the config file. If I rm
-rf the .Eterm dir and run Eterm I get normal select behavior. When
.Eterm is present, even with a blank config, the whole line is
selected. I'm happy to help debug, but I'm a bit newbie-ish at it. If
mej can offer some insight as to what he needs,  I'll do my best to
help.


-- 
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


Re: [E-devel] re: Eterm Select behavior

2005-08-22 Thread Michael Jennings
On Monday, 22 August 2005, at 09:54:22 (-0400),
Jim Perrin wrote:

 I can reproduce this on CentOS 4.1, with current Eterm from CVS. It
 for whatever reason seems to be related to the config file. If I rm
 -rf the .Eterm dir and run Eterm I get normal select behavior. When
 .Eterm is present, even with a blank config, the whole line is
 selected. I'm happy to help debug, but I'm a bit newbie-ish at
 it. If mej can offer some insight as to what he needs, I'll do my
 best to help.

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.

Thanks,
Michael

-- 
Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  [EMAIL PROTECTED]
n + 1, Inc., http://www.nplus1.net/   Author, Eterm (www.eterm.org)
---
 A slipping gear could let your M203 grenade launcher fire when you
  least expect it.  That would make you quite unpopular in what's left
  of your unit.   -- In the August 1993 issue, page 9, of PS magazine


---
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


Re: [E-devel] re: Eterm Select behavior

2005-08-22 Thread Jim Perrin
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


Re: [E-devel] re: Eterm Select behavior

2005-08-22 Thread Jim Perrin
 
 Okay, the difference here is that the theme.cfg being used changes.
 What are the contents of ~/.Eterm/themes/Eterm/theme.cfg?
 

The difference is simpler than that. Apparently I was still using my
old config file, which had a bad cut_chars value in user.cfg.
Regenerating a new config solves the problem.

new cut_chars line is 
cut_chars \\\`\\'() *,;=[EMAIL PROTECTED]|}



-- 
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


Re: [E-devel] re: Eterm Select behavior

2005-08-22 Thread Michael Jennings
On Monday, 22 August 2005, at 11:29:18 (-0400),
Jim Perrin wrote:

 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 =3D 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 =3D 0x97dc948 \\`\'() *,;=3D[EMAIL PROTECTED]|}

Okay, the difference here is that the theme.cfg being used changes.
What are the contents of ~/.Eterm/themes/Eterm/theme.cfg?

Michael

-- 
Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  [EMAIL PROTECTED]
n + 1, Inc., http://www.nplus1.net/   Author, Eterm (www.eterm.org)
---
 I see forever when I look into your eyes.  You're all I ever wanted,
  I always want you to be mine.  Let's make a promise till the end of
  time -- we'll always be together, and our love will never die.
-- Firehouse, When I Look into Your Eyes


---
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