Path: utzoo!attcan!uunet!aplcen!uakari.primate.wisc.edu!zaphod.mps.ohio-state.edu!usc!ucsd!ucsdhub!hp-sdd!hplabs!hpda!hpcuhc!hpausla!dingo!tom From: tom@dingo.aso.hp.com (Tom Northey) Newsgroups: comp.windows.x Subject: Re: Problems with emacs under X windows Message-ID: <3150001@dingo.aso.hp.com> Date: 27 Feb 90 06:24:26 GMT References: <2000@dover.sps.mot.com> Organization: HP Australian Software Operation Lines: 20 writes in comp.windows.x: > I have been trying desperately to get emacs 18.55 to work correctly under > X windows, but to no avail. ... > First weirdness: Why do I only see what apparently is a subset of the > possible X related emacs functions when I do a M-x x-(file completion)? > ...I suspect that many critical functions are > missing from my list, but I have no idea if this is true. If it is true, why > am I only getting these functions? Your list is the same list I get. It's a list of COMMANDS, because M-x is used for executing commands; completion gives you a context-dependent result. If you want to see the list of functions, commands and variables, go to the *scratch* buffer (for example), type "x-" then M-tab. You will get the functions and variables listed as well. Functions and commands end with in the completion list.