Search the FAQ Archives

3 - A - B - C - D - E - F - G - H - I - J - K - L - M
N - O - P - Q - R - S - T - U - V - W - X - Y - Z
faqs.org - Internet FAQ Archives

comp.windows.x.intrinsics Frequently Asked Questions (FAQ)
Section - 34. Why can't I override translations? Only the first item works.

( Single Page )
[ Usenet FAQs | Web FAQs | Documents | RFC Index | Cities ]


Top Document: comp.windows.x.intrinsics Frequently Asked Questions (FAQ)
Previous Document: 33.!How do I make my life easier when designing an application?
Next Document: 35. Why do I get "Warning: Widget class version mismatch"?
See reader questions & answers on this topic! - Help others by sharing your knowledge
----------------------------------------------------------------------

(Thanks to Timothy J. Horton, 5/91)

You probably have an extra space after the specification of the first 
item, like this:
	basic*text.translations:  #override \
	Ctrl<Key>a:    beginning-of-line() \n\ 	
	Ctrl<Key>e:    end-of-line()
					      ^ extra space
The newline after that space is ending the translation definition.

User Contributions:

Comment about this article, ask questions, or add new information about this topic: