all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Christian Plate <cplate@web.de>
To: rms@gnu.org
Cc: emacs-devel@gnu.org
Subject: Re: [pot@gnu.org: (setq sgml-transformation 'upcase) has no effect]
Date: Thu, 17 May 2007 13:29:36 +0200	[thread overview]
Message-ID: <200705171329.36410.cplate@web.de> (raw)
In-Reply-To: <E1Hockl-0000xc-MP@fencepost.gnu.org>

Hi,

On Thursday 17 May 2007 11:58, Richard Stallman wrote:
> This doesn't need to be fixed for Emacs 22, but it would be good for
> someone to fix it in the trunk.

this is my first patch for Emacs and I'm not that familiar with lisp, but the 
fix seems to be trivial.

Regards,
  Christian

*** sgml-mode.el	17 Mai 2007 13:05:53 +0200	1.123
--- sgml-mode.el	17 Mai 2007 13:06:57 +0200	
***************
*** 620,629 ****
    "Prompt for a tag and insert it, optionally with attributes.
  Completion and configuration are done according to `sgml-tag-alist'.
  If you like tags and attributes in uppercase do \\[set-variable]
! `skeleton-transformation-function' RET `upcase' RET, or put this
  in your `.emacs':
    (setq sgml-transformation-function 'upcase)"
!   (funcall (or skeleton-transformation-function 'identity)
             (setq sgml-tag-last
  		 (completing-read
  		  (if (> (length sgml-tag-last) 0)
--- 620,629 ----
    "Prompt for a tag and insert it, optionally with attributes.
  Completion and configuration are done according to `sgml-tag-alist'.
  If you like tags and attributes in uppercase do \\[set-variable]
! `sgml-transformation-function' RET `upcase' RET, or put this
  in your `.emacs':
    (setq sgml-transformation-function 'upcase)"
!   (funcall (or sgml-transformation-function 'identity)
             (setq sgml-tag-last
  		 (completing-read
  		  (if (> (length sgml-tag-last) 0)

  reply	other threads:[~2007-05-17 11:29 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-17  9:58 [pot@gnu.org: (setq sgml-transformation 'upcase) has no effect] Richard Stallman
2007-05-17 11:29 ` Christian Plate [this message]
2007-05-17 13:34   ` Thien-Thi Nguyen
2007-05-17 23:14     ` Stefan Monnier
2007-05-18  9:36       ` Thien-Thi Nguyen
2007-05-17 14:14   ` Stefan Monnier
2007-05-17 15:28     ` Christian Plate
2007-05-17 17:00     ` Christian Plate
2007-05-17 23:16       ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200705171329.36410.cplate@web.de \
    --to=cplate@web.de \
    --cc=emacs-devel@gnu.org \
    --cc=rms@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.