From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "David De La Harpe Golden" Newsgroups: gmane.emacs.devel Subject: Re: FW: yank-secondary Date: Mon, 11 Feb 2008 15:38:49 +0000 Message-ID: <8e24944a0802110738x2212d311vfc5e6bd2924380f8@mail.gmail.com> References: <000501c86c16$c987a710$2958908d@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1202744388 10510 80.91.229.12 (11 Feb 2008 15:39:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Feb 2008 15:39:48 +0000 (UTC) Cc: Emacs-Devel To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 11 16:40:11 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JOalA-0003yc-QU for ged-emacs-devel@m.gmane.org; Mon, 11 Feb 2008 16:39:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOakh-0003bS-GT for ged-emacs-devel@m.gmane.org; Mon, 11 Feb 2008 10:39:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JOakE-0003L9-Bs for emacs-devel@gnu.org; Mon, 11 Feb 2008 10:38:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JOakA-0003H9-Qd for emacs-devel@gnu.org; Mon, 11 Feb 2008 10:38:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOakA-0003Gs-KN for emacs-devel@gnu.org; Mon, 11 Feb 2008 10:38:54 -0500 Original-Received: from el-out-1112.google.com ([209.85.162.176]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JOakA-0005yM-8e for emacs-devel@gnu.org; Mon, 11 Feb 2008 10:38:54 -0500 Original-Received: by el-out-1112.google.com with SMTP id m34so1754659ele.10 for ; Mon, 11 Feb 2008 07:38:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=AJWnkIR6617n6yLyZQKDgWNQqM68AhXDi17IeyEp9l4=; b=tNku3vsq+xf6Zesebr9CGoFi7qyG9vZh+pr5v6fqzyGzpLhzTR7UxSKBwhrf5IyBhuim/gqtG1cNClOiNwBI9qPHdgR8+MVpQvyxqWzxJlzJfISLqRWIiqRrJguT7Z9orRDk0WbffHAZQ+TZVOaUnVUJqo0/IO/uajuw2eXDW8Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=K4VXYKiLzr4qmmZCSwUK0YQLtaG1nVe3tkNSEob5ub4yJD7gTIRrHTM35/KJxa28ITDNf6KYeAoh6TO993DsYMEQjGCXU4MhNtBI6hnxJiRrDIB516C9e40q4wDO6UD3M/ThWP/R/qTL7AVUpT9HZvbiJHOxqdcVMv6DYgwuoeM= Original-Received: by 10.142.52.9 with SMTP id z9mr61577wfz.237.1202744329341; Mon, 11 Feb 2008 07:38:49 -0800 (PST) Original-Received: by 10.143.17.10 with HTTP; Mon, 11 Feb 2008 07:38:49 -0800 (PST) In-Reply-To: <000501c86c16$c987a710$2958908d@us.oracle.com> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 (Google crawlbot) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:88761 Archived-At: On 10/02/2008, Drew Adams wrote: > Resending. Questions: > > 1) Any interest? For symmetry... maybe. > 2) Do you yank the secondary selection (without the mouse)? If so, how? > I do very occasionally use secondary, but have always inserted it with the mouse to date. That maybe simply be because it's only easy to /set/ it with the mouse in the first place, so if I'm using secondary, I'm already mousing.