zsh-workers
 help / color / mirror / code / Atom feed
From: Phil Pennock <zsh-workers+phil.pennock@spodhuis.org>
To: Timo Aaltonen <tjaalton@cc.hut.fi>
Cc: zsh-workers@sunsite.dk
Subject: Re: problems with 4.3.4 and Tru64
Date: Thu, 10 May 2007 10:55:41 -0700	[thread overview]
Message-ID: <20070510175541.GA67479@redoubt.spodhuis.org> (raw)
In-Reply-To: <Pine.OSF.4.64.0705101117330.479844@replicant.hut.fi>

On 2007-05-10 at 11:25 +0300, Timo Aaltonen wrote:
>    I've compiled 4.3.4 on Tru64 5.1B and I can't type some characters with it 
>  (åäö being most useful for Finns), it only makes a beep. With 4.2.x/4.3.2 
>  it works, but since they are otherwise not that useful for UTF8 I had high 
>  hopes for the new release..
> 
>  Any ideas why that might be?

As a double-check to separate out input from shell handling, it'd be
good to see if you can compose and see the characters using
insert-compose-char.

  autoload insert-composed-char
  zle -N insert-composed-char
  bindkey '^Xk' insert-composed-char

(assuming here that you're using bash input bindings and are happy with
 <Ctrl-x><k> as being close to vim's insert-mode <Ctrl-k>)

This turns on digraph composition, similar to vim's digraphs or X11
Compose key.  To input the characters, type <Ctrl-x><k> followed by two
characters; you get å ä ö from the pairs: a0 a: o:

If these display fine, then multibyte is working and parts of zle are
working; the problem will be in input processing.  If these don't
display, then the problem's not in the input processing.

Thanks,
-Phil


  parent reply	other threads:[~2007-05-10 17:55 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-10  8:25 Timo Aaltonen
2007-05-10  9:55 ` Peter Stephenson
2007-05-10 10:05   ` Peter Stephenson
2007-05-10 10:06   ` Timo Aaltonen
2007-05-10 10:15     ` Timo Aaltonen
2007-05-10 10:30       ` Peter Stephenson
2007-05-10 11:03         ` Timo Aaltonen
2007-05-10 11:30           ` Peter Stephenson
2007-05-10 11:43             ` Timo Aaltonen
2007-05-10 11:55               ` Peter Stephenson
2007-05-10 13:05                 ` Timo Aaltonen
2007-05-10 13:35                   ` Peter Stephenson
2007-05-13 20:12             ` Peter Stephenson
2007-05-13 23:43               ` Wayne Davison
2007-05-10 17:55 ` Phil Pennock [this message]
2007-05-10 19:24   ` Timo Aaltonen
2007-05-10 22:26     ` Phil Pennock
2007-05-11  9:28       ` Peter Stephenson
2007-05-11 16:23         ` Jordan Breeding
2007-05-11 17:25           ` Jordan Breeding
2007-05-11 17:56             ` Peter Stephenson
2007-05-11 18:42               ` Jordan Breeding

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=20070510175541.GA67479@redoubt.spodhuis.org \
    --to=zsh-workers+phil.pennock@spodhuis.org \
    --cc=tjaalton@cc.hut.fi \
    --cc=zsh-workers@sunsite.dk \
    /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.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).