From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: copy minibuffer output with the mouse Date: Sun, 07 Dec 2003 03:41:17 +0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <871xrh68f6.fsf@jidanni.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1070748800 22784 80.91.224.253 (6 Dec 2003 22:13:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 Dec 2003 22:13:20 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Dec 06 23:13:18 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ASkfu-0006tc-00 for ; Sat, 06 Dec 2003 23:13:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ASldG-0007az-AD for geb-bug-gnu-emacs@m.gmane.org; Sat, 06 Dec 2003 18:14:38 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ASldE-0007Wf-1g for bug-gnu-emacs@gnu.org; Sat, 06 Dec 2003 18:14:36 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ASlch-0006Z8-R7 for bug-gnu-emacs@gnu.org; Sat, 06 Dec 2003 18:14:34 -0500 Original-Received: from [204.74.68.40] (helo=frodo.hserus.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1ASlch-0006PA-AY for bug-gnu-emacs@gnu.org; Sat, 06 Dec 2003 18:14:03 -0500 Original-Received: from tc218-187-73-80.2-3.pl.apol.com.tw ([218.187.73.80]:33291 helo=jidanni.org) by frodo.hserus.net with asmtp (Cipher TLSv1:RC4-SHA:128) (Exim 4.30 #2) id 1ASkf9-000FSV-9t by authid with plain for ; Sun, 07 Dec 2003 03:42:32 +0530 Original-Received: from jidanni by jidanni.org with local (Exim 4.24) id 1ASiIn-0000Nu-1A for bug-gnu-emacs@gnu.org; Sun, 07 Dec 2003 03:41:17 +0800 Original-To: bug-gnu-emacs@gnu.org User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:6237 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:6237 The scene: you have just done (shell-command "pwd") or any other shell command that just leaves a line in the minibuffer. You reach down with the mouse to copy part of the output... you should be allowed to here.