GNU bug report logs - #9484
scheme-indent-function bug?

Previous Next

Package: emacs;

Reported by: 彥瑾 <coldnew.tw <at> gmail.com>

Date: Mon, 12 Sep 2011 16:10:03 UTC

Severity: minor

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: 彥瑾 <coldnew.tw <at> gmail.com>
Subject: bug#9484: closed (Re: bug#9484: scheme-indent-function bug?)
Date: Tue, 13 Sep 2011 07:06:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#9484: scheme-indent-function bug?

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 9484 <at> debbugs.gnu.org.

-- 
9484: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9484
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Glenn Morris <rgm <at> gnu.org>
To: 9484-done <at> debbugs.gnu.org
Subject: Re: bug#9484: scheme-indent-function bug?
Date: Tue, 13 Sep 2011 03:01:05 -0400
I have given scheme-indent-function a doc-string and am closing this.

[Message part 3 (message/rfc822, inline)]
From: 彥瑾 <coldnew.tw <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: scheme-indent-function bug?
Date: Mon, 12 Sep 2011 22:59:42 +0800
[Message part 4 (text/plain, inline)]
Dear:
             I want to make  c-declare function likes following

             (c-declare #<<c-declare-end

              #include <stdio.h>
              c-declare-end
              )

              but if  I use  (put 'c-decare 'scheme-indent-function 0)
whitch is according to scheme wiki

              the scheme code will looks like:

             (c-declare #<<c-declare-end

                               #include <stdio.h>
                               c-declare-end
                                )

               and this will make my scheme compiler error ( I try both
gambit-c and racket)

               if I write a simple emacs lisp

              (defun scheme-indent-dummy (state indent-point normal-indent)
                0)
              (put 'c-declare 'scheme-indent-function 'scheme-indent-dummy)

              and the scheme's c-declare function will indent as I want

               maybe this is a scheme-mode's bug ?
[Message part 5 (text/html, inline)]

This bug report was last modified 13 years and 279 days ago.

Previous Next


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