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: emacsclient unable to handle cedille ç
Date: Sat, 17 Nov 2012 17:43:18 -0800 (PST)	[thread overview]
Message-ID: <e3ce9edd-b424-4a4a-81e7-2a2588feb606@googlegroups.com> (raw)

I noticed that emacsclient is unable to handle ç (cedille, cedilla, cédille). If I try to type a word with ç (cedille), emacsclient issues a hyphen on the next line. The problem does not happens with emacs itself.

I am not sure whether this is a configuration problem, or a bug in emacsclient. If it is a bug, I would like to report it (and hope it will be fixed). Is there a bug report site for emacsclient? If it is a configuration problem, please let me know how to configure emacsclient to accept cedille.

For the time being, I defined a key in .emacs to insert cedilled in the text. Here is my definition:

(defun cedil()
   (interactive)
   (insert "ç"))

(global-set-key (kbd "M-n") 'cedil)

That definition work, which means that the problem lies in the key itself, not in the character used. I wonder whether the problem happens also in French keyboard layouts.



             reply	other threads:[~2012-11-18  1:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-18  1:43 edu500ac [this message]
2012-11-18 17:45 ` emacsclient unable to handle cedille ç edu500ac
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=e3ce9edd-b424-4a4a-81e7-2a2588feb606@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.