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

  1. Newsgroups: alt.lucid-emacs.help
  2. Path: sparky!uunet!nestroy!news-mail-gateway
  3. From: jwz@lucid.COM (Jamie Zawinski)
  4. Subject: Lucid Emacs 19.3 released
  5. Message-ID: <9209092038.AA27379@thalidomide.lucid>
  6. Sender: jwz%thalidomide@lucid.com
  7. Organization: WU Mail/News Gateway
  8. Date: Wed, 9 Sep 1992 20:38:15 GMT
  9. Lines: 261
  10.  
  11. Lucid GNU Emacs 19.3 is now available.  This is a version of GNU Emacs derived
  12. from an early version of Emacs version 19 from the Free Software Foundation.
  13.  
  14. (If you are already a user of version 19.2, you might want to skip ahead to
  15. the section labeled "Differences Between 19.2 and 19.3".)
  16.  
  17. You can get it via anonymous FTP from the host labrea.Stanford.EDU (36.8.0.47).
  18. It is currently available only by FTP.  We don't have the manpower to make 
  19. tapes right now.
  20.  
  21. Log in with the user "anonymous" and "username@host" as a password (that is,
  22. your email address.)  Execute the command "cd pub/gnu/lucid/".  These are
  23. the files you will find there:
  24.  
  25.   lemacs-19.3.tar.Z
  26.     The complete source distribution.  This file is about 8 megabytes.
  27.     When untarred and uncompressed, the source distribution will take up
  28.     about 20 megs. You will need an additional 12 megs or so to compile it.
  29.  
  30.   lemacs-19.3-sun4.tar.Z
  31.     This is a ready-to-run set of Sun4 executables, and a DOC file.  If
  32.     you want to use these executables, you will still need to get the file
  33.     lemacs-19.3.tar.Z, because Emacs cannot function very well without the
  34.     lisp library online.  This file is about 1.7 megs, 3.8 megs when
  35.     unpacked, 3 megs of which is the Emacs executable itself (2.1 megs if
  36.     stripped.)
  37.  
  38. Don't forget to set "binary" mode when transferring these files.  Unpack them
  39. with some variation of the command "zcat lemacs-19.3.tar.Z | tar -vxf -".
  40.  
  41. We have created two mailing lists for discussing our Emacs.
  42.  
  43.    bug-lucid-emacs@lucid.com    For reporting all bugs in Lucid GNU Emacs,
  44.                 including bugs in the compilation and
  45.                 installation procedures.
  46.  
  47.    help-lucid-emacs@lucid.com    For random questions and conversation
  48.                 about using Lucid GNU Emacs.
  49.  
  50. To be added or removed from these mailing lists, send mail to 
  51. bug-lucid-emacs-request@lucid.com or help-lucid-emacs-request@lucid.com.
  52.  
  53. The bug-lucid-emacs and help-lucid-emacs mailing lists are archived on labrea,
  54. and are bidirectionally gatewayed into the newsgroups alt.lucid-emacs.bug and
  55. alt.lucid-emacs.help.
  56.  
  57. The bug-lucid-emacs and help-lucid-emacs mailing lists are archived on labrea.
  58.  
  59. Please do not send messages about problems with Lucid GNU Emacs to the FSF
  60. GNU Emacs newsgroups and mailing lists (help-gnu-emacs@prep.ai.mit.edu,
  61. bug-gnu-emacs@prep.ai.mit.edu, gnu.emacs.help, gnu.emacs.bug, et cetera)
  62. unless you are sure that the problem you are reporting is a problem with
  63. both versions of GNU Emacs.  People who aren't subscribed to the Lucid GNU
  64. Emacs mailing lists most likely are not interested in hearing about problems
  65. with it.
  66.  
  67.  
  68. Why Another Version of Emacs?
  69. =============================
  70.  
  71. Lucid's latest product, Energize, is a C/C++ development environment.  Rather
  72. than invent (and force our users to learn) a new user-interface, we chose to
  73. build part of our environment on top of the world's best editor, GNU Emacs.
  74. (Though our product is commercial, the work we did on GNU Emacs is free
  75. software, and is useful without having to purchase our product.)
  76.  
  77. We needed a version of Emacs with mouse-sensitive regions, multiple fonts,
  78. the ability to mark sections of a buffer as read-only, the ability to detect
  79. which parts of a buffer has been modified, and many other features.
  80.  
  81. Why Not Epoch?
  82. ==============
  83.  
  84. For our purposes, the existing version of Epoch was not sufficient; it did
  85. not allow us to put arbitrary pixmaps/icons in buffers, `undo' did not
  86. restore changes to regions, regions did not overlap and merge their
  87. attributes in the way we needed, and several other things.
  88.  
  89. We could have devoted our time to making Epoch do what we needed (and, in
  90. fact, we spent some time doing that) but, since the FSF planned to include
  91. Epoch-like features in their version 19, we decided that our efforts would be
  92. better spent improving Emacs19 instead of Epoch.  
  93.  
  94. Our original hope was that our changes to Emacs would be incorporated into
  95. the "official" v19.  However, scheduling conflicts arose, and we found that,
  96. given the amount of work still remaining to be done, we didn't have time to
  97. merge with the FSF's code.  Consequently, we have released our work as a
  98. forked branch of Emacs, instead of delaying any longer.
  99.  
  100. It seems likely that a merger of Epoch and Lucid Emacs will occur in the
  101. not-too-distant future.
  102.  
  103. No Warranty
  104. ===========
  105.  
  106. Lucid GNU Emacs is distributed under exactly the same terms as GNU Emacs,
  107. and thus has no warranty of any kind.  (However, Energize support contracts
  108. include Lucid GNU Emacs support.)  We do not currently have plans to sell
  109. support for Emacs independent of support for Energize.
  110.  
  111. What's Different?
  112. =================
  113.  
  114. Lucid GNU Emacs *currently* requires X Windows to run, though it will not be
  115. much work to make it run on dumb ttys again.  We plan to do this soon.
  116.  
  117. We have not personally tried to compile this version of Emacs under anything
  118. but SunOS 4.1 on SparcStations, though others have successfully done so.  We
  119. are very eager to get feedback about portability problems from those who
  120. compile it on other systems.
  121.  
  122. We have reimplemented the basic input model in a more general way; instead of
  123. X input being a special-case of the normal ASCII input stream, Emacs has a
  124. concept of "input events", and ASCII characters are a subset of that.  The
  125. events that Emacs knows about are not X events, but are a generalization of
  126. them, so that Emacs can eventually be ported to different window systems.
  127.  
  128. We have reimplemented keymaps so that sequences of events can be stored into
  129. them instead of just ASCII codes; it is possible to, for example, bind 
  130. different commands to each of the chords Control-h, Control-H, Backspace,
  131. Control-Backspace, and Super-Shift-Backspace.  Key bindings, function key
  132. bindings, and mouse bindings live in the same keymaps.
  133.  
  134. Input and display of all ISO-8859-1 characters is supported.
  135.  
  136. You can have multiple X Windows ("screens" in Emacs terminology).
  137.  
  138. Our Emacs has objects called "extents" and "faces", which are roughly
  139. analogous to Epoch's "buttons," "zones," and "styles."  An extent is a region
  140. of text (a start position and an end position) and a face is a collection of
  141. textual attributes like fonts and colors.  Every extent is displayed in some
  142. "face", so changing the properties of a face immediately updates the display 
  143. of all associated extents.  Faces can be screen-local: you can have a region
  144. of text which displays with completely different attributes when its buffer
  145. is viewed from a different X window.
  146.  
  147. The display attributes of faces may be specified either in lisp or through
  148. the X resource manager.
  149.  
  150. Emacs use the MIT "Xt" toolkit instead of raw Xlib calls, which makes it be
  151. a more well-behaved X citizen (and also improves portability).  A result of
  152. this is that it is possible to include other Xt "Widgets" in the Emacs
  153. window.  Also, Emacs understands the standard Xt command-line arguments.
  154.  
  155. Emacs understands the X11 "Selection" mechanism; it's possible to define
  156. and customize selection converter functions and new selection types from 
  157. elisp, without having to recompile Emacs.
  158.  
  159. Emacs now supports the Zmacs/Lispm style of region highlighting, where the
  160. region between the point and mark is highlighted when in its "active" state.
  161.  
  162. Emacs has a menubar, whose contents are customizable from emacs-lisp.
  163. This menubar looks Motif-ish, but does not require Motif.  If you already
  164. own Motif, however, you can configure Emacs to use a *real* Motif menubar
  165. instead.  If you have OLIT ("OpenLook Intrinsics"), you can use an
  166. OpenWindows-like menubar.
  167.  
  168. The initial load-path is computed at run-time, instead of at compile-time.
  169. This means that if you move the Emacs executable and associated directories
  170. to somewhere else, you don't have to recompile anything.
  171.  
  172. Emacs now supports floating-point numbers.
  173.  
  174. Emacs now knows about timers directly, instead of them being simulated by
  175. a subprocess.
  176.  
  177. Emacs understands truenames, and can be configured to notice when you are
  178. visiting two names of the same file.
  179.  
  180. If you're running on a sun SparcStation, you can specify sound files for
  181. Emacs to play instead of the default X beep.
  182.  
  183. Much more detail about the differences between Lucid GNU Emacs and Emacs 18
  184. can be found in the file .../etc/NEWS (accessible with ``C-h n''.)
  185.  
  186. Note that building Lucid GNU Emacs requires an ANSI C compiler, such as gcc.
  187.  
  188.  
  189. Major Differences Between 19.2 and 19.3
  190. =======================================
  191.  
  192. The ISO characters have correct case and syntax tables now, so the word-motion
  193. and case-converting commands work sensibly on them.
  194.  
  195. If you set ctl-arrow to an integer, you can control exactly which characters
  196. are printable.  (There will be a less crufty way to do this eventually.)
  197.  
  198. Menubars can now be buffer local; the function set-screen-menubar no longer
  199. exists.  Look at GNUS and VM for examples of how to do this, or read 
  200. menubar.el.
  201.  
  202. When emacs is reading from the minibuffer with completions, any completions
  203. which are visible on the screen will highlight when the mouse moves over them;
  204. clicking middle on a completion is the same as typing it at the minibuffer.
  205. Some implications of this:  The *Completions* buffer is always mousable.  If
  206. you're using the completion feature of find-tag, your source code will be
  207. mousable when you type M-.  Dired buffers will be mousable as soon as you 
  208. type ^X^F.  And so on.
  209.  
  210. The old isearch code has been replaced with a descendant of Dan LaLiberte's
  211. excellent isearch-mode; it is more customizable, and generally less bogus.
  212. You can search for "composed" characters.  There are new commands, too; see
  213. the doc for ^S, or the NEWS file.
  214.  
  215. Note that ESC no longer terminates an isearch: LFD does instead.  This is 
  216. a change RMS has made in his v19 as well.  The old isearch variables (like
  217. search-repeat-char) are no longer used; it's all done with keymaps now.
  218. Please try to avoid the temptation to bind ESC to its old behavior; it was
  219. always a bad idea to overload the meta-prefix-char in this way.  If you 
  220. don't have a LFD key, you can make some other key be the terminator (RET,
  221. or F1, or whatever) but using ESC is more complicated because of its goofy
  222. equivalence to Meta.
  223.  
  224. A patched GNUS 3.14 is included.
  225.  
  226. The user's manual now documents Lucid Emacs 19.3.
  227.  
  228. A few more modes have mouse and menu support.
  229.  
  230. The startup code should be a little more robust, and give you more reasonable
  231. error messages when things aren't installed quite right (instead of the
  232. ubiquitous "cannot open DISPLAY"...)
  233.  
  234. Subdirectories of the lisp directory whose names begin with a hyphen or dot
  235. are not automatically added to the load-path, so you can use this to avoid
  236. accidentally inflicting experimental software on your users.
  237.  
  238. I've tried to incorporate all of the portability patches that were sent to
  239. me; I tried to solve some of the problems in different ways than the 
  240. patches did, so let me know if I missed something.
  241.  
  242. There's no `configure' support yet.  I've been sent patches to make 19.1
  243. work with configure, but I haven't had time to integrate them into 19.3.
  244.  
  245. The OLIT menubar probably still doesn't work.  Fixes are welcome, as always.
  246.  
  247. Some systems will need to define NEED_STRDUP, NEED_REALPATH, HAVE_DREM, or
  248. HAVE_REMAINDER in config.h.  Really this should be done in the appropriate
  249. s- or m- files, but I don't know which systems need these and which don't.
  250. If yours does, let me know which file it should be in.
  251.  
  252. I haven't made diffs, because they would be really huge, and I still don't
  253. know a truly painless way to make diffs of an emacs source tree.
  254.  
  255. Check out these new packages:
  256.  
  257. blink-paren.el:    causes the matching parenthesis to flash on and off whenever
  258.         the cursor is sitting on a paren-syntax character.
  259.  
  260. pending-del.el:    Certain commands implicitly delete the highlighted region:
  261.         Typing a character when there is a highlighted region replaces
  262.         that region with the typed character.
  263.  
  264. lhilit.el:    Attaches fonts/colors to patterns matching regular expressions.
  265.  
  266. font-lock.el:    Yet Another code-highlighting package, but this one is driven
  267.         off of syntax tables, so that it understands block comments,
  268.         strings, etc.  The insertion hook is used to fontify text as
  269.         you type it in.  (This is fast now.)
  270.  
  271. shell-font.el:    Displays your shell-buffer prompt in boldface.
  272.