From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: comint-prompt-regexp Date: Thu, 7 Apr 2005 20:34:06 -0500 (CDT) Message-ID: <200504080134.j381Y6U07870@raven.dms.auburn.edu> References: <200504070155.j371tBq27411@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1112924355 27594 80.91.229.2 (8 Apr 2005 01:39:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 8 Apr 2005 01:39:15 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 08 03:39:13 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DJiSI-0000Z5-Tz for ged-emacs-devel@m.gmane.org; Fri, 08 Apr 2005 03:38:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DJi1i-0002gh-BE for ged-emacs-devel@m.gmane.org; Thu, 07 Apr 2005 21:11:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DJi1S-0002fd-Fb for emacs-devel@gnu.org; Thu, 07 Apr 2005 21:10:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DJi1O-0002dE-TZ for emacs-devel@gnu.org; Thu, 07 Apr 2005 21:10:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DJi1O-0002cI-Ac for emacs-devel@gnu.org; Thu, 07 Apr 2005 21:10:54 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DJiPy-0003RX-Hn; Thu, 07 Apr 2005 21:36:18 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id j381ZU9N026505; Thu, 7 Apr 2005 20:35:30 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id j381Y6U07870; Thu, 7 Apr 2005 20:34:06 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: snogglethorpe@gmail.com, miles@gnu.org In-reply-to: (message from Miles Bader on Thu, 7 Apr 2005 12:24:00 +0900) 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:35723 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35723 >>From my previous message: To correct this, we could either set paragraph-separate to comint-prompt-regexp too, or we could set paragraph-start to: (concat paragraph-separate "\\|" comint-prompt-regexp) The latter would yield the exact described behavior. The opposite. The _former_ would yield the exact described behavior. Sincerely, Luc.