all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#13975: 24.3; scheme-mode: Treat Greek letter `λ' as `lambda'
@ 2013-03-16 12:50 Simen Heggestøyl
  2013-03-16 13:12 ` Leo Liu
  0 siblings, 1 reply; 5+ messages in thread
From: Simen Heggestøyl @ 2013-03-16 12:50 UTC (permalink / raw)
  To: 13975

It would be convenient if scheme-mode had the same indentation rules and
font face for `lambda' and the Greek letter `λ'.

I.e., we want this:

    (lambda (x)
      (* x x))

and this:

    (λ (x)
      (* x x))

Instead of this:

    (λ (x)
       (* x x))

Popular Schemes has had λ support for some time now:

  * Racket supports λ (since March 2005)
  * Guile supports λ (since February 2011)
  * Geiser has a key binding for inserting λ (since February 2013)





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-03-16 15:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-16 12:50 bug#13975: 24.3; scheme-mode: Treat Greek letter `λ' as `lambda' Simen Heggestøyl
2013-03-16 13:12 ` Leo Liu
2013-03-16 13:51   ` Stefan Monnier
2013-03-16 14:41     ` Simen Heggestøyl
2013-03-16 15:28       ` Leo Liu

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.