From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Boitnott Newsgroups: gmane.emacs.help Subject: All-caps Date: Thu, 9 Sep 2004 11:55:17 -0500 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <06F129A2-0281-11D9-AF2E-000D932E24AA@fastmail.fm> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1094748961 19644 80.91.224.253 (9 Sep 2004 16:56:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Sep 2004 16:56:01 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 09 18:55:49 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C5SD6-0004kW-00 for ; Thu, 09 Sep 2004 18:55:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C5SIQ-0004H1-RJ for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Sep 2004 13:01:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C5SIF-0004Gw-JM for help-gnu-emacs@gnu.org; Thu, 09 Sep 2004 13:01:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C5SIE-0004GW-LM for help-gnu-emacs@gnu.org; Thu, 09 Sep 2004 13:01:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C5SIE-0004GT-HA for help-gnu-emacs@gnu.org; Thu, 09 Sep 2004 13:01:06 -0400 Original-Received: from [66.111.4.31] (helo=frontend2.messagingengine.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C5SCc-0004SC-2N for help-gnu-emacs@gnu.org; Thu, 09 Sep 2004 12:55:18 -0400 X-Sasl-enc: YgEl92W+aF1HiL+1+rT+bw 1094748916 Original-Received: from [192.251.102.29] (trillian.mcneese.edu [192.251.102.29]) by frontend2.messagingengine.com (Postfix) with ESMTP id 7C8AD56D2D8 for ; Thu, 9 Sep 2004 12:55:16 -0400 (EDT) Original-To: help-gnu-emacs@gnu.org X-Mailer: Apple Mail (2.619) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:20567 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:20567 I'm writing a major mode for building FOCUS reports for our S/390. I'd like to make all user input upper-case without using the caps-lock key. Does anybody know a good way to do this short of re-mapping all of the lowercase letters to their uppercase equivalents? Dan