home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 6878 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  1.9 KB

  1. Path: sparky!uunet!ogicse!usenet.coe.montana.edu!news.u.washington.edu!hardy.u.washington.edu!barr
  2. From: barr@hardy.u.washington.edu (David Barr)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: How to use mouse in x11emacs???
  5. Message-ID: <1992Jul28.163813.15832@u.washington.edu>
  6. Date: 28 Jul 92 16:38:13 GMT
  7. Article-I.D.: u.1992Jul28.163813.15832
  8. References: <1992Jul27.180447.28246@ifi.uio.no> <1992Jul27.185233.5926@funet.fi> <4623@daily-planet.concordia.ca>
  9. Sender: news@u.washington.edu (USENET News System)
  10. Organization: University of Washington
  11. Lines: 31
  12.  
  13. nolet@concour.cs.concordia.ca (Nolet Richard G.) writes:
  14.  
  15. >Well.... the Subject says it all. I downloaded the x11emacs binary from
  16. >tsx (or was it banjo? :). I would have thought that an X version of
  17. >emacs would use the mouse for cursor and cut & paste operations. Can
  18. >someone point out what needs to be done to activate the mouse.
  19.  
  20. Look at x-mouse.el in your emacs lisp directory and you should be able
  21. to figure it out.  Basically, you click the left button to set the
  22. point and click the middle button to insert stuff.  Clicking the right
  23. button copies from the point to wherever you click.  Holding down
  24. control while you click the middle button cuts everything between the
  25. point and where you click.
  26.  
  27. >Also - is it possible to have only one binary of emacs that figures out
  28. >whether it's executing in X or not.
  29.  
  30. Sure.  If the environmental variable DISPLAY is set, then emacs will
  31. run in X mode unless you use the -nw flag.  In all other cases, it
  32. runs in normal, non-X mode.
  33.  
  34. >Thanks for the pointers. (Great job with everything: OS GCC X etc, etc...)
  35.  
  36. >--
  37. >+-------------------------------------------------------------------------+
  38. >| Richard Nolet                          "I am not sure what this is, but |
  39. >| nolet@cs.concordia.ca  (Montreal)       an `F' would only dignify it."  |
  40. >+-------------------------------------------------------------------------+
  41.  
  42.  
  43. David
  44.