all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Pascal J. Bourguignon" <pjb@informatimago.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Trouble typing extended characters with emacsclient
Date: Tue, 04 Jan 2011 02:43:07 +0100	[thread overview]
Message-ID: <874o9ph2ac.fsf@kuiper.lan.informatimago.com> (raw)
In-Reply-To: mailman.1.1294105313.28790.help-gnu-emacs@gnu.org

Steve Revilak <steve@srevilak.net> writes:

> I'm hoping that one of you could help me with an emacsclient problem.
>
> When I start emacs as "emacs -Q -nw", I can use the Compose key to
> type extended characters.  For example the key sequence
>
>   <Compose> " u
>
> produces the character "ü".
>
> I cannot get the same behavior with emacsclient. Specifically, if I
> start emacs in daemon mode
>
>   emacs -Q --daemon
>
> and use "emacsclient myfile.txt", then typing the <Compose> sequence
> above gives "C<" (two characters), rather than ü.
>
> How does one type extended characters with emacsclient?
>
> I've observed the same behavior with emacs 23.2 and 23.2.91.  I'm
> using OpenSUSE 11.3 with KDE 4.4.4.


What about iso-transl?  

(require 'iso-transl)
C-x 8 " u  --> ü

Also, check the encoding codes on the left of the mode line.  Do they
indicate iso or utf-8, or do they indicate an ASCII display?

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
A bad day in () is better than a good day in {}.


       reply	other threads:[~2011-01-04  1:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1.1294105313.28790.help-gnu-emacs@gnu.org>
2011-01-04  1:43 ` Pascal J. Bourguignon [this message]
2011-01-04 12:16   ` Trouble typing extended characters with emacsclient Steve Revilak
2011-01-05  6:03 ` Stefan Monnier
2011-01-04  1:41 Steve Revilak

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=874o9ph2ac.fsf@kuiper.lan.informatimago.com \
    --to=pjb@informatimago.com \
    --cc=help-gnu-emacs@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.