help-smalltalk
[Top][All Lists]
Advanced

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

Re: Re : Re : [Help-smalltalk] Debugging smalltalk-mode.el


From: Paolo Bonzini
Subject: Re: Re : Re : [Help-smalltalk] Debugging smalltalk-mode.el
Date: Sat, 24 Jul 2010 19:42:40 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Lightning/1.0b2pre Thunderbird/3.0.5

This is because the  #'smalltalk-narrow-to-method will narrow to:

  -----------------
]

      bar
  -----------------

So we need to check before if we are in a  message pattern for the new
syntax.

Or maybe the narrowing is  wrong.  I'll look at it in the next few days
if you don't beat  me...

Paolo

The narrowing function is using  smalltalk-scope-begin-of-defun.
What is the purpose of  smalltalk-scope-begin-of-defun?

Is it to move point at the beginning of the message patern ?

Yes.

Paolo



reply via email to

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