From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: "Snippet" database Date: Fri, 06 Jan 2012 16:07:48 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <874nw8wndn.fsf@lifelogs.com> References: <87obugwprb.fsf@lifelogs.com> <834nw8o8zx.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1325884081 20510 80.91.229.12 (6 Jan 2012 21:08:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 6 Jan 2012 21:08:01 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 06 22:07:57 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RjH13-0004bW-G7 for ged-emacs-devel@m.gmane.org; Fri, 06 Jan 2012 22:07:57 +0100 Original-Received: from localhost ([::1]:51352 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjH12-0007x1-UL for ged-emacs-devel@m.gmane.org; Fri, 06 Jan 2012 16:07:56 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:34888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjH0z-0007wh-VY for emacs-devel@gnu.org; Fri, 06 Jan 2012 16:07:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RjH0y-0000OH-Qy for emacs-devel@gnu.org; Fri, 06 Jan 2012 16:07:53 -0500 Original-Received: from z.lifelogs.com ([173.255.230.239]:55797) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjH0x-0000No-3w; Fri, 06 Jan 2012 16:07:51 -0500 Original-Received: from heechee (c-76-28-40-19.hsd1.vt.comcast.net [76.28.40.19]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: tzz) by z.lifelogs.com (Postfix) with ESMTPSA id E725E6203E; Fri, 6 Jan 2012 21:07:49 +0000 (UTC) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never Gmane-Reply-To-List: yes In-Reply-To: <834nw8o8zx.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 06 Jan 2012 22:45:38 +0200") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 173.255.230.239 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:147412 Archived-At: On Fri, 06 Jan 2012 22:45:38 +0200 Eli Zaretskii wrote: >> From: Ted Zlatanov >> Date: Fri, 06 Jan 2012 15:16:24 -0500 >> >> So maybe a `yank-select' command to select from the kill ring would >> be useful to you EZ> Possible today via the menu bar (Edit->Paste from Kill Menu). Cool! I had never noticed that. It would still be nice to have it as a command with a popup buffer or something. Ted