Re: strange ee behaviour

2009-08-02 Thread Alexander Best
this issue still exists in BETA-2. imo it really needs to be fixed before the
release of 8.0. if i were to test a new OS and discover that it comes with an
editor which crashes when opening a new term i'd be very frustrated.

alex
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: strange ee behaviour

2009-07-01 Thread Paul B. Mahol
On 7/1/09, Alexander Best alexbes...@math.uni-muenster.de wrote:
 i'm running xorg-7.4.2 and x11-wm/awesome on HEAD (r195173). when i run ee
 in
 the debugger and open another xterm the debugger says Program exited
 normally.. so it's not a program crash i guess.

 Paul B. Mahol schrieb am 2009-07-01:
 On 6/30/09, Alexander Best alexbes...@math.uni-muenster.de wrote:
  hi there,

  i'm experiencing this strange `ee` behaviour lately. when i open
  `ee` in an
  xterm and open another xterm `ee` simply exits. if i try to enter
  commands
  which output to sdtout/stderr like `ls` on the xterm window ee was
  running
  on
  the output is a mess.

  i'm running r195173 (HEAD).

 Can't reproduce. Which X environment do you use?

Actually I can, if I resize xterm window, ee will exit.
You really should mentioned that you use awesome at first place.

-- 
Paul
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: strange ee behaviour

2009-07-01 Thread Alexander Best
oh sorry. i thought this was ee related because there've been some recent
changes in the ee src. if it's awesome's fault i'll try to replace the
installed version from ports with a svn snapshot. maybe the problem's been
fixed already.

cheers.

Paul B. Mahol schrieb am 2009-07-01:
 On 7/1/09, Alexander Best alexbes...@math.uni-muenster.de wrote:
  i'm running xorg-7.4.2 and x11-wm/awesome on HEAD (r195173). when i
  run ee
  in
  the debugger and open another xterm the debugger says Program
  exited
  normally.. so it's not a program crash i guess.

  Paul B. Mahol schrieb am 2009-07-01:
  On 6/30/09, Alexander Best alexbes...@math.uni-muenster.de
  wrote:
   hi there,

   i'm experiencing this strange `ee` behaviour lately. when i open
   `ee` in an
   xterm and open another xterm `ee` simply exits. if i try to
   enter
   commands
   which output to sdtout/stderr like `ls` on the xterm window ee
   was
   running
   on
   the output is a mess.

   i'm running r195173 (HEAD).

  Can't reproduce. Which X environment do you use?

 Actually I can, if I resize xterm window, ee will exit.
 You really should mentioned that you use awesome at first place.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: strange ee behaviour

2009-07-01 Thread Paul B. Mahol
On 7/1/09, Paul B. Mahol one...@gmail.com wrote:
 On 7/1/09, Alexander Best alexbes...@math.uni-muenster.de wrote:
 i'm running xorg-7.4.2 and x11-wm/awesome on HEAD (r195173). when i run
 ee
 in
 the debugger and open another xterm the debugger says Program exited
 normally.. so it's not a program crash i guess.

 Paul B. Mahol schrieb am 2009-07-01:
 On 6/30/09, Alexander Best alexbes...@math.uni-muenster.de wrote:
  hi there,

  i'm experiencing this strange `ee` behaviour lately. when i open
  `ee` in an
  xterm and open another xterm `ee` simply exits. if i try to enter
  commands
  which output to sdtout/stderr like `ls` on the xterm window ee was
  running
  on
  the output is a mess.

  i'm running r195173 (HEAD).

 Can't reproduce. Which X environment do you use?

 Actually I can, if I resize xterm window, ee will exit.
 You really should mentioned that you use awesome at first place.

Problems is that ee doesnt handle SIGWINCH properly.
ee on FreeBSD is linked with ncurses but new_curse.c from contrib/ee is
only file that mentions SIGWINCH and that file is not part of
usr.bin/ee/Makefile

-- 
Paul
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: strange ee behaviour

