 
            
            
            
            
                9 Mar
                
                    2011
                
            
            
                9 Mar
                
                '11
                
            
            
            
        
    
                1:58 p.m.
            
        * Raymond Toy [2011-03-04 18:39] writes:
My workaround for this is
(char-at-point (substring-no-properties (or (thing-at-point 'char) "\n")))
Not great, but solves the problem. I'm not sure what the right solution would be.
I committed some stuff to get rid of the strange (thing-at-point 'char). It also seems to work in XEmacs now. Helmut