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: Nick Roberts
Subject: Re: crash when function-key-map is nil
Date: Tue, 1 Aug 2006 13:16:55 +1200

 >  >   keytran.start = keytran.end = KEYMAPP (keytran.map) ? 0 : bufsize + 1;
 > 
 > 
 > Please try this replacement line:
 > 
 >  >     keytran.start = keytran.end = 0;
 > 
 > I think that will make things cleaner.

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;

-- 
Nick                                           http://www.inet.net.nz/~nickrob




reply via email to

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