From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Harald Maier Newsgroups: gmane.emacs.devel Subject: comint-prompt-read-only causes problems in Gnus message mode Date: Sun, 21 Nov 2004 16:20:43 +0100 Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1101050479 14899 80.91.229.6 (21 Nov 2004 15:21:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 21 Nov 2004 15:21:19 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 21 16:21:10 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CVtWY-0003MT-00 for ; Sun, 21 Nov 2004 16:21:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CVtfX-0004A2-VU for ged-emacs-devel@m.gmane.org; Sun, 21 Nov 2004 10:30:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CVtfM-00049I-9m for emacs-devel@gnu.org; Sun, 21 Nov 2004 10:30:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CVtfL-000489-BD for emacs-devel@gnu.org; Sun, 21 Nov 2004 10:30:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CVtfL-000483-8A for emacs-devel@gnu.org; Sun, 21 Nov 2004 10:30:15 -0500 Original-Received: from [212.227.126.187] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CVtW9-0002pl-UU for emacs-devel@gnu.org; Sun, 21 Nov 2004 10:20:46 -0500 Original-Received: from [212.227.126.208] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1CVtW8-0002XM-00 for emacs-devel@gnu.org; Sun, 21 Nov 2004 16:20:44 +0100 Original-Received: from [80.128.59.125] (helo=ate.maierh) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1CVtW8-0005Wg-00 for emacs-devel@gnu.org; Sun, 21 Nov 2004 16:20:44 +0100 Original-Received: by ate.maierh (Postfix, from userid 500) id 8392149B7; Sun, 21 Nov 2004 16:20:43 +0100 (CET) Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:7f9705e6678292fb4e27195dea438aa3 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: main.gmane.org gmane.emacs.devel:30183 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30183 Hello all, I have set the new option `comint-prompt-read-only' and I like it very much. When I copy the prompt from the shell buffer and yank it to other buffers mostly I don't have problems. Except in the Gnu 'Message' mode. Here you are *not able* to delete the inserted prompt. 'Message' mode always complains 'Text is read only'. In other modes the inserted prompt too has the property 'read-only' but there it's possible to delete the text (e.g. text-mode or the normal mail mode). The only way to get rid of the inserted comint prompt is to save the buffer and reopen it from the 'nndraft:drafts' group. Harald