bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#15443: hs-forward-sexp design issue


From: Andreas Röhler
Subject: bug#15443: hs-forward-sexp design issue
Date: Mon, 23 Sep 2013 13:10:49 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130801 Thunderbird/17.0.8


hs-forward-sexp insists to be called with an argument

    (funcall hs-forward-sexp-func arg)))


That way it's not possible to instrument hs-forward-sexp-func just saying

(search-forward "something")

Instead

(lambda (arg)(search-forward "something"))

would be required.

As it's a function to be set by modes/users

life will be easier if this argument is optional.

Thanks!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]