Changes between Version 16 and Version 17 of EmacsInterface/Undo
- Timestamp:
- Sep 18, 2012, 2:17:45 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EmacsInterface/Undo
v16 v17 19 19 * The Haskell compiler can be downloaded from the website http://www.haskell.org/ghc/download. 20 20 * Cabal is available at http://www.haskell.org/cabal/download.html or on Linux systems with cabal-install package. 21 * For compiling the sources of this component, you have to run the "make bufsrv" in the root directory of the tool. 21 * For compiling the sources of this component, you have to run the "make bufsrv" in the root directory of the tool, 22 or run the "referl" with "-build tool -bufsrv" option. 22 23 * To enable the new undo mode you had to set the undo mode in the editor to selective undo. 23 24