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

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

Re: emacsclient unable to handle cedille ç


From: edu500ac
Subject: Re: emacsclient unable to handle cedille ç
Date: Mon, 19 Nov 2012 11:31:27 -0800 (PST)
User-agent: G2/1.0

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.



reply via email to

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