2009-07-01 Thread Paul B. Mahol
On 7/1/09, Alexander Best alexbes...@math.uni-muenster.de wrote:
 oh sorry. i thought this was ee related because there've been some recent
 changes in the ee src. if it's awesome's fault i'll try to replace the
 installed version from ports with a svn snapshot. maybe the problem's been
 fixed already.

This is really ee bug and not awesome fault.
It can be reproduced with any window manager that can resize windows.

 cheers.

 Paul B. Mahol schrieb am 2009-07-01:
 On 7/1/09, Alexander Best alexbes...@math.uni-muenster.de wrote:
  i'm running xorg-7.4.2 and x11-wm/awesome on HEAD (r195173). when i
  run ee
  in
  the debugger and open another xterm the debugger says Program
  exited
  normally.. so it's not a program crash i guess.

  Paul B. Mahol schrieb am 2009-07-01:
  On 6/30/09, Alexander Best alexbes...@math.uni-muenster.de
  wrote:
   hi there,

   i'm experiencing this strange `ee` behaviour lately. when i open
   `ee` in an
   xterm and open another xterm `ee` simply exits. if i try to
   enter
   commands
   which output to sdtout/stderr like `ls` on the xterm window ee
   was
   running
   on
   the output is a mess.

   i'm running r195173 (HEAD).

  Can't reproduce. Which X environment do you use?

 Actually I can, if I resize xterm window, ee will exit.
 You really should mentioned that you use awesome at first place.




-- 
Paul
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: strange ee behaviour

2009-07-01 Thread Alexander Best
oh. i see. is this hard to fix? maybe a problem report would be useful?

cheers.

Paul B. Mahol schrieb am 2009-07-01:
 On 7/1/09, Paul B. Mahol one...@gmail.com wrote:
  On 7/1/09, Alexander Best alexbes...@math.uni-muenster.de wrote:
  i'm running xorg-7.4.2 and x11-wm/awesome on HEAD (r195173). when
  i run
  ee
  in
  the debugger and open another xterm the debugger says Program
  exited
  normally.. so it's not a program crash i guess.

  Paul B. Mahol schrieb am 2009-07-01:
  On 6/30/09, Alexander Best alexbes...@math.uni-muenster.de
  wrote:
   hi there,

   i'm experiencing this strange `ee` behaviour lately. when i
   open
   `ee` in an
   xterm and open another xterm `ee` simply exits. if i try to
   enter
   commands
   which output to sdtout/stderr like `ls` on the xterm window ee
   was
   running
   on
   the output is a mess.

   i'm running r195173 (HEAD).

  Can't reproduce. Which X environment do you use?

  Actually I can, if I resize xterm window, ee will exit.
  You really should mentioned that you use awesome at first place.

 Problems is that ee doesnt handle SIGWINCH properly.
 ee on FreeBSD is linked with ncurses but new_curse.c from contrib/ee
 is
 only file that mentions SIGWINCH and that file is not part of
 usr.bin/ee/Makefile

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: strange ee behaviour

2009-07-01 Thread Paul B. Mahol
On 7/1/09, Alexander Best alexbes...@math.uni-muenster.de wrote:
 oh. i see. is this hard to fix? maybe a problem report would be useful?

Not hard. Please report problem to freebsd developers because everything
points it is FreeBSD problem.


 cheers.

 Paul B. Mahol schrieb am 2009-07-01:
 On 7/1/09, Paul B. Mahol one...@gmail.com wrote:
  On 7/1/09, Alexander Best alexbes...@math.uni-muenster.de wrote:
  i'm running xorg-7.4.2 and x11-wm/awesome on HEAD (r195173). when
  i run
  ee
  in
  the debugger and open another xterm the debugger says Program
  exited
  normally.. so it's not a program crash i guess.

  Paul B. Mahol schrieb am 2009-07-01:
  On 6/30/09, Alexander Best alexbes...@math.uni-muenster.de
  wrote:
   hi there,

   i'm experiencing this strange `ee` behaviour lately. when i
   open
   `ee` in an
   xterm and open another xterm `ee` simply exits. if i try to
   enter
   commands
   which output to sdtout/stderr like `ls` on the xterm window ee
   was
   running
   on
   the output is a mess.

   i'm running r195173 (HEAD).

  Can't reproduce. Which X environment do you use?

  Actually I can, if I resize xterm window, ee will exit.
  You really should mentioned that you use awesome at first place.

 Problems is that ee doesnt handle SIGWINCH properly.
 ee on FreeBSD is linked with ncurses but new_curse.c from contrib/ee
 is
 only file that mentions SIGWINCH and that file is not part of
 usr.bin/ee/Makefile




