home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / gnu / emacs / bug / 1177 < prev    next >
Encoding:
Text File  |  1992-08-12  |  1.4 KB  |  48 lines

  1. Newsgroups: gnu.emacs.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!up3aud1.gwdg.de!ralf
  3. From: ralf@up3aud1.gwdg.de (Ralf Fassel)
  4. Subject: abbrev-mode bug
  5. Message-ID: <9208111306.AA03051@up3aud1.gwdg.de>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Tue, 11 Aug 1992 17:06:46 GMT
  10. Approved: bug-gnu-emacs@prep.ai.mit.edu
  11. Lines: 35
  12.  
  13. Guten Tag,
  14. found sth that looks like a bug in abbrev-mode in
  15. (emacs-version) "GNU Emacs 18.57.4 of Thu Apr 16 1992 on hinz (berkeley-unix)"
  16. running on a Sun-Sparc IPC, SunOS 4.1.2.
  17.  
  18. my-shell-prompt: emacs -q
  19. then execute lisp-expessions (or laod-file with contents:)
  20.  
  21. (define-abbrev-table 'lisp-mode-abbrev-table '(
  22.     ("abb" "abbrev" nil 0)
  23.     ))
  24. (abbrev-mode 1)
  25.  
  26.  
  27. Now insert 'abb', type ESC-' (abbrev-prefix-mark) to mark 'abb' 
  28. as prefix and insert 'mode ' to expand the abbrev.
  29. Screen looks like
  30. >abbrev-mode <
  31. where it should be
  32. >abbrevmode <
  33. (arrows to show spaces). 
  34.  
  35. It seems to be a screen-updating problem, because a redisplay or 
  36. deletion of characters in front of the minus-sign makes the screen 
  37. show up the correct contents of the buffer.
  38.  
  39. Best regards 
  40. Ralf
  41.  
  42. ---------------------------------------------------------
  43. Ralf Fassel                   III.Physikalisches Institut
  44. Internet: ralf@up3aud1.gwdg.de          Buergerstr. 42-44
  45. Phone: (Germany)(551)39-7730            W-3400 Goettingen
  46. FAX:   (Germany)(551)39-7720                      Germany
  47.  
  48.