all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: edu500ac@gmail.com
To: help-gnu-emacs@gnu.org
Subject: Re: emacsclient unable to handle cedille ç
Date: Mon, 19 Nov 2012 11:31:27 -0800 (PST)	[thread overview]
Message-ID: <acd7d1c5-beba-4494-b792-0616dc3af1af@googlegroups.com> (raw)
In-Reply-To: <87boeu1pb2.fsf@gmail.com>

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	other threads:[~2012-11-19 19:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-18  1:43 emacsclient unable to handle cedille ç edu500ac
2012-11-18 17:45 ` edu500ac
2012-11-18 23:09   ` William Gardella
2012-11-19 19:31     ` edu500ac [this message]
2012-11-19 20:05       ` William Gardella

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=acd7d1c5-beba-4494-b792-0616dc3af1af@googlegroups.com \
    --to=edu500ac@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.