unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* comint-prompt-regexp
@ 2005-04-07  1:55 Luc Teirlinck
  2005-04-07  3:24 ` comint-prompt-regexp Miles Bader
  0 siblings, 1 reply; 7+ messages in thread
From: Luc Teirlinck @ 2005-04-07  1:55 UTC (permalink / raw)


I propose the following doc change to comint.el.  The reasons are
the same as for the similar change I proposed to the
shell-prompt-pattern docstring.   I know of at least two modes, shell
and ielm, that use `comint-prompt-regexp' even if
`comint-use-prompt-regexp-instead-of-fields' is nil.

===File ~/comint-diff=======================================
*** comint.el	04 Apr 2005 19:34:31 -0500	1.310
--- comint.el	06 Apr 2005 20:34:18 -0500	
***************
*** 158,165 ****
    "Regexp to recognise prompts in the inferior process.
  Defaults to \"^\", the null string at BOL.
  
! This variable is only used if the variable
! `comint-use-prompt-regexp-instead-of-fields' is non-nil.
  
  Good choices:
    Canonical Lisp: \"^[^> \\n]*>+:? *\" (Lucid, franz, kcl, T, cscheme, oaklisp)
--- 158,166 ----
    "Regexp to recognise prompts in the inferior process.
  Defaults to \"^\", the null string at BOL.
  
! If `comint-use-prompt-regexp-instead-of-fields' is nil, Comint
! completely ignores this variable.  However, some derived modes
! may still use it, for instance, to delimit paragraphs.
  
  Good choices:
    Canonical Lisp: \"^[^> \\n]*>+:? *\" (Lucid, franz, kcl, T, cscheme, oaklisp)
============================================================

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-04-08  1:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-07  1:55 comint-prompt-regexp Luc Teirlinck
2005-04-07  3:24 ` comint-prompt-regexp Miles Bader
2005-04-08  1:05   ` comint-prompt-regexp Luc Teirlinck
2005-04-08  1:36     ` comint-prompt-regexp Miles Bader
2005-04-08  1:46       ` comint-prompt-regexp Luc Teirlinck
2005-04-08  1:27   ` comint-prompt-regexp Luc Teirlinck
2005-04-08  1:34   ` comint-prompt-regexp Luc Teirlinck

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).