From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [pot@gnu.org: (setq sgml-transformation 'upcase) has no effect] Date: Thu, 17 May 2007 05:58:35 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1179396113 13001 80.91.229.12 (17 May 2007 10:01:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 17 May 2007 10:01:53 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 17 12:01:50 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hocnt-00088A-RY for ged-emacs-devel@m.gmane.org; Thu, 17 May 2007 12:01:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hocvy-0000WG-EZ for ged-emacs-devel@m.gmane.org; Thu, 17 May 2007 06:10:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hocvu-0000WB-2z for emacs-devel@gnu.org; Thu, 17 May 2007 06:10:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hocvt-0000Vy-Go for emacs-devel@gnu.org; Thu, 17 May 2007 06:10:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hocvt-0000Vv-BD for emacs-devel@gnu.org; Thu, 17 May 2007 06:10:05 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hocnn-0006ua-Ow for emacs-devel@gnu.org; Thu, 17 May 2007 06:01:43 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Hockl-0000xc-MP; Thu, 17 May 2007 05:58:35 -0400 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:71216 Archived-At: 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` To: emacs-pretest-bug@gnu.org 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 rather than the expected As far as I remember, this is an old bug. _______________________________________________ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug ------- End of forwarded message -------