emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: python-mode: make sure output is not eaten


From: Slawomir Nowaczyk
Subject: Re: python-mode: make sure output is not eaten
Date: Thu, 31 Aug 2006 13:19:18 +0200

On Wed, 30 Aug 2006 18:10:33 -0400
Stefan Monnier <address@hidden> wrote:

#>>>> Agreed. But why is removing "_emacs_out ()" any more selective
#>>>> than removing ">>> _emacs_out ()"?
#>>> 
#>>> We're talking about "^_emacs_out " vs "^\\(>>> \\)?_emacs_out":
#>>> clearly one of the two regexps describes a superset of the other.
#>>> If you can guarantee that it'll always match "^>>> _emacs_out ",
#>>> then it's a different question.
#>
#>> I do not think it is a problem... The following patch seems to work
#>> for me:
#> 
#> But in what way is that better?

It probably isn't... but it does guarantee I can always match "^>>> _emacs_out" 
:)

#> > #> Also adding the assert to python-send-command did not restrict
#> > #> the user in any way, only the python.el hacker.
#> 
#> > Right. Fine, this is probably not important enough to warrant
#> > further discussion.
#> 
#> Especially since python-send-command doesn't wait for the command to
#> terminate any more, so it doesn't add any `print' any more, whether
#> on the same line or on a separate one.

Exactly.

-- 
 Best wishes,
   Slawomir Nowaczyk
     ( address@hidden )

Be nice to other people--they outnumber you six billion to one.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]