[slime-cvs] CVS slime

trittweiler trittweiler at common-lisp.net
Sun May 13 09:40:28 UTC 2007


Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv13703

Modified Files:
	slime.el 
Log Message:
* slime.el (slime-pretty-lambdas): Removed. If you really want
  this, please use one of the external ressources that provide this;
  for instance, `pretty-lambda.el', `pretty-greek.el', or even
  `pretty-symbols.el'. For more information, please see

      http://www.emacswiki.org/cgi-bin/wiki/PrettyLambda


--- /project/slime/cvsroot/slime/slime.el	2007/05/10 17:45:10	1.786
+++ /project/slime/cvsroot/slime/slime.el	2007/05/13 09:40:27	1.787
@@ -9853,19 +9853,6 @@
       (forward-sexp))
       (replace-match ""))))
 
-(defun slime-pretty-lambdas ()
-  "Show `lambda' as a lambda character, via font-lock.
-This can be called from slime-mode-hook.
-
-Warning: Some people have had this insert funny characters in their
-source files, for reasons unknown."
-  (interactive)
-  (font-lock-add-keywords
-   nil `(("(\\(lambda\\>\\)"
-        (0 (progn (compose-region (match-beginning 1) (match-end 1)
-                            ,(make-char 'greek-iso8859-7 107))
-                nil))))))
-
 (defvar slime-close-parens-limit 16
   "Maxmimum parens for `slime-close-parens-at-point' to insert.")
 




More information about the slime-cvs mailing list