Lugaru's Epsilon
Programmer's
Editor 14.04

Context:
Epsilon User's Manual and Reference
   . . .
   Command Reference
      abort
      about-epsilon
      align-by-tab
      . . .
      zoom-window
   Variable Reference
      . . .
      recall-maximum-session
      recall-maximum-size
      recall-prior-response-options
      recall-response-selected
      recognize-password-pattern
      . . .
   Changing Epsilon
   . . .

Previous   Up    Next
recall-maximum-size  Variable Reference   recall-response-selected


Epsilon User's Manual and Reference > Variable Reference >

recall-prior-response-options: preference variable

Default value: 0

Epsilon remembers your previous responses at virtually all prompts, and can recall them. The recall-prior-response-options variable controls how Epsilon does this. Bits in the variable control particular aspects of Epsilon's behavior. Add them together to customize the behavior you want.

By default, keys like <Up> at a prompt display a list of all previous responses to that prompt. You can then select one, maneuvering in the list using normal Epsilon commands. Set the 1 bit to make <Up> and <Down> instead substitute prior responses in place, without displaying a list. You can still use Alt-<Up> to display the list.

Set the 2 bit to do the same for search prompts. (This doesn't change Epsilon's behavior during incremental search, only in non-incremental mode, grep, replace commands, and so forth.)

If you've set Epsilon to substitute prior responses in place, pressing <Up> or <Down> repeatedly eventually reaches the oldest or youngest response to that prompt. Set the 4 bit if you want these keys to wrap around to the other end of the list when that happens, so selecting older and older responses will eventually reach the youngest again.

If you've set Epsilon to substitute prior responses in place, set the 8 bit to make Epsilon include a blank response at the very end of the list of responses.

At any prompt, Ctrl-p, Ctrl-n and Ctrl-Alt-p are equivalent to <Up>, <Down>, and Alt-<Up>, respectively.



Previous   Up    Next
recall-maximum-size  Variable Reference   recall-response-selected


Lugaru Epsilon Programmer's Editor 14.04 manual. Copyright (C) 1984, 2021 by Lugaru Software Ltd. All rights reserved.