emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#23414: closed (24.5; Scheme-Mode: missing UNLESS a


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#23414: closed (24.5; Scheme-Mode: missing UNLESS and WHEN from R7RS)
Date: Sun, 01 May 2016 16:59:02 +0000

Your message dated Sun, 01 May 2016 16:58:15 +0000
with message-id <address@hidden>
and subject line Re: 24.5; Scheme-Mode: missing UNLESS and WHEN from R7RS
has caused the debbugs.gnu.org bug report #23414,
regarding 24.5; Scheme-Mode: missing UNLESS and WHEN from R7RS
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
23414: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23414
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.5; Scheme-Mode: missing UNLESS and WHEN from R7RS Date: Sun, 01 May 2016 11:46:27 +0200 User-agent: Notmuch/0.21 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-unknown-linux-gnu)
M-x scheme-mode is missing WHEN and UNLESS from R7RS for highlighting
and correct indentation.

I suggest adding the following two lines to fix indentation:

    (put 'when 'scheme-indent-function 1)
    (put 'unless 'scheme-indent-function 1)

Around line 537 in progmodes/scheme.el.gz would probably be good.

To get fontification correct, "when" and "unless" should be added to
scheme-font-lock-keywords-2, probably to the list around line 302 in
progmodes/scheme.el.gz.

Thank you for any help with this!

Greetings, Peter



--- End Message ---
--- Begin Message --- Subject: Re: 24.5; Scheme-Mode: missing UNLESS and WHEN from R7RS Date: Sun, 01 May 2016 16:58:15 +0000
Fixed in 8cfd9ba1 – thank you for noticing this and providing a patch! :-)

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]