From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: key to yank text at point into minibuffer? Date: 27 Feb 2006 19:09:15 -0500 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1141410401 587 80.91.229.2 (3 Mar 2006 18:26:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 3 Mar 2006 18:26:41 +0000 (UTC) Cc: Drew Adams , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 03 19:26:39 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FFEyo-0001hf-7o for ged-emacs-devel@m.gmane.org; Fri, 03 Mar 2006 19:26:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FFEym-0001X0-MH for ged-emacs-devel@m.gmane.org; Fri, 03 Mar 2006 13:26:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FEjbP-0005RQ-JM for emacs-devel@gnu.org; Thu, 02 Mar 2006 03:56:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FEjbL-0005QE-Os for emacs-devel@gnu.org; Thu, 02 Mar 2006 03:56:02 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FEAmJ-0007OW-VT for emacs-devel@gnu.org; Tue, 28 Feb 2006 14:45:02 -0500 Original-Received: from [67.59.132.6] (helo=mail.agora-net.com) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FDsRQ-0000cU-AK; Mon, 27 Feb 2006 19:10:12 -0500 Original-Received: from ttn by mail.agora-net.com with local (Exim 4.50) id 1FDsQV-0005wH-3u; Mon, 27 Feb 2006 19:09:15 -0500 Original-To: "Miles Bader" In-Reply-To: Original-Lines: 16 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 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:51078 Archived-At: "Miles Bader" writes: > it's been like that since approximately the beginning of time, so > basically isn't going to change anytime soon. this is configurable (at X Windows start time), at least for certain implementations. i use the following in /etc/X11/XF86Config-4, e.g.: Section "ServerFlags" Option "DontZap" "true" EndSection i added this (other non-germaine options elided) specifically to be able to use C-M-. thi