help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: diacritics in emacs but not in emacsclient


From: Stefan Monnier
Subject: Re: diacritics in emacs but not in emacsclient
Date: Thu, 03 Jul 2014 11:56:58 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

>> What happens if instead of "emacsclient -t" you run "emacs -nw -Q"?
>> Can you then enter non-ascii chars and are they displayed correctly?
> This solves my problem.

OK, so "emacs -nw -Q" works, good.

> The only difference with your suggestion is that I have put in my .muttrc
> set editor="emacs -nw"

So, IIUC, "emacs -nw" also works, good.

So the remaining step is to figure out why the same fails when
connecting to an Emacs server via emacsclient.

Can you try:

- In one Terminal.app, do you ssh thing, then start "emacs -nw", then
  do M-x server-mode RET to start the Emacs server.
- In another Terminal.app, do the same ssh thing, then start
  "emacsclient -t".

If that emacsclient still lets you type in (and display) non-ascii
chars, that indicates that the problem is likely triggered by something
in your .emacs config which is only executed depending on something like
`window-system'.


        Stefan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]