From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Alfred M\. Szmidt" Newsgroups: gmane.emacs.devel Subject: isearch and M-y/C-y Date: Sun, 16 Nov 2008 16:31:02 +0100 Message-ID: <1226849462.184357.3770.nullmailer@null> Reply-To: ams@gnu.org NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1226849455 8780 80.91.229.12 (16 Nov 2008 15:30:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Nov 2008 15:30:55 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 16 16:31:57 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 1L1jbP-0001HC-Vz for ged-emacs-devel@m.gmane.org; Sun, 16 Nov 2008 16:31:56 +0100 Original-Received: from localhost ([127.0.0.1]:48912 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L1jaH-00072U-CR for ged-emacs-devel@m.gmane.org; Sun, 16 Nov 2008 10:30:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L1jaD-00072A-3V for emacs-devel@gnu.org; Sun, 16 Nov 2008 10:30:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L1jaB-00071q-Nq for emacs-devel@gnu.org; Sun, 16 Nov 2008 10:30:40 -0500 Original-Received: from [199.232.76.173] (port=49118 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L1jaB-00071n-Ir for emacs-devel@gnu.org; Sun, 16 Nov 2008 10:30:39 -0500 Original-Received: from hq.kreditor.se ([213.136.42.58]:1254 helo=auxid.hq.kred) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L1jaB-0004nS-Bd for emacs-devel@gnu.org; Sun, 16 Nov 2008 10:30:39 -0500 Original-Received: by auxid.hq.kred (Postfix, from userid 1000) id C8C55C804E4; Sun, 16 Nov 2008 16:32:04 +0100 (CET) Original-Received: from null (unknown [10.16.0.106]) by auxid.hq.kred (Postfix) with SMTP id B8528C804E0 for ; Sun, 16 Nov 2008 16:32:04 +0100 (CET) Original-Received: (nullmailer pid 3771 invoked by uid 1000); Sun, 16 Nov 2008 15:31:02 -0000 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:105715 Archived-At: Can we please make it so that C-y yanks text in isearch (when doing C-s), and M-y can do whatever C-y is doing now... The current default is not very friendly, and not really what you'd exepct C-y to do..