[ESS-bugs] Alt+; pressed twice does not uncomment the block in SAS mode
Rodney Sparapani
rsparapa at mcw.edu
Wed Dec 7 16:28:52 CET 2005
Martin Maechler wrote:
>I agree entirely with Adrian and Rich that this is a buglet
>in SAS mode -- sorry, Rodney.
>
>Just because - as I understand you - Xemacs (again) does
>something unreasonable, that does not mean that M-; shouldn't
>behave in SAS mode as it does in all (or many many at least)
>other "programming" modes I know and use.
>
>Martin
>
Hi Martin:
I think you are mischaracterizing my remarks. comment-dwim is
a GNU Emacs animal. XEmacs has a variant, but it doesn't seem to
work. Of course, M-; not working is another problem, although, I'm
hindered by the first. However, I was able to get it to work with the
following settings, but I don't really understand what's going on:
(defvar SAS-editing-alist ...
(comment-start . "** ")
(comment-start-skip . "[*][*] ")
(comment-end . " **;")
(comment-end-skip . " [*][*];")
Happy Holidays,
Rodney
More information about the ESS-bugs
mailing list