From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Mastro Newsgroups: gmane.emacs.help Subject: Re: Error message: 'Quit: "empty or unsupported pasteboard type" Date: Fri, 13 Jun 2014 06:27:25 -0700 Message-ID: <7C5FB375-4CC2-408E-A9C3-DD8E1D27E9C6@gmail.com> References: <888ce07a-100a-401e-85ee-61fcaccb45be@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1402666088 15572 80.91.229.3 (13 Jun 2014 13:28:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Jun 2014 13:28:08 +0000 (UTC) To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 13 15:27:59 2014 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 1WvRWO-0000aQ-KW for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Jun 2014 15:27:56 +0200 Original-Received: from localhost ([::1]:59078 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvRWO-0003DA-7v for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Jun 2014 09:27:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvRW4-0003Cm-Gs for help-gnu-emacs@gnu.org; Fri, 13 Jun 2014 09:27:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WvRVv-00045i-GV for help-gnu-emacs@gnu.org; Fri, 13 Jun 2014 09:27:36 -0400 Original-Received: from mail-pd0-x235.google.com ([2607:f8b0:400e:c02::235]:61330) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvRVv-00044n-9d for help-gnu-emacs@gnu.org; Fri, 13 Jun 2014 09:27:27 -0400 Original-Received: by mail-pd0-f181.google.com with SMTP id v10so1255542pde.40 for ; Fri, 13 Jun 2014 06:27:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:mime-version:subject :message-id:date:references:in-reply-to:to; bh=Jy8xIaLgj+itLB0CI+JkNhOPM8/XeycnzNc3VLRpKiI=; b=EG//FskiFaQp657/q6B2Ja2+4FsJiY5sckNusVXYQ/eifb6rvdH1jHWDboFxE2MoZs TceVeMEWUFIrWVz/29v6wQWW3LpLNBDkyBeiCuOvLv3cvE+Ia+Q++HKJ5PK9YukJQ4b6 Jn4C2aPLKoX8lRj2h4rDY01bKYL0/nhA+EXNXPA2cSDjsXJw96ksGi2qFrdTEgU71hTm 10hqo2ClKG9vFEl1u2hc0bSVT8Q8S9MyiW4h6WpmA5olXVFzU21n8OH0B+2V945KaXJc ouGrxr3u80KXEjjszKuSuGD9L32nTaegCd/LBE7QXdx9doBAbGGTRqQxqybmrf2lTJtv 8FXQ== X-Received: by 10.66.183.11 with SMTP id ei11mr3409926pac.116.1402666046335; Fri, 13 Jun 2014 06:27:26 -0700 (PDT) Original-Received: from [10.87.134.58] (mobile-198-228-210-247.mycingular.net. [198.228.210.247]) by mx.google.com with ESMTPSA id vy5sm21555411pac.13.2014.06.13.06.27.25 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 13 Jun 2014 06:27:25 -0700 (PDT) In-Reply-To: <888ce07a-100a-401e-85ee-61fcaccb45be@googlegroups.com> X-Mailer: iPhone Mail (11D201) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::235 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:98201 Archived-At: Hi Jonathon, > On Jun 13, 2014, at 4:46 AM, Jonathon McKitrick wro= te: >=20 > Emacs is suddenly complaining when I kill a line in any mode. Not only do= es it complain when killing the line, but it will not yank after the line is= killed. I think I've run into this before.=20 Try putting this form in your init file: (setq save-interprogram-paste-before-kill nil) Best, John=