emacs-devel
[Top][All Lists]
Advanced

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

Re: table.el


From: Richard Stallman
Subject: Re: table.el
Date: Tue, 4 Dec 2001 17:20:19 -0700 (MST)

    I suspect that if this is done, people will sometimes want to pass
    _another_ name to `with-wrapper-mumble', for instance:

    (defun kill-region (beg end)
      ...do some preprocessing...
      (with-wrapper-mumble (kill-region-wrapper-hook 'kill-region-helper beg 
end)
        ...do main stuff...))

    where `kill-region-helper' is used if there are any wrappers, and ...do
    main stuff... is used otherwise (perhaps it will just call
    kill-region-helper too).

I see that one could do this, but I don't see what it could be good for.



reply via email to

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