unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Subject: [kzeitler@lucent.com: Re: compose key on SUN keyboard creates 2 characters (and beeps)]
Date: Fri, 09 Jan 2004 06:46:37 -0500	[thread overview]
Message-ID: <E1Aev65-00057F-1m@fencepost.gnu.org> (raw)

Can somebody who knows these issues better than I do please think
about whether this is correct?

X-Authentication-Warning: sfsw51.de.lucent.com: kzeitler set sender to kzeitler@lucent.com using -f
To: rms@gnu.org
Subject: Re: compose key on SUN keyboard creates 2 characters (and beeps)
X-Emacs-Acronym: Every Moron Assumes CCA is Superior
From: Klaus Zeitler <kzeitler@lucent.com>
Date: 08 Jan 2004 10:15:58 +0100
In-Reply-To: <E1Aa5p5-00083M-Ob@fencepost.gnu.org>
X-Spam-Status: No, hits=-2.1 required=5.0
	tests=IN_REP_TO,PATCH_CONTEXT_DIFF,REFERENCES,USER_AGENT_GNUS_UA,
	      X_AUTH_WARNING
	version=2.55
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp)

--=-=-=

>>>>> "Richard" == Richard Stallman <rms@gnu.org> writes:
    Richard> 
    Richard> Could you tell me if this change is still needed?
    Richard> If it is, could you send a diff -c so I can be sure to
    Richard> make the change right?

yes, it's still needed. Here's a patch that works for Solaris.
Don't know about other OS.

--=-=-=
Content-Type: text/x-patch
Content-Disposition: attachment; filename=compose-key.patch
Content-Description: patch for compose key handling in xterm.c

*** xterm.c	Thu Jan  8 09:31:58 2004
--- xterm.c.~1.823.~	Thu Jan  8 09:31:00 2004
***************
*** 6305,6316 ****
                                    &compose_status);
  #endif
  
- 	  /* Check if we're processing a composed key. In this case we need
- 	     3 key presses till the key is complete. */
- 	  if ((compose_status.chars_matched == 1) ||
- 	      (compose_status.chars_matched == 2))
- 	    goto OTHER;
- 
            orig_keysym = keysym;
  
            if (numchars > 1)
--- 6305,6310 ----

--=-=-=


as I said in my original post instead of these lines it also works if one
checks nbytes instead, i.e.
--- snip ---
	  if (nbytes <= 0)
	    goto OTHER;
--- snip ---
should also work.

Since you asked if this is still needed I'm guessing that the compose key
works for other operating systems, e.g. GNU/Linux. Is that so?

Klaus

-- 
 ------------------------------------------
|  Klaus Zeitler      Lucent Technologies  |
|  Email:             kzeitler@lucent.com  |
 ------------------------------------------
---
Early to rise, and early to bed / Makes a man healthy but socially dead
--=-=-=--

             reply	other threads:[~2004-01-09 11:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-09 11:46 Richard Stallman [this message]
2004-01-12  2:55 ` [kzeitler@lucent.com: Re: compose key on SUN keyboard creates 2 characters (and beeps)] Jan D.
2004-01-12  9:33   ` Klaus Zeitler
2004-01-12 11:48     ` Jan D.
2004-01-12 14:25       ` Klaus Zeitler
2004-01-13 16:30         ` Jan D.
2004-01-14 10:46           ` Klaus Zeitler
2004-01-16 10:25             ` Jan D.
2004-01-16 12:57               ` Klaus Zeitler

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=E1Aev65-00057F-1m@fencepost.gnu.org \
    --to=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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).