emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: crash when function-key-map is nil


From: Richard Stallman
Subject: Re: crash when function-key-map is nil
Date: Wed, 09 Aug 2006 00:58:59 -0400

    Looks good.  How about the lines (9495-7):

       mock_input = max (t, mock_input);
       fkey.start = fkey.end = KEYMAPP (fkey.map) ? 0 : bufsize + 1;
       keytran.start = keytran.end = KEYMAPP (keytran.map) ? 0 : bufsize + 1;

    should they also read?:

       mock_input = max (t, mock_input);
       fkey.start = fkey.end = 0;
       keytran.start = keytran.end = 0;

I think so.  Thanks.

I installed the change.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]