From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: edu500ac@gmail.com Newsgroups: gmane.emacs.help Subject: =?ISO-8859-1?Q?emacsclient_unable_to_handle_cedille_=E7?= Date: Sat, 17 Nov 2012 17:43:18 -0800 (PST) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1353203113 5045 80.91.229.3 (18 Nov 2012 01:45:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 18 Nov 2012 01:45:13 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 18 02:45:24 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TZtwp-0006Pe-EB for geh-help-gnu-emacs@m.gmane.org; Sun, 18 Nov 2012 02:45:23 +0100 Original-Received: from localhost ([::1]:38348 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZtwf-0005sO-Es for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Nov 2012 20:45:13 -0500 Original-Received: by 10.224.105.205 with SMTP id u13mr5819276qao.6.1353202998829; Sat, 17 Nov 2012 17:43:18 -0800 (PST) Original-Received: by 10.49.34.135 with SMTP id z7mr1802088qei.1.1353202998806; Sat, 17 Nov 2012 17:43:18 -0800 (PST) Original-Path: usenet.stanford.edu!u2no5959732qal.0!news-out.google.com!gf5ni327qab.0!nntp.google.com!u2no5959729qal.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=189.41.128.27; posting-account=8YAtcAoAAAD4IX3bs0texOrJOshWJwro Original-NNTP-Posting-Host: 189.41.128.27 User-Agent: G2/1.0 Injection-Date: Sun, 18 Nov 2012 01:43:18 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:195433 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87756 Archived-At: I noticed that emacsclient is unable to handle =E7 (cedille, cedilla, c=E9d= ille). If I try to type a word with =E7 (cedille), emacsclient issues a hyp= hen 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 emacscli= ent. 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 probl= em, 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 tex= t. Here is my definition: (defun cedil() (interactive) (insert "=E7")) (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 Fre= nch keyboard layouts.