From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: William Gardella Newsgroups: gmane.emacs.help Subject: Re: emacsclient unable to handle cedille =?utf-8?Q?=C3=A7?= Date: Sun, 18 Nov 2012 18:09:21 -0500 Organization: Aioe.org NNTP Server Message-ID: <87boeu1pb2.fsf@gmail.com> References: <28d5c90b-5bec-46ac-ab74-0425f5e8dd80@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1353280258 30322 80.91.229.3 (18 Nov 2012 23:10:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 18 Nov 2012 23:10:58 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 19 00:11:08 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TaE0M-0000Ue-W0 for geh-help-gnu-emacs@m.gmane.org; Mon, 19 Nov 2012 00:10:23 +0100 Original-Received: from localhost ([::1]:42169 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaE0C-0006UL-LQ for geh-help-gnu-emacs@m.gmane.org; Sun, 18 Nov 2012 18:10:12 -0500 Original-Path: usenet.stanford.edu!news.glorb.com!feeder.erje.net!eu.feeder.erje.net!zen.net.uk!dedekind.zen.co.uk!aioe.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 27 Original-NNTP-Posting-Host: sypdE5dyfWYz8sfAApD9Aw.user.speranza.aioe.org Original-X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) X-Notice: Filtered by postfilter v. 0.8.2 Cancel-Lock: sha1:JiJxyjQiaq+/G9X+dHXWz1jP/6o= Original-Xref: usenet.stanford.edu gnu.emacs.help:195449 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87772 Archived-At: Hello, edu500ac@gmail.com writes: > It seems that the problem lies in the use of the daemon. If I run > emacs with the --iconic option, everything works perfectly well: > > emacs --eval "(server-start)" --iconic --quiet & > > Now I can run an emacsclient and it works perfectly well (slightly > slower than vim, though). > > #!/bin/bash > emacsclient -q -t "$@" > #Put this file in /usr/bin/ed > #You will need sudo for that > > I don't like this solution very much, because the icon stays hanging > somewhere on the Desktop. I would be pleased if somebody could tell me > how to make the daemon work. I use emacsclient frames and --daemon exclusively and cannot reproduce this error (Emacs 24.2.1, compiled from release tarball on Debian GNU/Linux 7.0), so this is likely a configuration problem. Best, WGG