[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
address@hidden: (setq sgml-transformation 'upcase) has no effect]
From: |
Richard Stallman |
Subject: |
address@hidden: (setq sgml-transformation 'upcase) has no effect] |
Date: |
Thu, 17 May 2007 05:58:35 -0400 |
This doesn't need to be fixed for Emacs 22, but it would be good for
someone to fix it in the trunk.
------- Start of forwarded message -------
X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY
autolearn=failed version=3.1.0
Date: Wed, 16 May 2007 15:50:14 +0200
From: Francesco Potorti` <address@hidden>
To: address@hidden
Organization:
Subject: (setq sgml-transformation 'upcase) has no effect
>From textmodes/sgml-mode.el:
================
If you like upcased tags, put (setq sgml-transformation-function 'upcase)
in your `.emacs' file.
================
To reproduce the problem:
emacs -Q
C-x C-f a.html RET
M-x set-variable RET sgml-transformation-function RET upcase RET
C-c C-t small RET
what appears in the buffer is
<small></small>
rather than the expected
<SMALL></SMALL>
As far as I remember, this is an old bug.
_______________________________________________
emacs-pretest-bug mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------
- address@hidden: (setq sgml-transformation 'upcase) has no effect],
Richard Stallman <=