-- 
Paul
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: strange ee behaviour

2009-07-01 Thread Alexander Best
thanks for the help. i submitted a PR
(http://www.freebsd.org/cgi/query-pr.cgi?pr=136223).

cheers.
alex

Paul B. Mahol schrieb am 2009-07-01:
 On 7/1/09, Alexander Best alexbes...@math.uni-muenster.de wrote:
  oh. i see. is this hard to fix? maybe a problem report would be
  useful?

 Not hard. Please report problem to freebsd developers because
 everything
 points it is FreeBSD problem.


  cheers.

  Paul B. Mahol schrieb am 2009-07-01:
  On 7/1/09, Paul B. Mahol one...@gmail.com wrote:
   On 7/1/09, Alexander Best alexbes...@math.uni-muenster.de
   wrote:
   i'm running xorg-7.4.2 and x11-wm/awesome on HEAD (r195173).
   when
   i run
   ee
   in
   the debugger and open another xterm the debugger says Program
   exited
   normally.. so it's not a program crash i guess.

   Paul B. Mahol schrieb am 2009-07-01:
   On 6/30/09, Alexander Best alexbes...@math.uni-muenster.de
   wrote:
hi there,

i'm experiencing this strange `ee` behaviour lately. when i
open
`ee` in an
xterm and open another xterm `ee` simply exits. if i try to
enter
commands
which output to sdtout/stderr like `ls` on the xterm window
ee
was
running
on
the output is a mess.

i'm running r195173 (HEAD).

   Can't reproduce. Which X environment do you use?

   Actually I can, if I resize xterm window, ee will exit.
   You really should mentioned that you use awesome at first place.

  Problems is that ee doesnt handle SIGWINCH properly.
  ee on FreeBSD is linked with ncurses but new_curse.c from
  contrib/ee
  is
  only file that mentions SIGWINCH and that file is not part of
  usr.bin/ee/Makefile




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: strange ee behaviour

2009-06-30 Thread Paul B. Mahol
On 6/30/09, Alexander Best alexbes...@math.uni-muenster.de wrote:
 hi there,

 i'm experiencing this strange `ee` behaviour lately. when i open `ee` in an
 xterm and open another xterm `ee` simply exits. if i try to enter commands
 which output to sdtout/stderr like `ls` on the xterm window ee was running
 on
 the output is a mess.

 i'm running r195173 (HEAD).

Can't reproduce. Which X environment do you use?

-- 
Paul
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: strange ee behaviour

2009-06-30 Thread Alexander Best
i'm running xorg-7.4.2 and x11-wm/awesome on HEAD (r195173). when i run ee in
the debugger and open another xterm the debugger says Program exited
normally.. so it's not a program crash i guess.

Paul B. Mahol schrieb am 2009-07-01:
 On 6/30/09, Alexander Best alexbes...@math.uni-muenster.de wrote:
  hi there,

  i'm experiencing this strange `ee` behaviour lately. when i open
  `ee` in an
  xterm and open another xterm `ee` simply exits. if i try to enter
  commands
  which output to sdtout/stderr like `ls` on the xterm window ee was
  running
  on
  the output is a mess.

  i'm running r195173 (HEAD).

 Can't reproduce. Which X environment do you use?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org