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: Sun, 18 Nov 2012 09:45:46 -0800 (PST)	[thread overview]
Message-ID: <28d5c90b-5bec-46ac-ab74-0425f5e8dd80@googlegroups.com> (raw)
In-Reply-To: <e3ce9edd-b424-4a4a-81e7-2a2588feb606@googlegroups.com>

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. 


  reply	other threads:[~2012-11-18 17:45 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 [this message]
2012-11-18 23:09   ` William Gardella
2012-11-19 19:31     ` edu500ac
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=28d5c90b-5bec-46ac-ab74-0425f5e8dd80@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.