From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: edu500ac@gmail.com Newsgroups: gmane.emacs.help Subject: =?ISO-8859-1?Q?Re=3A_emacsclient_unable_to_handle_cedille_=E7?= Date: Mon, 19 Nov 2012 11:31:27 -0800 (PST) Message-ID: References: <28d5c90b-5bec-46ac-ab74-0425f5e8dd80@googlegroups.com> <87boeu1pb2.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1353353715 13839 80.91.229.3 (19 Nov 2012 19:35:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Nov 2012 19:35:15 +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 20:35:26 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 1TaX7u-0002KM-6Z for geh-help-gnu-emacs@m.gmane.org; Mon, 19 Nov 2012 20:35:26 +0100 Original-Received: from localhost ([::1]:32899 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaX7g-00052y-Uf for geh-help-gnu-emacs@m.gmane.org; Mon, 19 Nov 2012 14:35:12 -0500 Original-Received: by 10.224.207.66 with SMTP id fx2mr9315206qab.7.1353353488087; Mon, 19 Nov 2012 11:31:28 -0800 (PST) Original-Received: by 10.49.2.97 with SMTP id 1mr1436618qet.8.1353353488035; Mon, 19 Nov 2012 11:31:28 -0800 (PST) Original-Path: usenet.stanford.edu!u2no13467609qal.0!news-out.google.com!gf5ni327qab.0!nntp.google.com!u2no13467605qal.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: <87boeu1pb2.fsf@gmail.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=189.94.162.143; posting-account=8YAtcAoAAAD4IX3bs0texOrJOshWJwro Original-NNTP-Posting-Host: 189.94.162.143 User-Agent: G2/1.0 Injection-Date: Mon, 19 Nov 2012 19:31:28 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:195478 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:87801 Archived-At: On Sunday, November 18, 2012 8:09:23 PM UTC-3, William Gardella wrote: > Hello, > > > > Ed Kostas 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 The bug may be connected with GTK, and depends the way utf-8 is implemented. Another person in this group had the same problem. The solution consists in recompiling Emacs with lucid, and xaw3dg. Here is what I did: ~/$ sudo apt-get install xaw3dg-dev ~/emacs-24.2$ ./configure --prefix=/usr --with-x-toolkit=lucid ~/emacs-24.2$ make ~/emacs-24.2$ make install A few people reported that the lucid gadgets may not support well Emacs menus. In my case, the cedilla problem was solved, and I did not have the menus are working perfectly well.