Re: [Geiser-users] [PATCH 2/2] Preserve the position of (point) after evaling

2017-04-11 Thread Jose A. Ortega Ruiz
thanks a lot, diogo. pushed! cheers, jao -- Too many people spend money they haven't earned, to buy things they don't want, to impress people they don't like. -Will Rogers, humorist (1879-1935)

[Geiser-users] [PATCH 1/2] Eval last expression even after a comment char

2017-04-11 Thread Diogo F. S. Ramos
Scan for beginning and end of a sexp, instead of using (point) as the end. Previously, if (point) was after a comment character, the REPL would freeze. --- elisp/geiser-mode.el | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/elisp/geiser-mode.el