emacs-devel
[Top][All Lists]
Advanced

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

Re: table.el


From: Miles Bader
Subject: Re: table.el
Date: 01 Dec 2001 18:21:32 +0900

Tak Ota <address@hidden> writes:
> (defun kill-region-offset-by-5-wrapper ()
>   (kill-region (+ beg 5) (+ end 5)))

It's bad to require that a `wrapper' know the argument names of the
function that invokes it; better to simply pass the arguments to
`run-wrappers' somehow, and have them passed each wrapper as ordinary
arguments.

-Miles
-- 
I'd rather be consing.



reply via email to

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