From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Maxi.Matthe@googlemail.com (Maximilian =?utf-8?Q?Matth=C3=A9?=) Newsgroups: gmane.emacs.help Subject: Non-ASCII string must be encoded in advance Date: Mon, 03 Jan 2011 21:46:27 +0100 Message-ID: <87oc7xr9zw.fsf@googlemail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1294088261 19283 80.91.229.12 (3 Jan 2011 20:57:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 3 Jan 2011 20:57:41 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 03 21:57:37 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PZrTE-00030Q-UP for geh-help-gnu-emacs@m.gmane.org; Mon, 03 Jan 2011 21:57:37 +0100 Original-Received: from localhost ([127.0.0.1]:43605 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZrRS-0000Af-H1 for geh-help-gnu-emacs@m.gmane.org; Mon, 03 Jan 2011 15:55:46 -0500 Original-Received: from [140.186.70.92] (port=49976 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZrQs-000052-MT for help-gnu-emacs@gnu.org; Mon, 03 Jan 2011 15:55:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PZrQr-0004Kx-2j for help-gnu-emacs@gnu.org; Mon, 03 Jan 2011 15:55:10 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:34095) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PZrQq-0004Kd-TY for help-gnu-emacs@gnu.org; Mon, 03 Jan 2011 15:55:09 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PZrQo-0001OG-3T for help-gnu-emacs@gnu.org; Mon, 03 Jan 2011 21:55:06 +0100 Original-Received: from g231096110.adsl.alicedsl.de ([92.231.96.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Jan 2011 21:55:06 +0100 Original-Received: from Maxi.Matthe by g231096110.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Jan 2011 21:55:06 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: g231096110.adsl.alicedsl.de User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:/XIyJY19qfirJOlY14Z9aDXSBhM= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:78134 Archived-At: Hi, everytime I add sth to the x-clipboard, emacs shows up this message: ,---- | Non-ASCII string must be encoded in advance: "Maximilian Matthé" `---- (That's my name, set in /etc/passwd). How can I solve that issue? It's annoying when I'm in the mini buffer and use a command that adds sth to the kill ring (and therefore to the clipboard). I already tried to set the clipboard-format (set-selection-coding-system) to utf-8 or sth. but that did not help. I hope you can help me! Regards, Max