From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Select and Paste Date: Fri, 01 Dec 2006 15:35:29 +0100 Message-ID: <45703DB1.2020204@student.lu.se> References: <456E3547.3030606@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1164983769 24790 80.91.229.2 (1 Dec 2006 14:36:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 1 Dec 2006 14:36:09 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 01 15:36:02 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 1Gq9UU-00059z-Ge for ged-emacs-devel@m.gmane.org; Fri, 01 Dec 2006 15:35:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gq9UT-0007zf-W3 for ged-emacs-devel@m.gmane.org; Fri, 01 Dec 2006 09:35:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gq9UG-0007wk-C9 for emacs-devel@gnu.org; Fri, 01 Dec 2006 09:35:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gq9UE-0007rS-1X for emacs-devel@gnu.org; Fri, 01 Dec 2006 09:35:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gq9UD-0007rA-RO for emacs-devel@gnu.org; Fri, 01 Dec 2006 09:35:33 -0500 Original-Received: from [80.76.149.212] (helo=ch-smtp01.sth.basefarm.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Gq9UC-0002xQ-SO; Fri, 01 Dec 2006 09:35:33 -0500 Original-Received: from c83-254-145-24.bredband.comhem.se ([83.254.145.24]:60761 helo=[192.168.123.121]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.63) (envelope-from ) id 1Gq9UA-0005IH-65; Fri, 01 Dec 2006 15:35:31 +0100 User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) Original-To: rms@gnu.org In-Reply-To: X-Scan-Result: No virus found in message 1Gq9UA-0005IH-65. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1Gq9UA-0005IH-65 c6ede00af2330a196a169d3664c9f595 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:63193 Archived-At: Richard Stallman wrote: > is a very nice feature to have in the menus but maybe not the best name > for it since "Select" in nearly the same context refers to selecting > text in the buffer. > > Maybe "Paste More"? > > How about Paste Menu? > > BTW "Paste" is enabled when you are in an info buffer, but "Select and > Paste" is not. > > That seems like a bug, but it doesn't happen when I try it, > and the code checks buffer-read-only. Can you debug why it > fails for you? If I start with emacs -Q and go into an Info buffer then the "Paste" entry in the Options menu in the menu bar is enabled. I am using w32. So this does not happen on GNU/Linux? Could someone tell me where the code is that should enable/disable the "Paste" entry? I tried to find it but it was not that simple.