
9 Mar
2011
9 Mar
'11
11:22 p.m.
On 3/9/11 2:58 PM, Helmut Eller wrote:
* 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.
Thanks for the update. It works very nicely now for me. Ray