home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / emacs / 3895 < prev    next >
Encoding:
Text File  |  1993-01-02  |  1.1 KB  |  34 lines

  1. Path: sparky!uunet!spool.mu.edu!agate!ames!sgi!fido!fido!jackr
  2. From: jackr@wpd.sgi.com (John "Jack" Repenning)
  3. Newsgroups: comp.emacs
  4. Subject: How Does M-x resolve ambiguities?
  5. Date: 1 Jan 93 21:00:43
  6. Organization: Silicon Graphics, Inc.
  7. Lines: 23
  8. Message-ID: <JACKR.93Jan1210043@dblues.wpd.sgi.com>
  9. NNTP-Posting-Host: dblues.wpd.sgi.com
  10.  
  11. Suppose, in GNU Emacs, you have two commands (meaning M-x'able
  12. things), where one's name is a proper head of the other (xxx and
  13. xxxyyy).  When you type "M-x xxx<rtn>", you don't seem to get a
  14. consistent result: sometimes you get the short, exact match, sometimes
  15. the longer partial match.  Why is that?  Is there some way I can
  16. influence this preference?  
  17.  
  18. I have several such cases.  I think I always prefer that the shorter,
  19. exact match be used, and it mostly is.  But one pair goes the other
  20. way, and I'm sure I don't want it to!  The "offending" pair are both
  21. autoloaded, one from site-init:
  22.  
  23.     (autoload 'gnuscope ...)
  24.  
  25. one from ~/.emacs:
  26.  
  27.     (autoload 'gnus ...)
  28.  
  29.  
  30.  
  31. Jack Repenning            1-875         jackr@wpd.sgi.com
  32. Silicon Graphics, Inc.                    Off:(415) 390-3027
  33. Visual Magic Division                Fax:(415) 390-6056
  34.