unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* emacsclient unable to handle cedille ç
@ 2012-11-18  1:43 edu500ac
  2012-11-18 17:45 ` edu500ac
  0 siblings, 1 reply; 5+ messages in thread
From: edu500ac @ 2012-11-18  1:43 UTC (permalink / raw)
  To: help-gnu-emacs

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.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-11-19 20:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2012-11-19 20:05       ` William Gardella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).