Re: [PATCHes] bug 2604: crash when a kmap file could not be read.

2006-05-31 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> The following patches fixe the crash when for example the Jean-Marc> user uses a bind file instead of a kmap file. Jean-Marc> What it does is disable a keymap when there has been a read Jean-Marc> error. I tried to r

Re: [PATCHes] bug 2604: crash when a kmap file could not be read.

2006-05-30 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> The following patches fixe the crash when for example the Jean-Marc> user uses a bind file instead of a kmap file. Actually the right patch for 1.5 is this. JMarc Index: src/intl.C =

[PATCHes] bug 2604: crash when a kmap file could not be read.

2006-05-30 Thread Jean-Marc Lasgouttes
The following patches fixe the crash when for example the user uses a bind file instead of a kmap file. What it does is disable a keymap when there has been a read error. I tried to resist the urge to rewrite all the code :) Comments and even testing welcome. I'll apply soon if there are no comp