[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Switching buffers quickly
On Wed, Mar 10, 2004 at 01:04:25PM +0100, g.milde@xxxxxx wrote:
[snip]
> This sounds like an interesting extension for my next_buffer.
>
> With an optional argument, it would become backwards compatible
>
> - define next_buffer (previous)
> + define next_buffer () % (previous=1)
> > {
> + variable previous = 1;
> + if (_NARGS)
> + previous = ();
> > variable n, buf;
> > n = buffer_list (); % get the buffers on the stack
>
> Could I take your improved version to cuamisc.sl?
Yes. Certainly.
Dave
--
Dave Kuhlman
dkuhlman@xxxxxxxx
http://www.rexx.com/~dkuhlman
--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.