home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / emacs / bug / 1681 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  11.3 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!cis.ohio-state.edu!lucid.com!jwz
  2. From: jwz@lucid.com (Jamie Zawinski)
  3. Newsgroups: gnu.emacs.bug
  4. Subject: Lucid Emacs 19.4 released
  5. Date: 21 Jan 1993 18:04:11 -0500
  6. Organization: GNUs Not Usenet
  7. Lines: 243
  8. Sender: daemon@cis.ohio-state.edu
  9. Approved: bug-gnu-emacs@prep.ai.mit.edu
  10. Distribution: gnu
  11. Message-ID: <9301211015.AA01490@thalidomide.lucid>
  12.  
  13. Lucid GNU Emacs 19.4 is now available.  This is a version of GNU Emacs derived
  14. from an early version of Emacs version 19 from the Free Software Foundation.
  15.  
  16. (If you are already a user of version 19.3, you might want to skip ahead to
  17. the section labeled "Differences Between 19.3 and 19.4".)
  18.  
  19. You can get it via anonymous FTP from labrea.Stanford.EDU (36.8.0.112).  It
  20. is currently available only by FTP.  We don't have the manpower to make tapes
  21. right now.
  22.  
  23. Log in with the user "anonymous" and "username@host" as a password (that is,
  24. your email address.)  Execute the command "cd pub/gnu/lucid/".  These are
  25. the files you will find there:
  26.  
  27.   lemacs-19.4.tar.Z
  28.     The complete source distribution.  This file is about 9 megabytes.
  29.     When untarred and uncompressed, the source distribution will take up
  30.     about 22 megs. You will need an additional 12 megs or so to compile it.
  31.  
  32.   lemacs-19.4-sun4.tar.Z
  33.     This is a ready-to-run set of Sun4 executables, and a DOC file.  If
  34.     you want to use these executables, you will still need to get the file
  35.     lemacs-19.4.tar.Z, because Emacs cannot function very well without the
  36.     lisp library online.  This file is about 2.5 megs, 4.9 megs when
  37.     unpacked, 3.6 megs of which is the Emacs executable itself (2.5 megs if
  38.     stripped.)  This version of lemacs is compiled with support for Motif
  39.     dialog boxes and XPM files.
  40.  
  41.   xpm-3.2a.tar.Z
  42.     The XPM library (optional.)
  43.  
  44. Don't forget to set "binary" mode when transferring these files.  Unpack them
  45. with some variation of the command "zcat lemacs-19.4.tar.Z | tar -vxf -".
  46.  
  47. We have created two mailing lists for discussing our Emacs.
  48.  
  49.    bug-lucid-emacs@lucid.com    For reporting all bugs in Lucid GNU Emacs,
  50.                 including bugs in the compilation and
  51.                 installation procedures.
  52.  
  53.    help-lucid-emacs@lucid.com    For random questions and conversation
  54.                 about using Lucid GNU Emacs.
  55.  
  56. To be added or removed from these mailing lists, send mail to 
  57. bug-lucid-emacs-request@lucid.com or help-lucid-emacs-request@lucid.com.
  58.  
  59. The bug-lucid-emacs and help-lucid-emacs mailing lists are archived on labrea,
  60. and are bidirectionally gatewayed into the newsgroups alt.lucid-emacs.bug and
  61. alt.lucid-emacs.help.
  62.  
  63. The bug-lucid-emacs and help-lucid-emacs mailing lists are archived on labrea.
  64.  
  65. Please do not send messages about problems with Lucid GNU Emacs to the FSF
  66. GNU Emacs newsgroups and mailing lists (help-gnu-emacs@prep.ai.mit.edu,
  67. bug-gnu-emacs@prep.ai.mit.edu, gnu.emacs.help, gnu.emacs.bug, et cetera)
  68. unless you are sure that the problem you are reporting is a problem with
  69. both versions of GNU Emacs.  People who aren't subscribed to the Lucid GNU
  70. Emacs mailing lists most likely are not interested in hearing about problems
  71. with it.
  72.  
  73.  
  74. Why Another Version of Emacs?
  75. =============================
  76.  
  77. Lucid's latest product, Energize, is a C/C++ development environment.  Rather
  78. than invent (and force our users to learn) a new user-interface, we chose to
  79. build part of our environment on top of the world's best editor, GNU Emacs.
  80. (Though our product is commercial, the work we did on GNU Emacs is free
  81. software, and is useful without having to purchase our product.)
  82.  
  83. We needed a version of Emacs with mouse-sensitive regions, multiple fonts,
  84. the ability to mark sections of a buffer as read-only, the ability to detect
  85. which parts of a buffer has been modified, and many other features.
  86.  
  87. Why Not Epoch?
  88. ==============
  89.  
  90. For our purposes, the existing version of Epoch was not sufficient; it did
  91. not allow us to put arbitrary pixmaps/icons in buffers, `undo' did not
  92. restore changes to regions, regions did not overlap and merge their
  93. attributes in the way we needed, and several other things.
  94.  
  95. We could have devoted our time to making Epoch do what we needed (and, in
  96. fact, we spent some time doing that) but, since the FSF planned to include
  97. Epoch-like features in their version 19, we decided that our efforts would 
  98. be better spent improving Emacs19 instead of Epoch.  
  99.  
  100. Our original hope was that our changes to Emacs would be incorporated into
  101. the "official" v19.  However, scheduling conflicts arose, and we found that,
  102. given the amount of work still remaining to be done, we didn't have time to
  103. merge with the FSF's code.  Consequently, we have released our work as a
  104. forked branch of Emacs, instead of delaying any longer.
  105.  
  106. Work has begun on a merger of Epoch and Lucid Emacs.  It seems likely that 
  107. the next release of Epoch will be based on Lucid Emacs instead of GNU Emacs
  108. from the FSF.  At some point, Lucid Emacs and Epoch will probably be the 
  109. same thing.
  110.  
  111. No Warranty
  112. ===========
  113.  
  114. Lucid Emacs is distributed under exactly the same terms as GNU Emacs, and
  115. thus has no warranty of any kind.
  116.  
  117. However, if you have received this version of Emacs with Energize, then it is
  118. covered by your Energize support contract.  If you have received it through
  119. some other means, then you may buy a support contract for it from Lucid.
  120. Send mail to lucid-info@lucid.com for more information about Lucid Emacs or
  121. Energize.
  122.  
  123. What's Different?
  124. =================
  125.  
  126. Lucid Emacs *currently* requires X Windows to run, though it will not be much
  127. work to make it run on dumb ttys again.  We plan to do this eventually.
  128.  
  129. We have not personally tried to compile this version of Emacs under anything
  130. but SunOS 4.1 on SparcStations, though others have successfully done so.  We
  131. are very eager to get feedback about portability problems from those who
  132. compile it on other systems.
  133.  
  134. We have reimplemented the basic input model in a more general way; instead of
  135. X input being a special-case of the normal ASCII input stream, Emacs has a
  136. concept of "input events", and ASCII characters are a subset of that.  The
  137. events that Emacs knows about are not X events, but are a generalization of
  138. them, so that Emacs can eventually be ported to different window systems.
  139.  
  140. We have reimplemented keymaps so that sequences of events can be stored into
  141. them instead of just ASCII codes; it is possible to, for example, bind 
  142. different commands to each of the chords Control-h, Control-H, Backspace,
  143. Control-Backspace, and Super-Shift-Backspace.  Key bindings, function key
  144. bindings, and mouse bindings live in the same keymaps.
  145.  
  146. Input and display of all ISO-8859-1 characters is supported.
  147.  
  148. You can have multiple X Windows ("screens" in Emacs terminology).
  149.  
  150. Our Emacs has objects called "extents" and "faces", which are roughly
  151. analogous to Epoch's "buttons," "zones," and "styles."  An extent is a region
  152. of text (a start position and an end position) and a face is a collection of
  153. textual attributes like fonts and colors.  Every extent is displayed in some
  154. "face", so changing the properties of a face immediately updates the display 
  155. of all associated extents.  Faces can be screen-local: you can have a region
  156. of text which displays with completely different attributes when its buffer
  157. is viewed from a different X window.
  158.  
  159. The display attributes of faces may be specified either in lisp or through
  160. the X resource manager.
  161.  
  162. Emacs use the MIT "Xt" toolkit instead of raw Xlib calls, which makes it be
  163. a more well-behaved X citizen (and also improves portability).  A result of
  164. this is that it is possible to include other Xt "Widgets" in the Emacs
  165. window.  Also, Emacs understands the standard Xt command-line arguments.
  166.  
  167. Emacs understands the X11 "Selection" mechanism; it's possible to define
  168. and customize selection converter functions and new selection types from 
  169. elisp, without having to recompile Emacs.
  170.  
  171. Emacs now supports the Zmacs/Lispm style of region highlighting, where the
  172. region between the point and mark is highlighted when in its "active" state.
  173.  
  174. Emacs has a menubar, whose contents are customizable from emacs-lisp.
  175. This menubar looks Motif-ish, but does not require Motif.  If you already
  176. own Motif, however, you can configure Emacs to use a *real* Motif menubar
  177. instead.  If you have OLIT ("OpenLook Intrinsics"), you can use an
  178. OpenWindows-like menubar.
  179.  
  180. Emacs can ask questions using popup dialog boxes.  Any command executed from
  181. a menu will ask yes/no questions with dialog boxes, while commands executed
  182. via the keyboard will use the minibuffer.
  183.  
  184. The initial load-path is computed at run-time, instead of at compile-time.
  185. This means that if you move the Emacs executable and associated directories
  186. to somewhere else, you don't have to recompile anything.
  187.  
  188. Emacs now supports floating-point numbers.
  189.  
  190. Emacs now knows about timers directly, instead of them being simulated by
  191. a subprocess.
  192.  
  193. Emacs understands truenames, and can be configured to notice when you are
  194. visiting two names of the same file.
  195.  
  196. If you're running on a sun SparcStation, you can specify sound files for
  197. Emacs to play instead of the default X beep.
  198.  
  199. Much more detail about the differences between Lucid Emacs and Emacs 18 can
  200. be found in the file .../etc/NEWS (accessible with ``C-h n''.)
  201.  
  202. Note that building Lucid Emacs requires an ANSI C compiler, like gcc, or
  203. Lucid's own (and the galaxy's best) Lucid C/C++.
  204.  
  205.  
  206. Major Differences Between 19.3 and 19.4
  207. =======================================
  208.  
  209. Prototypes have been added for all functions.  Emacs compiles in the strict
  210. ANSI modes of lcc and gcc, so portability should be vastly improved.
  211.  
  212. Many many many many core leaks have been plugged, especially in screen 
  213. creation and deletion.
  214.  
  215. The float support reworked to be more portable and ANSI conformant.  This
  216. resulted in these new configuration parameters: HAVE_INVERSE_HYPERBOLIC, 
  217. HAVE_CBRT, HAVE_RINT, FLOAT_CHECK_ERRNO, FLOAT_CATCH_SIGILL, 
  218. FLOAT_CHECK_DOMAIN.  Let us know if you had to change the defaults on your
  219. architecture.
  220.  
  221. The SunOS unexec has been rewritten, and now works with either static or 
  222. dynamic libraries, depending on whether -Bstatic or -Bdynamic were specified
  223. at link-time.
  224.  
  225. Small (character-sized) bitmaps can be mixed in with buffer text via the new
  226. functions set-extent-begin-glyph and set-extent-end-glyph.  (This is actually
  227. a piece of functionality that Energize has been using for a while, but we've
  228. just gotten around to making it possible to use it without Energize.  See how
  229. nice we are?  Go buy our product.)
  230.  
  231. If compiled with Motif support, one can pop up dialog boxes from emacs lisp.
  232. We encourage someone to contribute Athena an version of this code; it
  233. shouldn't be much work.  
  234.  
  235. If dialog boxes are available, then y-or-n-p and yes-or-no-p use dialog boxes
  236. instead of the minibuffer if invoked as a result of a command that was 
  237. executed from a menu instead of from the keyboard.
  238.  
  239. Multiple screen support works better; check out doc of get-screen-for-buffer.
  240.  
  241. The default binding of backspace is the same as delete.  (C-h is still help.)
  242.  
  243. A middle click while the minibuffer is active does completion if you click on 
  244. a highlighted completion, otherwise it executes the global binding of button2.
  245.  
  246. New versions of Barry Warsaw's c++-mode and syntax.c.  Font-lock-mode works
  247. with C++ mode now.
  248.  
  249. The semantics of activate-menubar-hook has changed; the functions are called
  250. with no arguments now.
  251.  
  252. `truename' no longer hacks the automounter; use directory-abbrev-alist instead.
  253.  
  254. Most minibuffer handling has been reimplemented in emacs-lisp.
  255.  
  256.