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: Glenn Morris <rgm <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#9484: closed (scheme-indent-function bug?)
Date: Tue, 13 Sep 2011 07:06:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 13 Sep 2011 03:01:05 -0400
with message-id <hahb4hudse.fsf <at> fencepost.gnu.org>
and subject line Re: bug#9484: scheme-indent-function bug?
has caused the debbugs.gnu.org bug report #9484,
regarding scheme-indent-function bug?
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> 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: 彥瑾 <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 3 (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 4 (text/html, inline)]
[Message part 5 (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.


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

Previous Next


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