From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Trouble typing extended characters with emacsclient Date: Wed, 05 Jan 2011 01:03:04 -0500 Organization: A noiseless patient Spider Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1294209712 22716 80.91.229.12 (5 Jan 2011 06:41:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 Jan 2011 06:41:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 05 07:41:44 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PaN44-0002lH-7e for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Jan 2011 07:41:44 +0100 Original-Received: from localhost ([127.0.0.1]:40680 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PaN43-00080j-IW for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Jan 2011 01:41:43 -0500 Original-Path: usenet.stanford.edu!newsserver.news.garr.it!kanaga.switch.ch!switch.ch!feeder.news-service.com!feeder.news-service.com!85.214.198.2.MISMATCH!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Injection-Info: mx01.eternal-september.org; posting-host="7TKp2luQmWSGnmAmeWd+Kg"; logging-data="32199"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/WFSGQ1Sep+nW9oQsiB/G4" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:h9k1dZ1Rjo9x7Rf/2zaaNd2t5BU= sha1:Eep1YgQUhitnFTsZWz5ju9G+Lmk= Original-Xref: usenet.stanford.edu gnu.emacs.help:183999 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: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:78199 Archived-At: > When I start emacs as "emacs -Q -nw", I can use the Compose key to > type extended characters. For example the key sequence > " 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 sequence > above gives "C<" (two characters), rather than ü. > How does one type extended characters with emacsclient? The same way as with "emacs -Q -nw". At least in theory. If not, it's most likely a bug. Try M-x report-emacs-bug. Stefan