From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 03 08:32:18 2010 Received: (at submit) by debbugs.gnu.org; 3 Jul 2010 12:32:18 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OV1tJ-00076q-Jj for submit@debbugs.gnu.org; Sat, 03 Jul 2010 08:32:18 -0400 Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUzbu-0005Lt-Oj for submit@debbugs.gnu.org; Sat, 03 Jul 2010 06:06:11 -0400 Received: from lists.gnu.org ([199.232.76.165]:33411) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1OUzbr-0003Y1-Rz for submit@debbugs.gnu.org; Sat, 03 Jul 2010 06:06:07 -0400 Received: from [140.186.70.92] (port=33453 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUzbq-0005vb-CI for bug-gnu-emacs@gnu.org; Sat, 03 Jul 2010 06:06:07 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,T_DKIM_INVALID,T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUzbn-0005PN-Tj for bug-gnu-emacs@gnu.org; Sat, 03 Jul 2010 06:06:06 -0400 Received: from mail-qy0-f169.google.com ([209.85.216.169]:50428) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUzbn-0005Ow-RT for bug-gnu-emacs@gnu.org; Sat, 03 Jul 2010 06:06:03 -0400 Received: by qyk32 with SMTP id 32so801549qyk.0 for ; Sat, 03 Jul 2010 03:06:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=AJyIKTM1KBQ4NHNuMq2P7GZq+VhCENWElcvS667K4q4=; b=CLoTVCNLpTeVmbPsjpBKXK90V5wQgB7Re+ZKvjRVUCU+BJbn/38RV/4C2NyAs44SSV lXp6E2MvizejRRwczaNgd1HSQrr6zciMitNJmF62ukPxaPl/lsk8fkG0TMgWsQ5jRute HOH2PZwOd1XNjKGBnhIT/Atjnyc3OztSjZyDg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=o1xxelKbQ2Ml8XLuwk9UZTnkURhDXKVUmj1BS9FWCxXMUAHNK1zUvbTUrWkWEmV2vC b6+eZmWAtzFW+R6axtBCy7WPDmjGsi9qepahD+90dxA1SYIYJ6GFx0qrmw/VEyJ6FMn8 XE7kPAAm2msOUhXz0CdgKqXSvdR0t2NIMJyj0= Received: by 10.224.65.29 with SMTP id g29mr51399qai.315.1278151562397; Sat, 03 Jul 2010 03:06:02 -0700 (PDT) Received: from laptop.stevechapel.com (CPE00259cfb7f9b-CM00194792ac9c.cpe.net.cable.rogers.com [99.252.50.89]) by mx.google.com with ESMTPS id q30sm7097331qcq.36.2010.07.03.03.06.00 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 03 Jul 2010 03:06:01 -0700 (PDT) Message-ID: <4C2F0B87.7090401@gmail.com> Date: Sat, 03 Jul 2010 07:05:59 -0300 From: Steve Chapel User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Lightning/1.0b2pre Thunderbird/3.0.5 MIME-Version: 1.0 To: bug-gnu-emacs@gnu.org Subject: 23.2; Cannot paste large clipboard Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sat, 03 Jul 2010 08:32:16 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.9 (-----) 1. I went to http://projecteuler.net/index.php?section=problems&id=13 and copied the list of numbers to the clipboard 2. I opened a new file with emacs and pasted the clipboard in with Ctrl-Shift-V Emacs did not paste the entire list of numbers into the file. Ctrl-Shift-V works to paste the entire list in vi, and also using cat to create the file from the Gnome Terminal command line. In GNU Emacs 23.2.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.20.1) of 2010-05-13 on x86-07.phx2.fedoraproject.org configured using `configure '--build=x86_64-redhat-linux-gnu' '--host=x86_64-re dhat-linux-gnu' '--program-prefix=' '--disable-dependency-tracking' '--prefix=/u sr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir =/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' ' --mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-dbus' '--with-gif' '--with-jpeg' '--with-png' '--with-rsvg' '--with-tiff' '--with-xft' '--with-xpm' '--with-x-toolkit=gtk' 'build_alias=x86_64-redhat-linux-gnu' 'host_alias=x86_64 -redhat-linux-gnu' 'CFLAGS=-DMAIL_USE_LOCKF -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SO URCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=gene ric'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.utf8 value of $XMODIFIERS: @im=none locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: ESC [ > 1 ; 2 4 0 1 ; 0 c ESC x r e p o r t TAB RE T Recent messages: ("emacs") Loading /usr/share/emacs/site-lisp/site-start.d/focus-init.el (source)...done Loading /usr/share/emacs/site-lisp/site-start.d/php-mode-init.el (source)...done Loading /usr/share/emacs/site-lisp/site-start.d/po-mode-init.el (source)...done Loading /usr/share/emacs/site-lisp/site-start.d/rpm-spec-mode-init.el (source).. .done For information about GNU Emacs and the GNU system, type C-h C-a. Load-path shadows: None found. Features: (shadow sort mail-extr message idna sendmail regexp-opt ecomplete rfc822 mml easymenu mml-sec password-cache mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums mailabbrev nnheader gnus-util netrc time-date mm-util mail-prsvr gmm-utils wid-edit mailheader canlock sha1 hex-util hashcash mail-utils emacsbug tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd font-setting tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button minibuffer faces cus-face files text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind system-font-setting font-render-setting gtk x-toolkit x multi-tty emacs) From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 03 10:11:56 2010 Received: (at 6558) by debbugs.gnu.org; 3 Jul 2010 14:11:56 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OV3Rk-0007mQ-2v for submit@debbugs.gnu.org; Sat, 03 Jul 2010 10:11:56 -0400 Received: from pantheon-po23.its.yale.edu ([130.132.50.117]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OV3Rh-0007mL-DQ for 6558@debbugs.gnu.org; Sat, 03 Jul 2010 10:11:54 -0400 Received: from furry (adsl-99-69-53-86.dsl.wlfrct.sbcglobal.net [99.69.53.86]) (authenticated bits=0) by pantheon-po23.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o63EBljV015391 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 3 Jul 2010 10:11:48 -0400 Received: by furry (Postfix, from userid 1000) id BBC98C011; Sat, 3 Jul 2010 10:11:46 -0400 (EDT) From: Chong Yidong To: Steve Chapel Subject: Re: bug#6558: 23.2; Cannot paste large clipboard References: <4C2F0B87.7090401@gmail.com> Date: Sat, 03 Jul 2010 10:11:46 -0400 In-Reply-To: <4C2F0B87.7090401@gmail.com> (Steve Chapel's message of "Sat, 03 Jul 2010 07:05:59 -0300") Message-ID: <871vbkejtp.fsf@stupidchicken.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 6558 Cc: 6558@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Steve Chapel writes: > 1. I went to http://projecteuler.net/index.php?section=problems&id=13 > and copied the list of numbers to the clipboard > 2. I opened a new file with emacs and pasted the clipboard in with > Ctrl-Shift-V > > Emacs did not paste the entire list of numbers into the file. By default, `yank' does not paste the clipboard. Bind a key to clipboard-yank, or set x-select-enable-clipboard to t. We should probably set it to t for the trunk (Emacs 24)... From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 06 16:48:20 2011 Received: (at 6558-done) by debbugs.gnu.org; 6 Oct 2011 20:48:20 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RBurc-0007iT-7l for submit@debbugs.gnu.org; Thu, 06 Oct 2011 16:48:20 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RBura-0007iN-JJ for 6558-done@debbugs.gnu.org; Thu, 06 Oct 2011 16:48:19 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RBurO-0002Sn-QT; Thu, 06 Oct 2011 16:48:06 -0400 From: Glenn Morris To: 6558-done@debbugs.gnu.org Subject: Re: bug#6558: 23.2; Cannot paste large clipboard References: <4C2F0B87.7090401@gmail.com> <871vbkejtp.fsf@stupidchicken.com> X-Spook: Croatian Soviet Elvis JFK cracking AK-47 Glock Belknap X-Ran: BV=eik(t3SqqEq3%q)[^$mt$h)XI[,GEjH (Chong Yidong's message of "Sat, 03 Jul 2010 10:11:46 -0400") Message-ID: <39ipo1hmnt.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 6558-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) Version: 24.1 Chong Yidong wrote: > By default, `yank' does not paste the clipboard. Bind a key to > clipboard-yank, or set x-select-enable-clipboard to t. > > We should probably set it to t for the trunk (Emacs 24)... This was done. From unknown Sun Jun 15 08:29:38 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 04 Nov 2011 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator