Problems with 21.5 nomule Package Smoketest

Aidan Kehoe kehoea at parhasard.net
Sat Jul 31 06:18:37 EDT 2010


 Ar an seachtú lá is fiche de mí Iúil, scríobh Mats Lidell: 

 > Hi,
 > 
 > The nomule build for 21.5 no fails due to 
 > 
 >     "Symbol's value as variable is void: mouse-yank-function"
 > 
 > From comments in mouse.el I understand that it is not dumped with
 > XEmacs when no windows system is compiled in. I guess this is the case
 > on this window system less server. So mouse-yank-function simply isn't
 > there. How do we solve this?

(defvar x-symbol-nomule-mouse-yank-function
  (and-boundp 'mouse-yank-function mouse-yank-function)
  ...)

And similarly for any other missing symbols.

 > Why is x-symbol-nomule having these mouse related functions when
 > x-symbol-mule doesn't? From their names you could expect them to
 > implement the same interface.

As I understand it, when Mule is available, x-symbol creates private
characters and character sets, and can rely on XEmacs to put point in the
right place when people paste with the mouse. When Mule is not available, it
has to do this itself.

-- 
“Apart from the nine-banded armadillo, man is the only natural host of
Mycobacterium leprae, although it can be grown in the footpads of mice.”
  -- Kumar & Clark, Clinical Medicine, summarising improbable leprosy research



More information about the XEmacs-Beta mailing list