Hi Ed,

Eduardo Cavazos <wayo.cava...@gmail.com> writes:

> Hi Jose!
>
> In the FUEL listener, do you think C-a should move the cursor to the 
> beginning 
> of the input area as opposed to the beginning of the line? Currently C-a 
> leaves the cursor at the left of the listener prompt.
>
> For comparison, eshell matches the current behaviour whereas shell matches 
> the 
> alternative behaviour.

The patch below implements what, IMO, is the best of both worlds: C-a
moves to the beginning of input, unless you're already there, in which
case it goes to the beginning of line.

-------------
The following changes since commit 7ecfef94e88909bdc7d6dcde0026c6e3af536382:
  Jose A. Ortega Ruiz (1):
        FUEL: Fixes in factor syntax table and setter/getter detection.

are available in the git repository at:

  http://git.hacks-galore.org/jao/factor.git emacs

Jose A. Ortega Ruiz (1):
      FUEL: Listener's C-a goes to beginning of input/line.

 misc/fuel/fuel-listener.el |    5 +++++
 misc/fuel/fuel-syntax.el   |   11 ++++++-----
 2 files changed, 11 insertions(+), 5 deletions(-)

------------------------------------------------------------------------------
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to