FUEL's listener keeps an input history, which you can access, for
instance, with M-p, M-n. But, up to know, when you killed the listener's
buffer, the history was lost. The patch below makes history persistent;
up to `fuel-listener-history-size' entries (150 by default) are kept in
a file with path `fuel-listener-history-filename' (~/.fuel_history by
default). You can customize both variables to your heart's content. In
particular, setting the latter to nil will deactivate persistent
history.

Thanks!

-----------------------
The following changes since commit 0214dc5e7dca94e1351111cc5217858a7f0ac9ce:
  Daniel Ehrenberg (1):
        Merge branch 'master' of git://factorcode.org/git/factor

are available in the git repository at:

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

Jose A. Ortega Ruiz (1):
      FUEL: Persistent listener history.

 misc/fuel/fuel-listener.el |   32 +++++++++++++++++++++++++++++++-
 1 files changed, 31 insertions(+), 1 deletions(-)

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to