GNU bug report logs - #13975
24.3; scheme-mode: Treat Greek letter `λ' as `lambda'

Previous Next

Package: emacs;

Reported by: simenheg <at> ifi.uio.no (Simen Heggestøyl)

Date: Sat, 16 Mar 2013 12:53:01 UTC

Severity: normal

Found in version 24.3

Done: Leo Liu <sdl.web <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: simenheg <at> ifi.uio.no (Simen Heggestøyl)
To: 13975 <at> debbugs.gnu.org
Subject: bug#13975: 24.3; scheme-mode: Treat Greek letter `λ' as `lambda'
Date: Sat, 16 Mar 2013 13:50:53 +0100
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)




This bug report was last modified 12 years and 68 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.