Re: Curses Problem in Detecting Backspace

2008-09-02 Thread Nadav Har'El
On Mon, Sep 01, 2008, Shlomi Fish wrote about Re: Curses Problem in Detecting Backspace: On Monday 01 September 2008, Valery Reznic wrote: It's looks like your BACKSPACE mapped to delete. OK, but what should I do about it? This problem has always driven me crazy - not the actual problem,

Re: Curses Problem in Detecting Backspace

2008-09-02 Thread Nadav Har'El
On Mon, Sep 01, 2008, Shlomi Fish wrote about Re: Curses Problem in Detecting Backspace: It's looks like your BACKSPACE mapped to delete. I found a workaround for this problem in the code for Curses::UI::Common. There they have: { $key = KEY_BACKSPACE if ( ord($key)

Re: Curses Problem in Detecting Backspace

2008-09-02 Thread Yedidyah Bar-David
On Tue, Sep 02, 2008 at 08:59:41AM +0300, Nadav Har'El wrote: The first thing you need to check is whether your terminal emulator (xterm, or whatever you use) sends a backspace (^H, or ASCII 8) when you press the backspace key. From your post it appears it doesn't, and you need to check why.

Re: Curses Problem in Detecting Backspace

2008-09-02 Thread Nadav Har'El
On Tue, Sep 02, 2008, Yedidyah Bar-David wrote about Re: Curses Problem in Detecting Backspace: Not intending to start a flame war, but this is against the Debian policy, which is also assumed by the Linux Backspace/Delete mini-HOWTO. It specifically says 'Terminals should have stty erase ^?'.

Re: Curses Problem in Detecting Backspace

2008-09-02 Thread Yedidyah Bar-David
On Tue, Sep 02, 2008 at 09:51:16AM +0300, Nadav Har'El wrote: On Tue, Sep 02, 2008, Yedidyah Bar-David wrote about Re: Curses Problem in Detecting Backspace: Not intending to start a flame war, but this is against the Debian policy, which is also assumed by the Linux Backspace/Delete

Debian Accessibility Presentation (forwarded from the [EMAIL PROTECTED] mailing list)

2008-09-02 Thread Omer Zak
The full link to a low resolution OGG format is: http://meetings-archive.debian.net/pub/debian-meetings/2008/fosdem/ogg_theora/384x288/How_accessible_is_Debian___Samuel_Thibault.ogg NOTE: It is lacking captions (I already notified the lecturer), but according what I saw from the presentation, the

MSO in Wine: Hebrew backwards.

2008-09-02 Thread Dotan Cohen
I must install MS Office in Wine on Ubuntu Linux. It installs fine, but the Hebrew is backwards. Googling the problem led me to this video, which illustrates the problem: http://www.youtube.com/watch?v=19I2qaykE6w Does anyone know how to fix this? I am on a full UTF-8 Hebrew locale, if that is