help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] gst & scripting


From: S.J.Chun
Subject: Re: [Help-smalltalk] gst & scripting
Date: Tue, 9 Dec 2008 21:06:20 +0900

For emacs smalltalk mode,

creating new/another mode for  new syntax could be bad choice? Just curious,
for I think it's easier than maintaining two syntax in single mode.

----- Original Message -----
   From: Paolo Bonzini <address@hidden>
   To: address@hidden, gnu smalltalk <address@hidden>
   Sent: 08-12-09 19:59:39
   Subject: Re: [Help-smalltalk] gst & scripting

  
> Any known work arounds ?

I think if you write '#! and then delete the quote it works, but I have
not tried.  I'll work on a fix soon.

BTW, the bug is there because ! is associated to "move past the end of
this method" for analogy with the old syntax.  If you are in the
following situation

   a: n [
       blah blah "Point at the end of this line"
   ]

   b: m [
   ]

Then ! will move just before "b: m".

Paolo


_______________________________________________
help-smalltalk mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/help-smalltalk





reply via email to

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