home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / alt / lucidem / help / 441 < prev    next >
Encoding:
Text File  |  1992-09-15  |  5.8 KB  |  132 lines

  1. x-gateway: rodan.UU.NET from help-lucid-emacs to alt.lucid-emacs.help; Tue, 15 Sep 1992 18:34:06 EDT
  2. Message-ID: <9209152222.AA20797@lucid.com>
  3. Site: 
  4. Subject: New user finds bugs?  Or maybe I'm just confused.
  5. Date: Tue, 15 Sep 1992 18:21:39 EDT
  6. From: jjd@spserv.bbn.com (James J Dempsey)
  7. Newsgroups: alt.lucid-emacs.help
  8. Path: sparky!uunet!wendy-fate.uu.net!help-lucid-emacs
  9. Sender: help-lucid-emacs-request@lucid.com
  10. Lines: 120
  11.  
  12. I've just started using Lucid Emacs for the first time.  I'm using
  13. v19.3 on a HP9000/720 running HP-UX 8.07 using the modifications for
  14. HP-UX posted to this list by hb@woody.csd.uu.se (Henrik B}kman CSD).
  15. Note that this means I have compiled it without floating point support.
  16.  
  17. I like it a lot, but I have found a series of problems which I will
  18. describe below.  Some of these may indeed be bugs which I will report
  19. to the bug list if I am sure they are bugs.  Others may just be
  20. confusions I have about the way Lucid Emacs works.  Most of them are
  21. incompatibilities between Lucid Emacs and FSF Emacs 18.
  22.  
  23. I'd love to know whether I should report some of these as bugs, or if
  24. I'm just confused.  Are there workarounds?
  25.  
  26. Thanks,
  27.  
  28.         --Jim Dempsey--
  29.         jjd@bbn.com
  30.  
  31. * You can't have region selected in an other window 
  32.  
  33.     I use mh-e, the mh interface for Emacs.  When replying to a message,
  34.     the draft you are composing is in one buffer and the message you are
  35.     replying to is in another.  There is a command which inserts the
  36.     selected part of the reply-to message in your draft.  It works great
  37.     in Emacs 18.58, but with Lucid Emacs, there is no way to have a
  38.     region in one window while your cursor is in the other.
  39.  
  40. * ^W^Y^W doesn't work
  41.  
  42.     In Emacs 18.58, If I kill a region with ^W and then yank it with ^Y
  43.     the pasted region is selected.  I can then do a ^W to delete it again.
  44.     In Lucid, yanked text isn't selected.
  45.  
  46. * I can't start it up in the background
  47.  
  48.     When I start lucid emacs in the background, it stops with
  49.      "Stopped (tty output)".  If I then bring it to the foreground (it
  50.     does no output) and then put it back in the background, it continues
  51.     to function fine in the background.
  52.  
  53. * -geometry on the cmd line doesn't seem to override an Emacs*geometry
  54.   resource in the resource database.
  55.  
  56.     In general, I thought that command line arguments should always
  57.     override defaults in your resource database.
  58.  
  59. * When I start lucid emacs on my NCD X terminal at home, I get this message:
  60.  
  61.     emacs:  Alt_R (0x39) generates Mod1, which is generated by Meta.
  62.  
  63.         Two distinct modifier keys (such as Meta and Hyper) cannot generate
  64.         the same modifier bit, because Emacs won't be able to tell which
  65.         modifier was actually held down when some other key is pressed.  It
  66.         won't be able to tell Meta-x and Hyper-x apart, for example.  Change
  67.         one of these keys to use some other modifier bit.
  68.  
  69.         The meanings of the modifier bits Mod1 through Mod5 are determined
  70.         by the keysyms used to control those bits.  Mod1 does NOT always
  71.         mean Meta, although some non-ICCCM-compliant programs assume that.
  72.  
  73.     Unfortunately, this is exactly the behaviour I want.  I want Meta-x
  74.     and Alt_R-x to be indistinguishable.  Interestingly, I never even
  75.     mention Alt_R in my .xmodmaprc, just Meta_L and Meta_R.  It seems that
  76.     lucid emacs is being too draconian in this regard.  Copies of my
  77.     .xmodmaprc available on request, but the interesting lines are:
  78.         keysym Caps_Lock = Meta_L
  79.         add Mod1 = Meta_L Meta_R
  80.  
  81. * The mouse cursor changes to a watch on garbage collection and remains so
  82.  
  83.     On each GC, the mouse changes to a watch cursor, and remains so until
  84.     the next time the mouse is moved.
  85.  
  86. * The SPACE key terminates an i-search-forward and self-inserts!!!
  87.  
  88.     When I type ^Sfoo<space> the <space> cancels the isearch and inserts
  89.     itself in the buffer.  This is really annoying.  I mentioned this to
  90.     someone on a Sun who uses Lucid emacs 19.3 and it doesn't happen to
  91.     him, so it may be an HP-UX only bug.
  92.  
  93. * The visible bell doesn't work well
  94.  
  95.     I use (setq visible-bell t) in my .emacs file.  This mostly works fine
  96.     in 18.58, but in Lucid Emacs, a subsequent bell appears to have the
  97.     same effect as ^L.  The screen very briefly blanks, perhaps for 1/20th
  98.     of a second, but it is hardly noticable.  I think it should flash some
  99.     color on the screen or reverse video or something similar.
  100.  
  101. * Line continuation/truncation characters appear too soon
  102.  
  103.     Using the default font, a line with 79 characters on it in an 80
  104.     character window displays without line continuation/truncation
  105.     characters.  Using font 6x13, a 79 char line in an 80 char window is
  106.     wrapped or truncated.  This is especially annoying when using
  107.     something like mh-e, which specifically truncates message scan lines
  108.     at 79 characters to avoid this problem.
  109.  
  110. * Autorepeat M-v acts differently than C-v and differently than 18.58
  111.  
  112.     If I hold C-v down so that it autorepeats, I see each page for a
  113.     fraction of a second as it goes by. If I hold down M-v so it
  114.     autorepeats, the display just freezes until I release the key at which
  115.     time it goes to the place in the file many pages previous to which I
  116.     have scrolled.  It is visually useful to see the pages going by so you
  117.     know how far you have gone.  In any case, one would expect C-v and M-v
  118.     to act similarly in this regard.
  119.  
  120. * The mh-e.el included with 19.3 is older than the one shipping with 18.58
  121.  
  122. * When replying to a message in mh-e, v18 can typeahead. V19 no typeahead.
  123.  
  124.     In emacs 18.58 with mh-e, I can issue a "reply to this message"
  125.     command and start typing the reply even before the new draft buffer
  126.     appears, a second later.  The characters I type appear in the new
  127.     draft buffer.  In Lucid Emacs, there is no typeahead, those characters
  128.     are dropped and don't appear to have gone anywhere.
  129.  
  130. *** end of report ***
  131.    
  132.