SAS-output buffers

Rich Heiberger rmh at surfer.sbm.temple.edu
Thu Aug 3 00:25:41 CEST 2000


You have very good suggestions, that will take some time to do right.

The clear text is easy, and dangerous.  Here it is, bound to a global key

(defun ess-delete-buffer-contents ()
  (interactive)
  (kill-region (point-min) (point-max)))
(global-set-key "\C-c\C-e\C-e" 'ess-delete-buffer-contents)

If you accidentally run it, you can undo with the usual C-x u.

Can you write the font-lock pieces for the lst and log modes.
We can install them in a future release.

Rich
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
ess-help mailing list -- To (un)subscribe, send
subscribe	or	unsubscribe
(in the "body", not the subject !)  To: ess-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the ESS-help mailing list