maxima-el: feature suggests



On SAT, 9 DEC 2006, Jay Belanger wrote:

> Leo <sdl.web at gmail.com> writes:
> ...
>>>> 1. readonly input prompt.
>>>
>>> comint-mode, which inferior-maxima-mode is based on, has an option for
>
>>> a readonly prompt.  The only reason inferior-maxima-mode doesn't use
>>> it is because the option is off by default.  It'd be easy to turn this
>>> on for maxima.
>>
>> Indeed. This can be easily customized.
>>
>> To enable it for just inferior-maxima-mode:
>> (add-hook 'inferior-maxima-mode-hook
>> 	  (lambda ()
>> 	    (set (make-local-variable 'comint-prompt-read-only) t)))
>
> Sure, but it also makes sense to have inferior-maxima-mode do it
> automatically. 
>

I am all for enabling it in inferior-maxima-mode :-)

-- 
Leo