help-smalltalk
[Top][All Lists]
Advanced

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

Re: display _ as left arrow (was Re: Help on sending a UDP Packet)


From: address@hidden
Subject: Re: display _ as left arrow (was Re: Help on sending a UDP Packet)
Date: Mon, 11 Jan 2021 17:46:58 +0100 (CET)

It would be a good idea to have the modification below in the gnu smalltalk git 
repository;
it's coherent with the comments on _ and := in the GNU smalltalk manual,
that those are both accepted by gnu smalltalk as assignment.

By the way, comments are enclosed in double quotes "" but what I observe with 
the Alto Smalltalk-72 font,
is that those are printed as 'fingers' symbols, but I doubt that is current 
practice.

Also the ! character is printed as a doubled up-arrow.

----- Op 11 jan 2021 om 17:28 schreef Stefan Monnier monnier@iro.umontreal.ca:

> 
> diff --git a/smalltalk-mode.el b/smalltalk-mode.el
> index f662fe1d69..768396b71b 100644
> --- a/smalltalk-mode.el
> +++ b/smalltalk-mode.el
> @@ -534,6 +534,7 @@ of the line where the search succeeded.  Otherwise, return
> nil."
> 
> (defvar smalltalk-prettify-symbols-alist
>   '(("^" . ?↑)
> +    ("_" . ?←)
>     (":=" . ?←)))
> 
>  ;;;; ---[ Interactive functions ]---------------------------------------



reply via email to

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