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

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

(setq sgml-transformation 'upcase) has no effect


From: Francesco Potorti`
Subject: (setq sgml-transformation 'upcase) has no effect
Date: Wed, 16 May 2007 15:50:14 +0200

>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.




reply via email to

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